diff options
| author | ivan <ivan> | 2001-12-26 04:52:59 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2001-12-26 04:52:59 +0000 | 
| commit | 37f9312b22a0bef8cd9f3a295ef2bffc3ca10364 (patch) | |
| tree | b09b42e93825b779a06eb7f72acabbe0b0bed599 | |
| parent | d0f483f47168e01eb6c28e8fc99a62050b245132 (diff) | |
same look as rest of search pages
| -rwxr-xr-x | httemplate/search/cust_bill.html | 12 | ||||
| -rwxr-xr-x | httemplate/search/cust_main.html | 4 | ||||
| -rwxr-xr-x | httemplate/search/svc_acct.html | 12 | ||||
| -rwxr-xr-x | httemplate/search/svc_domain.html | 13 | 
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> | 
