Revision 8cd558b6
Added by ayvis over 11 years ago
usr/local/www/status_captiveportal.php | ||
---|---|---|
120 | 120 |
<table class="tabcont" width="100%" border="0" cellpadding="0" cellspacing="0"> |
121 | 121 |
<tr> |
122 | 122 |
<td width="20%" class="vncell" valign="top"> |
123 |
<br/><?=gettext("Captive Portal Zone"); ?><br/<br/>
|
|
123 |
<br /><?=gettext("Captive Portal Zone"); ?><br/<br />
|
|
124 | 124 |
</td> |
125 | 125 |
<td "class="vncell" width="30%" align="center"> |
126 | 126 |
<form action="status_captiveportal.php" method="post" enctype="multipart/form-data" name="form1" id="form1"> |
... | ... | |
134 | 134 |
} |
135 | 135 |
?> |
136 | 136 |
</select> |
137 |
<br/> |
|
137 |
<br />
|
|
138 | 138 |
</form> |
139 | 139 |
</td> |
140 | 140 |
<td colspan="3" width="50%"></td> |
141 | 141 |
</tr> |
142 |
<tr><td colspan="5"><br/></tr> |
|
142 |
<tr><td colspan="5"><br /></tr>
|
|
143 | 143 |
<?php if (!empty($cpzone)): ?> |
144 | 144 |
<tr> |
145 | 145 |
<td colspan="5" valign="top" class="listtopic"><?=gettext("Captiveportal status");?></td> |
... | ... | |
165 | 165 |
if (!empty($mac)) { |
166 | 166 |
$mac_hi = strtoupper($mac[0] . $mac[1] . $mac[3] . $mac[4] . $mac[6] . $mac[7]); |
167 | 167 |
print htmlentities($mac); |
168 |
if(isset($mac_man[$mac_hi])){ print "<br/><font size=\"-2\"><i>{$mac_man[$mac_hi]}</i></font>"; } |
|
168 |
if(isset($mac_man[$mac_hi])){ print "<br /><font size=\"-2\"><i>{$mac_man[$mac_hi]}</i></font>"; }
|
|
169 | 169 |
} |
170 | 170 |
?> |
171 | 171 |
</td> |
Also available in: Unified diff
xhtml Compliance
replaced <br>, <br/> and </br> with <br />