git-svn-id: http://www.observium.org/svn/observer/trunk@454 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2009-08-12 15:01:01 +00:00
parent 50b351b645
commit 9a16c803e6
8 changed files with 143 additions and 47 deletions

View File

@@ -1,7 +1,17 @@
<table cellpadding=2 cellspacing=0 class=devicetable width=100%>
<tr bgcolor='#eeeeee' style='padding: 3px;'>
<div style='margin:auto; text-align: center; margin-top: 0px; margin-bottom: 10px;'>
<b class='rounded'>
<b class='rounded1'><b></b></b>
<b class='rounded2'><b></b></b>
<b class='rounded3'></b>
<b class='rounded4'></b>
<b class='rounded5'></b></b>
<div class='roundedfg' style='padding: 0px 5px;'>
<div style='margin: auto; text-align: left; padding: 5px 5px; padding-left: 10px; clear: both; display:block;'>
<table cellpadding=0 cellspacing=0 class=devicetable width=100%>
<tr>
<form method='post' action=''>
<td width='200' style="padding: 10px;">
<td width='200' style="padding: 1px;">
<select name='device_id' id='device_id'>
<option value=''>All Devices</option>
<?php
@@ -14,7 +24,7 @@
?>
</select>
</td>
<td width='200' style="padding: 10px;">
<td width='200' style="padding: 1px;">
<select name='interface' id='interface'>
<option value=''>All Interfaces</option>
<option value='Loopback%' <?php if($_POST['interface'] == "Loopback%"){ echo("selected");} ?> >Loopbacks</option>
@@ -28,9 +38,19 @@
<input style="align:right;" type=submit value=Search></div>
</td>
</form>
</tr>
</table>
</div>
</div>
<b class='rounded'>
<b class='rounded5'></b>
<b class='rounded4'></b>
<b class='rounded3'></b>
<b class='rounded2'><b></b></b>
<b class='rounded1'><b></b></b></b>
</div>
<?php