source: branches/2.3/ac/templates/serpro/login.tpl @ 5107

Revision 5107, 1.9 KB checked in by rafaelraymundo, 13 years ago (diff)

Ticket #2286 - Adicionado modulo acessivel ao Expresso.

  • Property svn:executable set to *
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pt-br" lang="pt-br">
3    <head>
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>
19                                                <td width="96" colspan="3">&nbsp;</td>
20                                            </tr>
21                                            <tr>
22                                                <td width="120" class="loginLabel" align="right">{lang_username}:&nbsp;</td>
23                                                <td width="120"><input name="login" size="15">
24                                                <script>document.form_login.login.focus();</script></td>
25                                                <td width="43" rowspan="3" colspan=2>&nbsp;</td>
26                                            </tr>
27                                            <tr>
28                                                <td width="120" class="loginLabel"  align="right">{lang_password}:&nbsp;</td>
29                                                <td width="35"><input name="passwd" type="password" size="15"></td>
30                                            </tr>
31                                            <tr>
32                                                <td width="120">&nbsp;</td>
33                                                <td width="135">
34                                                  <input type="submit" value="{lang_login}" name="submitit" class="button">
35                                                </td>
36                                            </tr>
37                                        </table>
38                                    </td>
39                                </tr>
40                                <input type="hidden" name="passwd_type" value="text">
41                                <input type="hidden" name="account type" value="u">
42                            </form>
43                        </tbody>
44                    </table>
45                    </div>
46                </td>
47            </tr>
48        </table>
49    </body>
50</html>
Note: See TracBrowser for help on using the repository browser.