source: trunk/mobile/templates/default/home.tpl @ 1474

Revision 1474, 982 bytes checked in by eduardoalex, 15 years ago (diff)

Ticket #675 - Adicionadas as funcionalidades e o template add_recipients.tpl

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 Mobile {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<hr />
15<!-- TODO: Yep! Deveria ser flexível, não hardcoded do jeito que tá -->
16<!--<p>&nbsp;&nbsp;<strong>:: Expresso Mini</strong> </p>-->
17<p>
18:: <a href="{href_newmail}">{lang_newmail}</a> <br>
19:: <a href="{href_email}">{lang_email}</a> <br>
20:: <a href="{href_sent}">{lang_sent}</a> <br>
21:: <a href="{href_calendar}">{lang_calendar}</a> <br>
22:: <a href="{href_cc}">{lang_cc}</a> <br>
23:: <a href="./login.php?cd=1">{lang_logout}</a>
24</p>
25<hr />
26</body>
27</html>
28<!-- END mobile_home -->
Note: See TracBrowser for help on using the repository browser.