Main Page | Namespace List | Class Hierarchy | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

index.php

Go to the documentation of this file.
00001 
00002 <?
00049 echo '<!DOCTYPE HTML PUBLIC "-//W3C/DTD HTML 3.2 FINAL//EN">
00050 
00051 <HTML>
00052 <head>
00053 <TITLE> PhpCompta </TITLE>
00054 <style>
00055 BODY {
00056   background-color:white;
00057   font-size:12px;
00058   font-family:sans-serif;
00059   color:blue;
00060 }
00061 .remark {
00062         border: solid black 1px;
00063         font-family:sans-serif;
00064         font-size: 9px;
00065         color:blue;
00066         width:200px;
00067         padding:3px;
00068 }
00069 .gras {
00070   font-size:12px;
00071   font-family:sans-serif;
00072   color:red;
00073 
00074 }
00075 </style>
00076 <script src="scripts.js" type="text/javascript"></script>
00077 </head>
00078 <BODY onLoad="SetFocus(\'login\',0)">
00079 Version  2.0.0
00080 <div class="remark">
00081  <p class="gras">Il est conseill&eacute; de ne PAS utiliser Internet Explorer.
00082  </p><p>
00083  Vous pouvez utiliser un autre browser: firefox, mozilla, netscape, Konqueror, opera...
00084  </p>
00085  <p>
00086  <a href="https://savannah.nongnu.org/projects/phpcompta">
00087  Si vous avez envie de nous rejoindre, vous êtes les bienvenus
00088  </a>   .
00089  </p>
00090 </div>
00091 
00092 <center>
00093         <IMG SRC="image/logo7.jpg" alt="Logo">
00094 <BR>
00095 
00096 <form action="login.php" method="post" name="loginform">
00097 <TABLE><TR><TD>
00098 <TABLE  BORDER=0 CELLSPACING=0>
00099 <TR>
00100 <TD class="cell">Login</TD>
00101 <TD><input type="text" name="p_user" tabindex="1"></TD>
00102 </TR>
00103 <TR>
00104 <TD> Password</TD>
00105 <TD><INPUT TYPE="PASSWORD" NAME="p_pass" tabindex="2"></TD>
00106 </TR>
00107 <TR>
00108 <TD COLSPAN=2 ALIGN=CENTER><INPUT TYPE=SUBMIT  NAME="login" value="Log in"></TD>
00109 </TR>
00110 </table>
00111 </TD></TR></TABLE>
00112 </form> 
00113 </Center>
00114 </body>
00115 </html>';
00116 
00117 ?>