CC-5354: Remove PHP short open tags for better compatibility

This commit is contained in:
Albert Santoni 2013-10-04 14:15:23 -04:00
parent 60b4eb5c8a
commit 7b1cd5c908
34 changed files with 171 additions and 171 deletions

View file

@ -1,17 +1,17 @@
<table width="60%" cellpadding="0" cellspacing="0" border="0" class="statustable">
<thead>
<tr class="ui-state-default strong">
<td><? echo _("Service") ?></td>
<td><? echo _("Status") ?></td>
<td><? echo _("Uptime") ?></td>
<td><? echo _("CPU") ?></td>
<td><? echo _("Memory") ?></td>
<td><?php echo _("Service") ?></td>
<td><?php echo _("Status") ?></td>
<td><?php echo _("Uptime") ?></td>
<td><?php echo _("CPU") ?></td>
<td><?php echo _("Memory") ?></td>
</tr>
</thead>
<tbody>
<!--
<tr class="odd">
<td><? echo _("Airtime Version") ?></td>
<td><?php echo _("Airtime Version") ?></td>
<td>1.9.3</td>
<td>&nbsp;</td>
</tr>
@ -27,7 +27,7 @@
</tr>
<?php endforeach; ?>
<tr id="partitions" class="even">
<th colspan="5"><? echo _("Disk Space") ?></th>
<th colspan="5"><?php echo _("Disk Space") ?></th>
</tr>
</tbody>
</table>