[ 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="ROBOTS" content="NOINDEX, NOFOLLOW" /> 8 <meta name="keywords" content="eGroupWare login screen" /> 9 <link rel="stylesheet" href="phpgwapi/templates/{template_set}/css/idots.css" type="text/css" /> 10 <link rel="icon" href="phpgwapi/templates/idots/images/favicon.ico" type="image/x-ico" /> 11 <link rel="shortcut icon" href="phpgwapi/templates/idots/images/favicon.ico" /> 12 <title>{website_title} - Login</title> 13 <style type="text/css"> 14 15 /*body 16 { 17 height:100%; 18 } 19 */ 20 21 22 #divMain 23 { 24 height:85%; 25 } 26 27 </style> 28 29 <!-- this solves the internet explorer png-transparency bug, but only for ie 5.5 and higher --> 30 <!--[if gte ie 5.5000]> 31 <script src="./phpgwapi/templates/idots/js/pngfix.js" type=text/javascript> 32 </script> 33 <![endif]--> 34 35 </head> 36 <body bgcolor="#ffffff"> 37 <div id="divLogo"><a href="{logo_url}" target="_blank"><img src="{logo_file}" border="0" alt="{logo_title}" title="{logo_title}"/></a></div> 38 39 <div id="divMain"style= "background-repeat:no-repeat;background-position: center center;background-image:url(./phpgwapi/templates/idots/images/login-background.jpg)"> 40 <div id="divAppIconBar"> 41 <table width="100%" border="0" cellspacing="0" cellpadding="0"> 42 <tr> 43 <td width="180" valign="top" align="left"><img src="./phpgwapi/templates/idots/images/grey-pixel.png" width="1" height="69" alt="spacer" /></td> 44 <td> 45 <table width="100%" border="0" cellspacing="0" cellpadding="0"> 46 <tr> 47 <td width="100%"><img src="./phpgwapi/templates/idots/images/spacer.gif" width="1" height="68" alt="spacer" /></td> 48 </tr> 49 <!-- <tr> 50 <td width="100%"> </td> 51 </tr>--> 52 </table> 53 54 </td> 55 <td width="1" valign="top" align="right"><img src="./phpgwapi/templates/idots/images/grey-pixel.png" width="1" height="68" alt="spacer" /></td> 56 </tr> 57 </table> 58 </div> 59 <br/> 60 <!--</div>--> 61 <div id="containerDiv" > 62 <div id="centerBox"> 63 <div align="center">{lang_message}</div> 64 <div align="center">{cd}</div> 65 <p> </p> 66 <form name="login_form" method="post" action="{login_url}"> 67 <!-- <table class=sidebox cellspacing=1 cellpadding=0 border=1 align=center> --> 68 69 70 <table class="divLoginbox" cellspacing="0" cellpadding="0" border="0" align="center"> 71 <tr> 72 <td colspan="2" class="divLoginboxHeader" style="border-bottom: #9c9c9c 1px solid;" align="center">{website_title}</td> 73 </tr> 74 <tr > 75 <td class="divSideboxEntry"> 76 77 <table cellspacing=0 cellpadding=0 width="100%" border="0"> 78 <tr> 79 <td colspan="3" align="left"> 80 {register_link}<br/> 81 <img width="200" height="1" src="phpgwapi/templates/{template_set}/images/spacer.gif" alt="spacer" /> 82 </td> 83 </tr> 84 <tr> 85 <td colspan="3"> 86 <input type="hidden" name="passwd_type" value="text"> 87 <input type="hidden" name="account_type" value="u"> 88 </td> 89 </tr> 90 <tr> 91 <td align="right">{lang_username}: </td> 92 <td align="left"><input name="login" value="{cookie}" style="width: 100px; border: 1px solid silver;"></td> 93 <td align="left">{select_domain}</td> 94 </tr> 95 <tr> 96 <td align="right">{lang_password}: </td> 97 <td align="left"><input name="passwd" type="password" onChange="this.form.submit()" style="width: 100px; border: 1px solid silver;"></td> 98 <td> </td> 99 </tr> 100 <tr> 101 <td colspan="3" align="center"> 102 103 </td> 104 </tr> 105 <tr> 106 <td colspan="3" align="center"> 107 <input type="submit" value="{lang_login}" name="submitit" style="border: 1px solid silver;"> 108 </td> 109 </tr> 110 <tr> 111 <td colspan="3" align="center"> 112 113 </td> 114 </tr> 115 </table> 116 117 </td> 118 <td class="divSideboxEntry"> 119 <img src="phpgwapi/templates/{template_set}/images/password.png" alt="keys" /> 120 </td> 121 </tr> 122 </table> 123 <p> </p> 124 <p> </p> 125 <p> </p> 126 </form> 127 <script language="javascript1.2" type="text/javascript"> 128 <!-- 129 // position cursor in top form field 130 document.login_form.login.focus(); 131 //--> 132 </script> 133 134 135 </div> 136 </div> 137 </div> 138 <div style="bottom:10px;left:10px;position:absolute;visibility:hidden;"> 139 <img src="phpgwapi/templates/{template_set}/images/valid-html401.png" border="0" alt="Valid HTML 4.01"> 140 <img src="phpgwapi/templates/{template_set}/images/vcss.png" border="0" alt="Valid CSS"> 141 </div> 142 <div id="divPoweredBy" align="center"> 143 <br/> 144 <a href="http://www.egroupware.org" target="_blank">eGroupWare</a> {version}</div> 145 </body> 146 </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 |