Projet

Général

Profil

« Précédent | Suivant » 

Révision 547d7641

Ajouté par PiBa-NL il y a plus de 9 ans

firewall_virtual_ip make the table sortable

Voir les différences:

usr/local/www/firewall_virtual_ip.php
227 227
  <tr>
228 228
    <td>
229 229
	<div id="mainarea">
230
              <table class="tabcont" width="100%" border="0" cellpadding="0" cellspacing="0" summary="main area">
230
              <table class="tabcont sortable" width="100%" border="0" cellpadding="0" cellspacing="0" summary="main area">
231 231
                <tr>
232 232
                  <td width="30%" class="listhdrr"><?=gettext("Virtual IP address");?></td>
233 233
                  <td width="10%" class="listhdrr"><?=gettext("Interface");?></td>
......
279 279
                </tr>
280 280
		<?php endif; ?>
281 281
                <?php $i++; endforeach; ?>
282
                <tr>
282
                <tfoot>
283 283
                  <td class="list" colspan="4"></td>
284 284
                  <td class="list">
285 285
                    <table border="0" cellspacing="0" cellpadding="1" summary="edit">
......
289 289
                      </tr>
290 290
                    </table>
291 291
                  </td>
292
                </tr>
293
		<tr>
294
		  <td colspan="5">
295
		      <p><span class="vexpl"><span class="red"><strong><?=gettext("Note:");?><br />
296
                      </strong></span><?=gettext("The virtual IP addresses defined on this page may be used in");?><a href="firewall_nat.php"> <?=gettext("NAT"); ?> </a><?=gettext("mappings.");?><br />
297
                      <?=gettext("You can check the status of your CARP Virtual IPs and interfaces ");?><a href="carp_status.php"><?=gettext("here");?></a>.</span></p>
298
		  </td>
299
		</tr>
300
              </table>
292
                </tfoot>
293
			<tfoot>
294
			  <td colspan="5">
295
				  <p><span class="vexpl"><span class="red"><strong><?=gettext("Note:");?><br />
296
						  </strong></span><?=gettext("The virtual IP addresses defined on this page may be used in");?><a href="firewall_nat.php"> <?=gettext("NAT"); ?> </a><?=gettext("mappings.");?><br />
297
						  <?=gettext("You can check the status of your CARP Virtual IPs and interfaces ");?><a href="carp_status.php"><?=gettext("here");?></a>.</span></p>
298
			  </td>
299
			</tfoot>
300
		</table>
301 301
	   </div><!-- div:mainarea -->
302 302
	   </td></tr>
303 303
	</table>
304
            </form>
304
  </form>
305 305
<?php include("fend.inc"); ?>
306 306
</body>
307 307
</html>

Formats disponibles : Unified diff