source: branches/2.2/mobile/templates/default/login.tpl @ 3484

Revision 3484, 1.7 KB checked in by rafaelraymundo, 13 years ago (diff)

Ticket #1390 - habilita a utilização de folhas de estilo para templates e temas

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