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

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

Ticket #2286 - Adicionado modulo acessivel ao Expresso.

Line 
1<!-- BEGIN mobile_home -->
2<html>
3<head>
4<meta http-equiv="Content-Language" content="pt-BR" />
5<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
6<script type="text/JavaScript">
7<!--
8function timedRefresh(timeoutPeriod) {
9        setTimeout("location.reload(true);",timeoutPeriod);
10}
11//   -->
12</script>
13<LINK href="./templates/css/mobile.css" type=text/css rel=StyleSheet>
14<title>Expresso Acessível {lang_home}</title>
15</head>
16<body style="background-color:white !important" onload="JavaScript:timedRefresh(600000);"> <!-- temporizador 10 minutos -->
17<!-- BEGIN mobile_home_content -->
18{content}<br />{footer}
19<!-- END mobile_home_content -->
20<h2>Formulário de Pesquisa:</h2>
21<strong>{fullname}: [{account_lid}]</strong><br />
22<form action="index.php?menuaction=mobile.ui_mobilemail.mail_list" method="post">
23<p><label for="busca">Pesquisar: <input id="busca" type="text" size="15" name="searchEmail"/></label><br/>
24<input type="submit" id="btnSearch" value="{lang_search}"/></p>
25</form><br />
26<hr />
27<p>
28<h3>Lista dos itens e pastas do expresso:</h3>
29<a accesskey="1" href="{href_newmail}">{lang_newmail}</a> <br />
30<a accesskey="1" href="{href_email}">{lang_email}</a> <br />
31<a accesskey="1" href="{href_sent}">{lang_sent}</a> <br />
32<a accesskey="1" href="{href_more}">{lang_more_folders}</a> <br />
33<a accesskey="1" href="{href_calendar}">{lang_calendar}</a> <br />
34<a accesskey="1" href="{href_cc}">{lang_cc}</a> <br />
35<a accesskey="1" href="./login.php?cd=1">{lang_logout}</a>
36</p>
37<hr />
38</body>
39</html>
40<!-- END mobile_home -->
Note: See TracBrowser for help on using the repository browser.