| [ 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="keywords" content="eGroupWare login screen" /> 8 <style type="text/css"> 9 a { text-decoration:none; } 10 a:link{ text-decoration:none; color: #336699; } 11 a:visted{ text-decoration:none; color: #336699; } 12 a:active{ text-decoration:none; color: #ff0000; } 13 a:hover{ text-decoration:none; color: #cc0000; } 14 td {text-decoration:none; color: #ffffff; } 15 body { margin-top: 0px; margin-right: 0px; margin-left: 0px; font-family: "Arial, Helvetica, san-serif" } 16 .tablink { color: #000000; } 17 </style> 18 <title>{website_title} - Login</title> 19 </head> 20 <!-- idsociety body tags continue into navbar.tpl, so the closing bracket here is there END Head --> 21 <body bgcolor="#cccccc" alink="#ff0000" link="#336699" vlink="#336699"> 22 23 <a href="http://www.egroupware.org"><img src="phpgwapi/templates/{template_set}/images/logo.gif" alt="eGroupWare" border="0"></a> 24 <p> </p> 25 <center>{lang_message}</center> 26 <p> </p> 27 28 <table border="0" align="center" width="40%" cellspacing="0" cellpadding="0"> 29 <tr> 30 <td> 31 <table border="0" width="100%" cellpadding="2" cellspacing="1"> 32 <tr bgcolor="#525252"> 33 <td align="left" valign="middle"> eGroupWare</td> 34 </tr> 35 <tr> 36 <td valign="baseline"> 37 <form method="post" action="{login_url}"> 38 <input type="hidden" name="passwd_type" value="text"> 39 <input type="hidden" name="account_type" value="u"> 40 <table border="0" align="CENTER" bgcolor="#adadad" width="100%" cellpadding="0" cellspacing="0"> 41 <tr> 42 <td colspan="3" align="CENTER"> 43 {cd} 44 </td> 45 </tr> 46 <tr> 47 <td align="RIGHT"><font color="#000000">{lang_username}:</font></td> 48 <td align="RIGHT"><input name="login" value="{cookie}"></td> 49 <td align="LEFT"> <select name="logindomain">{select_domain}</select></td> 50 </tr> 51 <tr> 52 <td align="RIGHT"><font color="#000000">{lang_password}:</font></td> 53 <td align="RIGHT"><input name="passwd" type="password" onChange="this.form.submit()"></td> 54 <td> </td> 55 </tr> 56 <tr> 57 <td colspan="3" align="CENTER"> 58 <input type="submit" value="{lang_login}" name="submitit"> 59 </td> 60 </tr> 61 <tr> 62 <td colspan="3" align="RIGHT"> 63 <font color="#000000" size="-1">{version}</font> 64 </td> 65 </tr> 66 </table> 67 </form> 68 </td> 69 </tr> 70 </table> 71 </td> 72 </tr> 73 </table> 74 75 <!-- END login_form --> 76 </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 |