|
@@ -1,25 +1,24 @@
|
|
|
|
|
|
|
|
<table class="sub-menu" style="background: white;">
|
|
<table class="sub-menu" style="background: white;">
|
|
|
<tr>
|
|
<tr>
|
|
|
- <td style="padding: 12px 0 8px 6px">
|
|
|
|
|
|
|
+ <td style="padding: 12px 0 0 6px">
|
|
|
<div style="float:left">
|
|
<div style="float:left">
|
|
|
<button style="width:120px; padding: 2px 0px;" onclick="location.href='/add/ip/'"> Add IP </button>
|
|
<button style="width:120px; padding: 2px 0px;" onclick="location.href='/add/ip/'"> Add IP </button>
|
|
|
</div>
|
|
</div>
|
|
|
<div style="text-align: right; float: right;">
|
|
<div style="text-align: right; float: right;">
|
|
|
- <input type="text" size="30" style="padding: 3px 80px 3px 0; margin: 0 2px 0 0;">
|
|
|
|
|
- <button> Search </button>
|
|
|
|
|
|
|
+ <form action="/search/" method="get" >
|
|
|
|
|
+ <input type="text" size="30" style="padding: 3px 80px 3px 0; margin: 0 2px 0 0;" name="q">
|
|
|
|
|
+ <input type="submit" name="search" value="Search" class="button" style="font-size: 12px;">
|
|
|
|
|
+ </form>
|
|
|
</div>
|
|
</div>
|
|
|
<div style="float:left; padding-left: 26px;">
|
|
<div style="float:left; padding-left: 26px;">
|
|
|
- <a style="padding: 0 4px 0 12px" class="select-controls" href='javascript:checkedAll("vstobjects");'> toggle all </a>
|
|
|
|
|
- <select style="margin:0 2px 0 0px;" >
|
|
|
|
|
|
|
+ <form action="/bulk/ip/" method="post" id="objects">
|
|
|
|
|
+ <a style="padding: 0 4px 0 12px" class="select-controls" href='javascript:checkedAll("objects");'> toggle all </a>
|
|
|
|
|
+ <select style="margin:0 2px 0 0px;" name="action">
|
|
|
<option>apply to selected</option>
|
|
<option>apply to selected</option>
|
|
|
- <option>rebuild</option>
|
|
|
|
|
- <option>update counters</option>
|
|
|
|
|
- <option>suspend</option>
|
|
|
|
|
- <option>unsuspend</option>
|
|
|
|
|
<option>delete</option>
|
|
<option>delete</option>
|
|
|
</select>
|
|
</select>
|
|
|
- <button style="width:27px;"> › </button>
|
|
|
|
|
|
|
+ <input type="submit" name="ok" value="›" class="button" style="width: 37px; font-size: 12px;">
|
|
|
</div>
|
|
</div>
|
|
|
</td>
|
|
</td>
|
|
|
</tr>
|
|
</tr>
|
|
@@ -28,7 +27,7 @@
|
|
|
</tr>
|
|
</tr>
|
|
|
</table>
|
|
</table>
|
|
|
|
|
|
|
|
- <form id="vstobjects">
|
|
|
|
|
|
|
+ <div id="vstobjects">
|
|
|
<table class='data'>
|
|
<table class='data'>
|
|
|
|
|
|
|
|
<?php
|
|
<?php
|
|
@@ -61,7 +60,7 @@
|
|
|
<tr class="data-row">
|
|
<tr class="data-row">
|
|
|
<td class="data-dotted" style="padding: 0px 10px 0px 0px" width="150">
|
|
<td class="data-dotted" style="padding: 0px 10px 0px 0px" width="150">
|
|
|
<table class="data-col1">
|
|
<table class="data-col1">
|
|
|
- <tr><td style="padding: 18 0 4 18;"><input type="checkbox" name="object" ></td></tr>
|
|
|
|
|
|
|
+ <tr><td style="padding: 18 0 4 18;"><input type="checkbox" name="ip[]" value="<?php echo $key ?>"></td></tr>
|
|
|
<tr><td><a class="data-date" title="<?php echo $data[$key]['DATE']." ".$data[$key]['TIME'] ?>"><?php echo date("d M Y", strtotime($data[$key]['DATE'])) ?></td></tr>
|
|
<tr><td><a class="data-date" title="<?php echo $data[$key]['DATE']." ".$data[$key]['TIME'] ?>"><?php echo date("d M Y", strtotime($data[$key]['DATE'])) ?></td></tr>
|
|
|
<tr><td class="data-active"><b>active</b></td></tr>
|
|
<tr><td class="data-active"><b>active</b></td></tr>
|
|
|
</table>
|
|
</table>
|
|
@@ -70,7 +69,7 @@
|
|
|
<table width="830px">
|
|
<table width="830px">
|
|
|
<tr>
|
|
<tr>
|
|
|
<td></td>
|
|
<td></td>
|
|
|
- <td class="data-controls" width="50px"><img src="/images/edit.png" width="8px" height="8px"><a href="/edit/ip/?ip=<?php echo "$key" ?>"> edit</a></td>
|
|
|
|
|
|
|
+ <td class="data-controls" width="50px"><img src="/images/edit.png" width="8px" height="8px"><a href="/edit/ip/?ip=<?php echo $key ?>"> edit</a></td>
|
|
|
<td class="data-controls" width="70px">
|
|
<td class="data-controls" width="70px">
|
|
|
<img src="/images/delete.png" width="7px" height="7px">
|
|
<img src="/images/delete.png" width="7px" height="7px">
|
|
|
<a href="#" id="delete_link_<?php echo $i ?>"> delete</a>
|
|
<a href="#" id="delete_link_<?php echo $i ?>"> delete</a>
|
|
@@ -139,8 +138,8 @@
|
|
|
<?php
|
|
<?php
|
|
|
}
|
|
}
|
|
|
?>
|
|
?>
|
|
|
-
|
|
|
|
|
</table>
|
|
</table>
|
|
|
|
|
+ </form>
|
|
|
|
|
|
|
|
<table class="data-count">
|
|
<table class="data-count">
|
|
|
<tr>
|
|
<tr>
|
|
@@ -156,4 +155,4 @@
|
|
|
</td>
|
|
</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
</table>
|
|
</table>
|
|
|
- </form>
|
|
|
|
|
|
|
+ </div>
|