source: trunk/phpgwapi/templates/idsociety/login_selectdomain.tpl @ 2

Revision 2, 2.6 KB checked in by niltonneto, 17 years ago (diff)

Removida todas as tags usadas pelo CVS ($Id, $Source).
Primeira versão no CVS externo.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
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>&nbsp;</p>
25<center>{lang_message}</center>
26<p>&nbsp;</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">&nbsp;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">&nbsp;&nbsp;<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>&nbsp;</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>
Note: See TracBrowser for help on using the repository browser.