[ Index ]
 

Code source de eGroupWare 1.2.106-2

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/phpgwapi/templates/literati/ -> login.tpl (source)

   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  <title>{website_title} - Login</title>
  11  </head>
  12  <body bgcolor="#FFFFFF">
  13  <br />
  14  <a href="{logo_url}"><img src="{logo_file}" alt="{logo_title}" title="{logo_title}" border="0"></a>
  15  <center>{lang_message}</center>
  16  <p>&nbsp;</p>
  17  <form name="login_form" method="post" action="{login_url}">
  18      <input type="hidden" name="passwd_type" value="text">
  19      <input type="hidden" name="account_type" value="u">
  20  <table class=sidebox cellSpacing=1 cellPadding=0  border=0  align=center>
  21  <tr>
  22  <td class="sideboxtitle" align="center"  height=28>{website_title}</td>
  23  </tr>
  24  <tr> 
  25  <td class="sideboxcontent" bgColor="#efefef">
  26  
  27  <table class="sideboxtext" cellSpacing=0 cellPadding=0 width="100%" border="0">
  28  <tr bgcolor="#e6e6e6">
  29  <td colspan="3" align="center">
  30  {cd}
  31  <br />
  32  <img width="300" height="1" src="phpgwapi/templates/{template_set}/images/spacer.gif" alt="">
  33  </td>
  34  </tr>
  35  <tr bgcolor="#e6e6e6">
  36  <td colspan="3"> <input type="hidden" name="passwd_type" value="text"> </td>
  37  </tr>
  38  <tr bgcolor="#e6e6e6">
  39  <td align="right"><font color="#000000">{lang_username}:&nbsp;</font></td>
  40  <td align="left"><input name="login" value="{cookie}" style="width: 100px; border: 1px solid silver;"></td>
  41  <td align="left">&nbsp;</td>
  42  </tr>
  43  <tr bgcolor="#e6e6e6">
  44  <td align="RIGHT"><font color="#000000">{lang_password}:&nbsp;</font></td>
  45  <td align="left"><input name="passwd" type="password" onChange="this.form.submit()" style="WIDTH: 100px; border: 1px solid silver;"></TD>
  46  <td>&nbsp;</td>
  47  </tr>
  48  <tr bgcolor="#e6e6e6">
  49  <td colspan="3" align="CENTER">
  50  &nbsp;
  51  </td>
  52  </tr>
  53  <tr bgcolor="#e6e6e6">
  54  <td colspan="3" align="CENTER">
  55  <input type="submit" value="{lang_login}" name="submitit" style="border: 1px solid silver;">
  56  </td>
  57  </tr>
  58  <tr bgcolor="#e6e6e6">
  59  <td colspan="3" align="CENTER">
  60  &nbsp;
  61  </td>
  62  </tr>
  63  <!--
  64  <tr bgcolor="#e6e6e6">
  65  <td colspan="3" align="RIGHT">
  66  <font color="#000000" size="-1">eGroupWare {version}</font>
  67  </td>
  68  </tr>
  69  -->
  70  </table>
  71  
  72  </td>
  73  </tr>
  74  </table>
  75  </form>
  76  <script language="javascript1.2">
  77  <!--
  78  // position cursor in top form field
  79  document.login_form.login.focus();
  80  //-->
  81  </script>
  82  <div style="bottom:10px;left:10px;position:absolute;visibility:hidden;">
  83  <img src="phpgwapi/templates/{template_set}/images/valid-html401.png" border="0" alt="Valid HTML 4.01">
  84  <img src="phpgwapi/templates/{template_set}/images/vcss.png" border="0" alt="Valid CSS">
  85  </div>
  86  <div style="bottom:10px;right:10px;position:absolute;">
  87  <a href="http://www.egroupware.org" target="_blank">eGroupWare</a> {version}</div>
  88  </body>
  89  </html>


Généré le : Sun Feb 25 17:20:01 2007 par Balluche grâce à PHPXref 0.7