removing yellow edges

git-svn-id: http://www.observium.org/svn/observer/trunk@638 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2010-01-09 17:21:37 +00:00
parent 76bf3f54b4
commit 47dec92177
3 changed files with 13 additions and 65 deletions
+4 -26
View File
@@ -9,27 +9,14 @@ if($_GET['opta'] == "add") {
<form method='post' action=''>
<?php
} else {
print_optionbar_start('40');
?>
<div style='margin:auto; text-align: center; margin-top: 10px;'>
<b class='rounded'>
<b class='rounded1'></b>
<b class='rounded2'></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; padding:5px;'>
<table cellpadding=7 cellspacing=0 class=devicetable width=100%>
<form method='post' action=''>
@@ -68,19 +55,10 @@ if($_GET['opta'] == "add") {
</form>
</table>
</div>
</div>
<b class='rounded'>
<b class='rounded5'></b>
<b class='rounded4'></b>
<b class='rounded3'></b>
<b class='rounded2'></b>
<b class='rounded1'></b></b>
</div>
<?php
print_optionbar_end();
$sql = "SELECT * FROM `bills` ORDER BY `bill_name`";
$query = mysql_query($sql);
echo("<table border=0 cellspacing=0 cellpadding=5 class=devicetable width=100%>");
+4 -21
View File
@@ -1,12 +1,5 @@
<div style='margin:auto; text-align: center; margin-top: 0px; margin-bottom: 10px;'>
<b class='rounded'>
<b class='rounded1'></b>
<b class='rounded2'></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: 2px 5px; padding-left: 11px; clear: both; display:block; height:23px;'>
<?php print_optionbar_start('25'); ?>
<form method="post" action="">
<label><strong>Descr</strong>
@@ -48,20 +41,10 @@
<input type="text" size=24 name="device_string" id="device_string" value="<?php echo($_POST['device_string']); ?>" />
<input style type=submit value=Search>
</form>
</div>
</div>
<b class='rounded'>
<b class='rounded5'></b>
<b class='rounded4'></b>
<b class='rounded3'></b>
<b class='rounded2'></b>
<b class='rounded1'></b></b>
</div>
<?php
print_optionbar_end();
if($_POST['string']) {
$where .= " AND E.entPhysicalDescr LIKE '%".$_POST['string']."%'";
}
+5 -18
View File
@@ -1,13 +1,7 @@
<meta http-equiv="refresh" content="60">
<div style='margin:auto; text-align: center; margin-top: 0px; margin-bottom: 0px;'>
<b class='rounded'>
<b class='rounded1'></b>
<b class='rounded2'></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: 11px; clear: both; display:block;'>
<?php print_optionbar_start('25'); ?>
<form method="post" action="">
<label><strong>Search</strong>
<input type="text" name="string" id="string" value="<?php echo($_POST['string']); ?>" />
@@ -46,18 +40,11 @@
<input type=submit value=Search>
</form>
</div>
</div>
<b class='rounded'>
<b class='rounded5'></b>
<b class='rounded4'></b>
<b class='rounded3'></b>
<b class='rounded2'></b>
<b class='rounded1'></b></b>
</div>
<?php
print_optionbar_end();
if($_POST['string']) {
$where = " AND S.msg LIKE '%".$_POST['string']."%'";
}