Projet

Général

Profil

« Précédent | Suivant » 

Révision 0cb60645

Ajouté par Colin Fleming il y a presque 10 ans

Tidy up "status_captiveportal" XHTML

Add SUMMARY to TABLES
Remove PHP ECHO that isn't in a PHP statement
Update HTML Boolean operator
Add COLSPAN to fill the width of the table
Move NOWRAP to CLASS statement
Close INPUT and IMG tags and add ALT to IMG
Add BODY between HEAD.INC and FBEGIN.INC
Remove TYPE from TEXTAREA, invalid in XHTML
Add closing BODY and closing HTML tags

Voir les différences:

usr/local/www/status_captiveportal_voucher_rolls.php
63 63
$a_roll = &$config['voucher'][$cpzone]['roll'];
64 64

  
65 65
include("head.inc");
66
include("fbegin.inc");
67 66
?>
67
<body>
68
<?php include("fbegin.inc"); ?>
68 69

  
69 70
<form action="status_captiveportal_voucher_rolls.php" method="post" enctype="multipart/form-data" name="iform" id="iform">
70 71
<table width="100%" border="0" cellpadding="0" cellspacing="0" summary="tab pane">
......
132 133
</table>
133 134
</form>
134 135
<?php include("fend.inc"); ?>
136
</body>
137
</html>

Formats disponibles : Unified diff