summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xhttemplate/search/cust_bill.html12
-rwxr-xr-xhttemplate/search/cust_main.html4
-rwxr-xr-xhttemplate/search/svc_acct.html12
-rwxr-xr-xhttemplate/search/svc_domain.html13
4 files changed, 17 insertions, 24 deletions
diff --git a/httemplate/search/cust_bill.html b/httemplate/search/cust_bill.html
index 4adb40e4a..36e8bc91b 100755
--- a/httemplate/search/cust_bill.html
+++ b/httemplate/search/cust_bill.html
@@ -2,11 +2,11 @@
<HEAD>
<TITLE>Invoice Search</TITLE>
</HEAD>
- <BODY>
- <CENTER>
- <H1>Invoice Search</H1>
- </CENTER>
- <HR>
+ <BODY BGCOLOR="#e8e8e8">
+ <FONT SIZE=7>
+ Invoice Search
+ </FONT>
+ <BR><BR>
<FORM ACTION="cust_bill.cgi" METHOD="post">
Search for <B>invoice #</B>:
<INPUT TYPE="text" NAME="invnum">
@@ -14,8 +14,6 @@
<P><INPUT TYPE="submit" VALUE="Search">
</FORM>
-
- <HR>
</BODY>
</HTML>
diff --git a/httemplate/search/cust_main.html b/httemplate/search/cust_main.html
index 3184698b4..12796c7b2 100755
--- a/httemplate/search/cust_main.html
+++ b/httemplate/search/cust_main.html
@@ -2,8 +2,8 @@
<HEAD>
<TITLE>Customer Search</TITLE>
</HEAD>
- <BODY BGCOLOR="#ffffff">
- <FONT COLOR="#ff0000" SIZE=7>
+ <BODY BGCOLOR="#e8e8e8">
+ <FONT SIZE=7>
Customer Search
</FONT>
<BR>
diff --git a/httemplate/search/svc_acct.html b/httemplate/search/svc_acct.html
index 91291be99..742360596 100755
--- a/httemplate/search/svc_acct.html
+++ b/httemplate/search/svc_acct.html
@@ -2,11 +2,11 @@
<HEAD>
<TITLE>Account Search</TITLE>
</HEAD>
- <BODY>
- <CENTER>
- <H1>Account Search</H1>
- </CENTER>
- <HR>
+ <BODY BGCOLOR="#e8e8e8">
+ <FONT SIZE=7>
+ Account Search
+ </FONT>
+ <BR><BR>
<FORM ACTION="svc_acct.cgi" METHOD="post">
Search for <B>username</B>:
<INPUT TYPE="text" NAME="username">
@@ -14,8 +14,6 @@
<P><INPUT TYPE="submit" VALUE="Search">
</FORM>
-
- <HR>
</BODY>
</HTML>
diff --git a/httemplate/search/svc_domain.html b/httemplate/search/svc_domain.html
index 533743ba2..94bb9a66d 100755
--- a/httemplate/search/svc_domain.html
+++ b/httemplate/search/svc_domain.html
@@ -2,11 +2,11 @@
<HEAD>
<TITLE>Domain Search</TITLE>
</HEAD>
- <BODY>
- <CENTER>
- <H1>Domain Search</H1>
- </CENTER>
- <HR>
+ <BODY BGCOLOR="#e8e8e8">
+ <FONT SIZE=7>
+ Domain Search
+ </FONT>
+ <BR><BR>
<FORM ACTION="svc_domain.cgi" METHOD="post">
Search for <B>domain</B>:
<INPUT TYPE="text" NAME="domain">
@@ -14,9 +14,6 @@
<P><INPUT TYPE="submit" VALUE="Search">
</FORM>
-
- <HR>
-
</BODY>
</HTML>