source: trunk/phpgwapi/templates/default/login.tpl @ 2

Revision 2, 2.3 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<!-- 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>&nbsp;</p>
18<center>{lang_message}</center>
19<p>&nbsp;</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">&nbsp;{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}:&nbsp;</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}:&nbsp;</font></TD>
47                                        <TD><input name="passwd" type="password"></TD>
48                                        <TD>&nbsp;</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>
Note: See TracBrowser for help on using the repository browser.