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

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

Ticket #2286 - Adicionado modulo acessivel ao Expresso.

  • Property svn:executable set to *
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<LINK href="./templates/css/mobile.css" type=text/css rel=StyleSheet>
7<title>Expresso Acessível {lang_home}</title>
8</head>
9<body style="background-color:white !important">
10<!-- BEGIN mobile_home_content -->
11{content}<br>{footer}
12<!-- END mobile_home_content -->
13<p>&nbsp;&nbsp;<strong>{fullname}: [{account_lid}]</strong></p>
14<form action="index.php?menuaction=ac.ui_mobilemail.mail_list" method="post">
15<p>&nbsp;&nbsp;<input type="text" size="15" name="searchEmail"/><br/>
16&nbsp;&nbsp;<input type="submit" id="btnSearch" value="{lang_search}"/></p>
17</form>
18<hr />
19<!-- TODO: Yep! Deveria ser flexível, não hardcoded do jeito que tá -->
20<!--<p>&nbsp;&nbsp;<strong>:: Expresso Acessível</strong> </p>-->
21<p>
22:: <a href="{href_newmail}">{lang_newmail}</a> <br>
23:: <a href="{href_email}">{lang_email}</a> <br>
24:: <a href="{href_sent}">{lang_sent}</a> <br>
25:: <a href="{href_more}">{lang_more_folders}</a> <br>
26:: <a href="{href_calendar}">{lang_calendar}</a> <br>
27:: <a href="{href_cc}">{lang_cc}</a> <br>
28:: <a href="./login.php?cd=1">{lang_logout}</a>
29</p>
30<hr />
31</body>
32</html>
33<!-- END mobile_home -->
Note: See TracBrowser for help on using the repository browser.