source: companies/serpro/mobile/templates/default/login.tpl @ 903

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

Importacao inicial do Expresso do Serpro

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                                                                        {captcha}
29                                                                        <tr>
30                                                                                <td width="66">&nbsp;</td>
31                                                                                <td width="135">
32                                                                                  <input type="submit" value="{lang_login}" name="submitit" class="button">
33                                                                                </td>
34                                                                        </tr>
35                                                                </table>             
36                                                        </td>
37                                                </tr>
38                                                <input type="hidden" name="passwd_type" value="text">
39                                                <input type="hidden" name="account type" value="u">
40                                </form>                   
41                                                </tbody>
42                                        </table>     
43                                </div>
44                        </td>           
45                </tr>
46        </table>
47</body>
48</html>
Note: See TracBrowser for help on using the repository browser.