/[phpcompta]/phpcompta/html/index.php
ViewVC logotype

Diff of /phpcompta/html/index.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by sparkyx, Fri May 6 22:03:11 2005 UTC revision 1.10 by stanpinte, Sat Jul 9 15:59:01 2005 UTC
# Line 25  BODY { Line 25  BODY {
25    color:red;    color:red;
26    
27  }  }
28  </style>  </style>
29    <script src="scripts.js" type="text/javascript"></script>
30  </head>  </head>
31  <BODY onLoad="document.loginform.p_user.focus()">  <BODY onLoad="SetFocus(\'login\',0)">
32  <div class="remark">  <div class="remark">
33   <p class="gras">Il est conseillé de ne PAS utiliser Internet Explorer.   <p class="gras">Il est conseillé de ne PAS utiliser Internet Explorer.
34   </p><p>   </p><p>
# Line 56  BODY { Line 57  BODY {
57  <TD><INPUT TYPE="PASSWORD" NAME="p_pass" tabindex="2"></TD>  <TD><INPUT TYPE="PASSWORD" NAME="p_pass" tabindex="2"></TD>
58  </TR>  </TR>
59  <TR>  <TR>
60  <TD COLSPAN=2 ALIGN=CENTER><INPUT TYPE=SUBMIT value="Log in"></TD>  <TD COLSPAN=2 ALIGN=CENTER><INPUT TYPE=SUBMIT  NAME="login" value="Log in"></TD>
61  </TR>  </TR>
62  </table>  </table>
63  </TD></TR></TABLE>  </TD></TR></TABLE>

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26