Projet

Général

Profil

« Précédent | Suivant » 

Révision 56898132

Ajouté par Colin Fleming il y a presque 10 ans

Tidy up misc. widgets XHTML

captive_portal_status.widget.php
Remove NAME from TABLE tag, not valid in XHTML

carp_status.widget.php
Add missing closing TD tag

dyn_dns_status.widget.php and
installed_packages.widgete.php
Update TD class to single line

load_balancer_status.widget.php
Add quotes to missing TD background colour

traffic_graphs.widget.php
Tidy up HTML Boolean operator
Make NAME and ID in INPUT tag unique

wake_on_lan.widget.php
Remove B tag from "widgetsubheader", alread in CSS
Center message across all columns within table

Voir les différences:

usr/local/www/widgets/widgets/carp_status.widget.php
74 74
			if ($ipaddress){ ?>  
75 75
				<?=htmlspecialchars($status);?> &nbsp;
76 76
				<?=htmlspecialchars($ipaddress);}?>
77
</tr><?php	}
77
</td></tr><?php	}
78 78
	} else { ?>
79 79
		<tr><td class="listr">No CARP Interfaces Defined. Click <a href="carp_status.php">here</a> to configure CARP.</td></tr>
80 80
<?php	} ?>

Formats disponibles : Unified diff