| [ 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={charset}" /> 5 <meta name="AUTHOR" content="eGroupware http://www.egroupware.org" /> 6 <meta name="description" content="eGroupware login screen" /> 7 <meta name="keywords" content="eGroupware login screen" /> 8 <link rel="stylesheet" href="phpgwapi/templates/{template_set}/css/idots.css" type="text/css" /> 9 <title>{website_title} - Login</title> 10 </head> 11 <body bgcolor="#FFFFFF"> 12 <br /> 13 <a href="{logo_url}"><img src="{logo_file}" alt="{logo_title}" title="{logo_title}" border="0"></a> 14 <center>{lang_message}</center> 15 <p> </p> 16 <table class="sidebox" cellspacing="1" cellpadding="0" border="0" align="center"> 17 <tr> 18 <td class="sideboxtitle" align="center" height=28>{website_title}</td> 19 </tr> 20 <tr> 21 <td class="sideboxcontent" bgColor="#efefef"> 22 <form method="post" action="{login_url}"> 23 <input type="hidden" name="passwd_type" value="text"> 24 <input type="hidden" name="account_type" value="u"> 25 <table class="sideboxtext" cellSpacing=0 cellPadding=0 width="100%" border="0"> 26 <tr bgcolor="#e6e6e6"> 27 <td colspan="3" align="center"> 28 {cd} 29 <br /> 30 <img width="300" height="1" src="phpgwapi/templates/{template_set}/images/spacer.gif" alt="" /> 31 </td> 32 </tr> 33 <tr bgcolor="#e6e6e6"> 34 <td colspan="3"> <input type="hidden" name="passwd_type" value="text"> </td> 35 </tr> 36 <tr bgcolor="#e6e6e6"> 37 <td align="right"><font color="#000000">{lang_username}: </font></td> 38 <td align="right"><input name="login" value="{cookie}" style="width: 100px;"></td> 39 <td align="left"><select name="logindomain">{select_domain}</select></td> 40 </tr> 41 <tr bgcolor="#e6e6e6"> 42 <td align="RIGHT"><font color="#000000">{lang_password}: </font></td> 43 <td align="right"><input name="passwd" type="password" onChange="this.form.submit()" style="WIDTH: 100px;"></td> 44 <td> </td> 45 </tr> 46 <tr bgcolor="#e6e6e6"> 47 <td colspan="3" align="CENTER"> 48 <input type="submit" value="{lang_login}" name="submitit"> 49 </td> 50 </tr> 51 <!-- 52 <tr bgcolor="#e6e6e6"> 53 <td colspan="3" align="RIGHT"> 54 <font color="#000000" size="-1">eGroupWare {version}</font> 55 </td> 56 </tr> 57 --> 58 </table> 59 </form> 60 61 </td> 62 </tr> 63 </table> 64 <div style="bottom:10px;left:10px;position:absolute;visibility:hidden;"> 65 <img src="phpgwapi/templates/{template_set}/images/valid-html401.png" border="0" alt="Valid HTML 4.01"> 66 <img src="phpgwapi/templates/{template_set}/images/vcss.png" border="0" alt="Valid CSS"> 67 </div> 68 <div style="bottom:10px;right:10px;position:absolute;"> 69 <a href="http://www.egroupware.org" target="_blank">eGroupWare</a> {version}</div> 70 </body> 71 </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 |