Projet

Général

Profil

« Précédent | Suivant » 

Révision f96770ab

Ajouté par Colin Fleming il y a presque 10 ans

Tidy up "status_lb" XHTML

Add SUMMARY to TABLES
Update HTML Boolean operators
Close INPUT tags

Voir les différences:

usr/local/www/status_lb_vs.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="status load balancer virtual servers">
63 63
  <tr><td class="tabnavtbl">
64 64
  <?php
65 65
        /* active tabs */
......
72 72
  <tr>
73 73
    <td>
74 74
	<div id="mainarea">
75
              <table class="tabcont sortable" width="100%" border="0" cellpadding="0" cellspacing="0">
75
              <table class="tabcont sortable" width="100%" border="0" cellpadding="0" cellspacing="0" summary="main area">
76 76
                <tr>
77 77
                  <td width="10%" class="listhdrr"><?=gettext("Name"); ?></td>
78
				  <td width="20%" class="listhdrr"><?=gettext("Address"); ?></td>
78
		  <td width="20%" class="listhdrr"><?=gettext("Address"); ?></td>
79 79
                  <td width="10%" class="listhdrr"><?=gettext("Servers"); ?></td>
80 80
                  <td width="25%" class="listhdrr"><?=gettext("Status"); ?></td>
81 81
                  <td width="25%" class="listhdr"><?=gettext("Description"); ?></td>
......
90 90
                                <br />
91 91
                  </td>
92 92
                  <td class="listr" align="center" >
93
			<table border="0" cellpadding="0" cellspacing="2">
93
			<table border="0" cellpadding="0" cellspacing="2" summary="servers">
94 94
                        <?php
95 95
			foreach ($a_pool as $vipent) {
96 96
				if ($vipent['name'] == $vsent['poolname']) {
......
118 118
                  }
119 119
                  ?>
120 120
                  <td class="listr" nowrap>
121
			<table border="0" cellpadding="3" cellspacing="2">
121
			<table border="0" cellpadding="3" cellspacing="2" summary="status">
122 122
				<tr><td bgcolor="<?=$bgcolor?>"><?=$rdr_a[$vsent['name']]['status']?> </td></tr>
123 123
			</table>
124 124
			<?php

Formats disponibles : Unified diff