altocompta/html/index.html
sparkyx b2a264ae09 Add feature : theme
Add theme aqua
Fix bug in centralized printing: need to drop and recreate table and REcentralize
Improve printing
Add documentation and code cleaning
2003-10-19 18:59:21 +00:00

28 lines
656 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C/DTD HTML 3.2 FINAL//EN">
<HTML>
<TITLE> Gnu Accountancy</TITLE>
<BODY BGCOLOR="#6b30ea">
<BR><BR><BR><BR><BR>
<center>
<IMG SRC="image/logo-wcompta.jpg" alt="Logo">
<BR>
<form action=login.php method=post>
<TABLE BGCOLOR="#4851FF"><TR><TD>
<TABLE Bgcolor="#4851FF" BORDER=0 CELLSPACING=0>
<TR>
<TD><FONT COLOR="white"> LOGIN</FONT> </TD>
<TD><input type=text name=p_user></TD>
</TR>
<TR>
<TD><FONT color="white"> PASSWORD</FONT></TD>
<TD><INPUT TYPE=PASSWORD NAME=p_pass></TD>
</TR>
<TR>
<TD COLSPAN=2 ALIGN=CENTER><INPUT TYPE=SUBMIT value="Log in"></TD>
</TR>
</table>
</TD></TR></TABLE>
</form>
</Center>
</body>
</html>