[ 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 <!-- BEGIN login_form --> 4 <head> 5 6 <meta http-equiv="Content-Type" content="text/html; charset={charset}" /> 7 <meta name="AUTHOR" content="dGroupWare http://www.eGroupWare.org" /> 8 <meta name="description" content="{website_title} login screen, working environment powered by eGroupWare" /> 9 <meta name="ROBOTS" content="NOINDEX, NOFOLLOW" /> 10 <meta name="keywords" content="{website_title} login screen, eGroupWare, groupware, groupware suite" /> 11 12 <title>{website_title} - {lang_login}</title> 13 </head> 14 15 <body bgcolor="#{bg_color}"> 16 <a href="{logo_url}"><img src="{logo_file}" alt="{logo_title}" title="{logo_title}" border="0"></a> 17 <p> </p> 18 <center>{lang_message}</center> 19 <p> </p> 20 21 <table bgcolor="#000000" border="0" cellpadding="0" cellspacing="0" width="40%" align="center"> 22 <tr> 23 <td> 24 <table border="0" width="100%" bgcolor="#486591" cellpadding="2" cellspacing="1"> 25 <tr bgcolor="#{bg_color_title}"> 26 <td align="LEFT" valign="MIDDLE"> 27 <font color="#FEFEFE"> {website_title}</font> 28 </td> 29 </tr> 30 <tr bgcolor="#e6e6e6"> 31 <td valign="BASELINE"> 32 33 <form name="login" method="post" action="{login_url}" {autocomplete}> 34 <input type="hidden" name="passwd_type" value="text"> 35 <input type="hidden" name="account type" value="u"> 36 <table border="0" align="CENTER" bgcolor="#486591" width="100%" cellpadding="0" cellspacing="0"> 37 <tr bgcolor="#e6e6e6"> 38 <td colspan="3" align="CENTER">{cd}</td> 39 </tr> 40 <tr bgcolor="#e6e6e6"> 41 <td align="RIGHT"><font color="#000000">{lang_username}: </font></td> 42 <td><input name="login" value="{cookie}"></td> 43 <td>{select_domain}</td> 44 </tr> 45 <tr bgcolor="#e6e6e6"> 46 <td align="RIGHT"><font color="#000000">{lang_password}: </font></td> 47 <td><input name="passwd" type="password"></td> 48 <td> </td> 49 </tr> 50 <tr bgcolor="#e6e6e6"> 51 <td colspan="3" align="CENTER"><input type="submit" value="{lang_login}" name="submitit"></td> 52 </tr> 53 <tr bgcolor="#e6e6e6"> 54 <td colspan="3" align="right"><font color="#000000" size="-1">eGroupWare {version}</font></td> 55 </tr> 56 </table> 57 </form> 58 59 </td> 60 </tr> 61 </table> 62 </td> 63 </tr> 64 </table> 65 66 <!-- END login_form --> 67 </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 |