ispman/ispman-web/cgi-bin/tmpl login.tmpl,1.7,1.8

Joerg Delker <[email protected]> Tue, 03 Oct 2006 20:12:49 +0000
Newsgroups gmane.comp.isp.ispman.cvs
Message-ID <[email protected]>
Update of /cvsroot/ispman/ispman/ispman-web/cgi-bin/tmpl
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv9039/ispman-web/cgi-bin/tmpl

Modified Files:
	login.tmpl 
Log Message:
modified page as suggested by s0undt3ch

Index: login.tmpl
===================================================================
RCS file: /cvsroot/ispman/ispman/ispman-web/cgi-bin/tmpl/login.tmpl,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- login.tmpl	20 Jun 2004 08:54:17 -0000	1.7
+++ login.tmpl	3 Oct 2006 20:12:46 -0000	1.8
@@ -18,12 +18,12 @@
 
 <TABLE WIDTH=600>
 <TD class=menu ALIGN="CENTER">
-<P ALIGN="right"><FORM method="POST">
+<form method="POST">
 <TABLE>
-<tr><TD><perl>_("Username")</perl>:</td><TD> <INPUT type=text NAME=uid></td></tr>
-<tr><TD><perl>_("Password")</perl>: </td><TD><INPUT type=password NAME=pass></td></tr>
+<tr><TD><perl>_("Username")</perl>:</td><TD> <INPUT type=text NAME=uid WIDTH="200" STYLE="width: 200px"></td></tr>
+<tr><TD><perl>_("Password")</perl>: </td><TD><INPUT type=password NAME=pass WIDTH="200" STYLE="width: 200px"></td></tr>
 <tr><TD><perl>_("Login as")</perl>: </td><TD>
-<select name="logintype">
+<select name="logintype" WIDTH="200" STYLE="width: 200px">
         <option value="admin"><perl>_("Administrator")</perl></option>
         <option value="reseller"><perl>_("Reseller")</perl></option>
         <option value="client"><perl>_("Client")</perl></option>
@@ -32,7 +32,7 @@
         </td></tr>
 
         <tr><TD><perl>_("Language")</perl>: </td><TD>
-        <select name="language">
+        <select name="language" WIDTH="200" STYLE="width: 200px">
         
         <perl>
                 $options="";
@@ -52,7 +52,6 @@
 <tr><td colspan=2 ALIGN=right><INPUT TYPE="submit" CLASS="button" VALUE="<perl>_("Login")</perl>"></td></tr>
 </table>
 
-</p>
 
 <P class=menu ALIGN="JUSTIFY">
     This system is for the use of authorized users only. Individuals using this computer


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV