Project

General

Profile

« Previous | Next » 

Revision a2f86379

Added by Colin Fleming over 11 years ago

Tidy up "diag_logs_routing.php" XHTML

Add SUMMARY to table statements
Close BR and INPUT statements
Move closing FORM statement into table cell

View differences:

usr/local/www/diag_logs_routing.php
59 59

  
60 60
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
61 61
<?php include("fbegin.inc"); ?>
62
<table width="100%" border="0" cellpadding="0" cellspacing="0">
62
<table width="100%" border="0" cellpadding="0" cellspacing="0" summary="logs system routing">
63 63
  <tr><td>
64 64
<?php
65 65
	$tab_array = array();
......
92 92
  <tr>
93 93
    <td>
94 94
	<div id="mainarea">
95
		<table class="tabcont" width="100%" border="0" cellspacing="0" cellpadding="0">
95
		<table class="tabcont" width="100%" border="0" cellspacing="0" cellpadding="0" summary="main area">
96 96
		  <tr>
97 97
			<td colspan="2" class="listtopic">
98 98
			  <?php printf(gettext("Routing daemon log entries"),$nentries);?></td>
99 99
		  </tr>
100 100
		  <?php dump_clog($routing_logfile, $nentries); ?>
101
		<tr><td><br><form action="diag_logs_routing.php" method="post">
102
<input name="clear" type="submit" class="formbtn" value="<?=gettext("Clear log"); ?>"></td></tr>
101
		<tr><td><br/><form action="diag_logs_routing.php" method="post">
102
<input name="clear" type="submit" class="formbtn" value="<?=gettext("Clear log"); ?>" /></form></td></tr>
103 103
		</table>
104 104
	</div>
105
</form>
106 105
	</td>
107 106
  </tr>
108 107
</table>

Also available in: Unified diff