| [ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2 <html> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> 5 <meta name="AUTHOR" content="eGroupWare http://www.egroupware.org" /> 6 <meta name="description" content="eGroupWare" /> 7 <meta name="ROBOTS" content="NOINDEX, NOFOLLOW" /> 8 <meta name="keywords" content="eGroupWare login screen" /> 9 <style type="text/css"> 10 a { text-decoration:none; } 11 a:link{ text-decoration:none; color: #336699; } 12 a:visted{ text-decoration:none; color: #336699; } 13 a:active{ text-decoration:none; color: #ff0000; } 14 a:hover{ text-decoration:none; color: #cc0000; } 15 td {text-decoration:none; color: #ffffff; } 16 body { margin-top: 0px; margin-right: 0px; margin-left: 0px; font-family: "Arial, Helvetica, san-serif" } 17 .tablink { color: #000000; } 18 </style> 19 <title>{website_title} - Login</title> 20 </head> 21 <!-- idsociety body tags continue into navbar.tpl, so the closing bracket here is there END Head --> 22 <body bgcolor="#cccccc" alink="#ff0000" link="#336699" vlink="#336699"> 23 24 <a href="http://www.egroupware.org"><img src="phpgwapi/templates/{template_set}/images/logo.gif" alt="eGroupWare" border="0"></a> 25 <p> </p> 26 <center>{lang_message}</center> 27 <p> </p> 28 29 <table border="0" align="center" width="40%" cellspacing="0" cellpadding="0"> 30 <tr> 31 <td> 32 <table border="0" width="100%" cellpadding="2" cellspacing="1"> 33 <tr bgcolor="#525252"> 34 <td align="left" valign="middle"> eGroupWare</td> 35 </tr> 36 <tr> 37 <td valign="baseline"> 38 <form name="login" method="post" action="{login_url}"> 39 <input type="hidden" name="passwd_type" value="text"> 40 <input type="hidden" name="account_type" value="u"> 41 <table bgcolor="#adadad" border="0" align="center" width="100%" cellpadding="0" cellspacing="0"> 42 <tr> 43 <td colspan="2" align="center">{cd}</td> 44 </tr> 45 <tr> 46 <td align="right">{lang_username}: </td> 47 <td><input name="login" value="{cookie}"></td> 48 </tr> 49 <tr> 50 <td align="right">{lang_password}: </td> 51 <td><input name="passwd" type="password"></td> 52 </tr> 53 <tr> 54 <td colspan="2" align="center"><input type="submit" value="{lang_login}" name="submitit"></td> 55 </tr> 56 <tr> 57 <td colspan="2" align="right">{version}</td> 58 </tr> 59 </table> 60 </FORM> 61 </td> 62 </tr> 63 </table> 64 </td> 65 </tr> 66 </table> 67 68 <!-- END login_form --> 69 </html>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
| Généré le : Sun Feb 25 17:20:01 2007 | par Balluche grâce à PHPXref 0.7 |