source: companies/celepar/mobile/templates/default/login.tpl @ 763

Revision 763, 1.9 KB checked in by niltonneto, 15 years ago (diff)

Importação inicial do Expresso da Celepar

Line 
1<HTML>
2<HEAD>
3<!-- <link href="../phpgwapi/templates/celepar/login.css" rel="stylesheet" type="text/css"> -->
4<LINK href="./templates/css/mobile.css" type=text/css rel=StyleSheet> 
5<TITLE>{website_title} - {lang_login}</TITLE>
6</HEAD>
7<body scroll="no"  style="overflow:hidden" bgcolor="#ffffff">
8        <table border="0" height="100%" width="100%">
9                <tr>
10                        <td align="center" valign="top">
11                                <div align="center" class="msgInicial">{cd}<br>{lang_message}<br>{website_title}<br><br></div>
12                                <table border="0" bordercolor="#cfcfcf" cellpadding="0" cellspacing="0" width="auto">
13                                        <tbody>
14                                                <form name="form_login" method="post" action="./login.php" autocomplete=off>
15                                                <tr>
16                                                        <td align="center" bgcolor="#f7f7f7" style="border:1px solid black">
17                                                                <table border="0" cellpadding="1" cellspacing="0" class="tableLogin">
18                                                                        <tr><td width="96" colspan="3">&nbsp;</td></tr>                                                                                         
19                                                                    <tr><td width="120" class="loginLabel" align="right">{lang_username}:&nbsp;</td>
20                                                                                <td width="120"><input name="login" size="15">
21                                                                                <script>document.form_login.login.focus();</script></td>
22                                                                                <td width="43" rowspan="3" colspan=2>&nbsp;</td>
23                                                                        </tr>
24                                                                        <tr>
25                                                                                <td width="120" class="loginLabel"  align="right">{lang_password}:&nbsp;</td>
26                                                                                <td width="35"><input name="passwd" type="password" size="15"></td>
27                                                                        </tr>
28                                                                        <tr>
29                                                                                <td width="120">&nbsp;</td>
30                                                                                <td width="135">
31                                                                                  <input type="submit" value="{lang_login}" name="submitit" class="button">
32                                                                                </td>
33                                                                        </tr>
34                                                                </table>             
35                                                        </td>
36                                                </tr>
37                                                <input type="hidden" name="passwd_type" value="text">
38                                                <input type="hidden" name="account type" value="u">
39                                </form>                   
40                                                </tbody>
41                                        </table>     
42                                </div>
43                        </td>           
44                </tr>
45        </table>
46</body>
47</html>
Note: See TracBrowser for help on using the repository browser.