Project

General

Profile

« Previous | Next » 

Revision ec665aba

Added by Scott Ullrich over 16 years ago

Unbreal sorting.

View differences:

usr/local/www/diag_dhcp_leases.php
47 47
?>
48 48

  
49 49
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
50
<script src="/javascript/sorttable.js"></script>
51 50
<?php include("fbegin.inc"); ?>
52 51
<?php
53 52

  
......
279 278

  
280 279
<table class="sortable" id="sortabletable" name="sortabletable" width="100%" border="0" cellpadding="0" cellspacing="0">
281 280
  <tr>
282
    <td class="listhdrr"><a href="?all=<?=$_GET['all'];?>&order=ip">IP address</a></td>
283
    <td class="listhdrr"><a href="?all=<?=$_GET['all'];?>&order=mac">MAC address</a></td>
284
    <td class="listhdrr"><a href="?all=<?=$_GET['all'];?>&order=hostname">Hostname</a></td>
285
    <td class="listhdrr"><a href="?all=<?=$_GET['all'];?>&order=start">Start</a></td>
286
    <td class="listhdrr"><a href="?all=<?=$_GET['all'];?>&order=end">End</a></td>
287
    <td class="listhdr"><a href="?all=<?=$_GET['all'];?>&order=online">Online</a></td>
288
    <td class="listhdr"><a href="?all=<?=$_GET['all'];?>&order=act">Lease Type</a></td>
281
    <td class="listhdrr"><a href="#">IP address</a></td>
282
    <td class="listhdrr"><a href="#">MAC address</a></td>
283
    <td class="listhdrr"><a href="#">Hostname</a></td>
284
    <td class="listhdrr"><a href="#">Start</a></td>
285
    <td class="listhdrr"><a href="#">End</a></td>
286
    <td class="listhdrr"><a href="#">Online</a></td>
287
    <td class="listhdrr"><a href="#">Lease Type</a></td>
289 288
	</tr>
290 289
<?php
291 290
foreach ($leases as $data) {

Also available in: Unified diff