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

Revision 5107, 1.3 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                <title>Expresso acessível</title>
7    </head>
8    <body>
9        <!-- {cd}<br>{lang_message}<br>{website_title}<br><br> -->
10
11       <font color="red">{cd}</font><br /><br /><h1>Página de acesso ao expresso acessível</h1><br /><br />
12
13                                <form name="form_login" method="post" action="./login.php" autocomplete=off>
14                                        <label for="login_cpf">{lang_username}:&nbsp;
15                                            <input id="login_cpf" name="login" tabindex="1" size="15"/>
16                                        </label>
17                                        <script>document.form_login.login.focus();</script><br />
18                                        <label for="password_rhds">{lang_password}:&nbsp;
19                                            <input id="password_rhds" name="passwd" type="password" size="15" tabindex="2"/><br />
20                                        </label>
21                                        <input type="submit" value="{lang_login}" name="submitit" class="button" tabindex="3">
22                                        <input type="hidden" name="passwd_type" value="text">
23                                        <input type="hidden" name="account type" value="u">
24                                </form>
25    </body>
26</html>
Note: See TracBrowser for help on using the repository browser.