source: sandbox/2.3-MailArchiver/expressoMail1_2/templates/classic/login_offline.tpl @ 6779

Revision 6779, 6.0 KB checked in by rafaelraymundo, 12 years ago (diff)

Ticket #2946 - Liberado Expresso(branch 2.3) integrado ao MailArchiver?.

Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<HTML>
3<!-- BEGIN login_form -->
4<HEAD>
5<META http-equiv="Content-Type" content="text/html; charset={charset}">
6<META name="AUTHOR" content="dGroupWare http://www.eGroupWare.org">
7<META NAME="description" CONTENT="{website_title} login screen, working environment powered by eGroupWare">
8<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
9<META NAME="keywords" CONTENT="{website_title} login screen, eGroupWare, groupware, groupware suite">
10<link href="../phpgwapi/templates/celepar/login.css" rel="stylesheet" type="text/css">
11<TITLE>{website_title} - {lang_login}</TITLE>
12<script src="js/local_messages.js?1.222" type='text/javascript'></script>
13<script src="js/offline_access.js?1.222" type='text/javascript'></script>
14<script src="js/gears_init.js?1.222" type='text/javascript'></script>
15<script src="js/md5.js?1.222" type='text/javascript'></script>
16<script language="Javascript">
17<!--
18       
19        function submitIt(event){
20                /*if(event.keyCode == 13)
21                        document.login.submit();*/             
22        }
23
24        function setLogin(){
25                if( document.login.organization != null)
26                        document.login.login.value = document.login.organization.value+'-'+document.login.user.value;
27                else
28                        document.login.login.value = document.login.user.value;                 
29        }
30       
31        function getLogin(){
32                var cookie = '{cookie}';
33                if( document.login.organization != null)
34                        document.login.user.value= cookie.substring(cookie.indexOf('-')+1,cookie.length);
35                else   
36                        document.login.user.value= cookie;
37
38                if(document.login.user.value == '') {
39                        if(document.login.organization != null)
40                                document.login.organization.focus();
41                        else
42                                document.login.user.focus();
43                }
44                else
45                        document.login.passwd.focus();
46        }
47       
48        function openWindow(newWidth,newHeight,link) {                                 
49                newScreenX  = screen.width - newWidth; 
50                newScreenY  = 0;               
51                Window1=window.open(link,'',"width="+newWidth+",height="+newHeight+",screenX="+newScreenX+",left="+newScreenX+",screenY="+newScreenY+",top="+newScreenY+",toolbar=no,scrollbars=yes,resizable=no");                             
52        }
53       
54        -->
55</script>
56</HEAD>
57<body scroll="no"  style="overflow:hidden"  bgcolor="#ffffff" onload="expresso_offline_access.fill_combo_of_users(document.getElementById('users_combo'))">
58<table border="0" height="100%" width="100%">
59<tr><td align="center" valign="center">
60<table align="center" border="1" bordercolor="#cfcfcf" cellpadding="0" cellspacing="0" width="100%"  height="100%">
61<tbody><tr>
62    <td  height="100%">
63<table cellpadding="0" cellspacing="0" width="100%"  height="100%">
64        <tbody><tr>                     
65    <td bgcolor="#E8EEF7"  height="100%">
66    <table cellpadding="0" height="100%" cellspacing="0" width="100%" border="0"><tr><td width="60%">&nbsp;</td><td>
67        <div align="center" id='div_error' class="msgInicial">{cd}<br>{lang_message}<br>{website_title} - 01<br><br></div>
68        <table border="0" bordercolor="#cfcfcf" cellpadding="0" cellspacing="0" width="300">
69          <tbody><tr>
70                                <FORM name="login" method="post" action="{login_url}" {autocomplete} onsubmit="expresso_offline_access.do_login(document.getElementById('users_combo').value,MD5(document.getElementById('passwd').value));return false;">
71                <td bgcolor="#f7f7f7" style="border:1px solid black">
72                                        <table  border="0" cellpadding="0" cellspacing="0" class="tableLogin">
73                                                <tr><td height="2px">&nbsp;</td></tr>
74                                          <tr>
75                                                <td width="96" class="loginLabel">{lang_username}:&nbsp;</td>
76                                                <td width="105"><select name="user" id='users_combo'></select><!--input name="user" size="20"--></td>
77                                                <td width="43" rowspan="3"><img src="../phpgwapi/templates/celepar/images/icon_login.gif" width="43" height="64"></td>
78                                          </tr>
79                                          <tr>
80                                                <td width="66" class="loginLabel">{lang_password}:&nbsp;</td>
81                                                <td width="135"><input name="passwd" type="password" size="20" id="passwd"></td>
82                                                <td>&nbsp;</td>         
83                                          </tr>
84                                          <tr>
85                                                <td width="66">&nbsp;</td>
86                                                <td width="135">
87                                                  <input type="button" value="{lang_login}" name="submitit" class=button onclick="expresso_offline_access.do_login(document.getElementById('users_combo').value,MD5(document.getElementById('passwd').value))">
88                                                </td>
89                                                </tr>
90                                          <tr> 
91                                                <td width="66">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
92                                                        </td>
93                                                <td width="135">&nbsp;</td>
94                                                <td>&nbsp;</td>
95                                                       
96                                           </tr>               
97                                        </table>             
98              </td>
99              </form>
100          </tr>
101        </tbody></table>     
102      </td</tr></table>
103      </div>
104      </td>             
105    <td valign="bottom" bgcolor="#e8eef7"><div align="left"><img src="../phpgwapi/templates/celepar/images/logo_expresso_1.gif" alt=""></div></td>
106        </tr>
107        <tr>           
108    <td background="../phpgwapi/templates/celepar/images/logo_expresso_4.gif"><div align="right"><img src="../phpgwapi/templates/celepar/images/logo_expresso_3.gif" alt="" height="46" width="485"></div></td>         
109    <td background="../phpgwapi/templates/celepar/images/logo_expresso_5.gif"><div align="left"><img src="../phpgwapi/templates/celepar/images/logo_expresso_2.gif" alt="" height="46" width="285"></div></td>
110        </tr>   
111        <tr>   
112<style type="text/css">
113<!--
114.style2 {font-size: 10px}
115-->
116</style>
117    <td bgcolor="#f7f7f7" valign="top"><div align="right">
118        <table border="0" cellpadding="0" cellspacing="0" width="300px">
119          <tbody><tr>
120            <td><a title="Governo do Paran&aacute;" href="http://www.pr.gov.br" target="_blank"><img border=0 src="../phpgwapi/templates/celepar/images/logo_governo.gif"/></a></td>
121            <td><div align="center"><a title="Celepar Inform&aacute;tica do Paran&aacute;" target="_blank" href="http://www.celepar.pr.gov.br/"><img border=0 src="../phpgwapi/templates/celepar/images/logo_celepar.gif"></a><a title="eGroupWare" style="text-decoration:none" target="_blank" href="http://www.egroupware.org/"><font color="#9a9a9a" face="Verdana, Arial, Helvetica, sans-serif" size="1"><br>Powered by eGroupWare {version}</a></font></div></td>
122          </tr>
123        </tbody></table><br>
124      </div></td>
125         <td bgcolor="#f7f7f7" height="100%"></td>
126        </tr>   
127</tbody></table>
128</td></tr></tbody></table>
129</td></tr></table>
130</body></html>
Note: See TracBrowser for help on using the repository browser.