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

Revision 623, 936 bytes checked in by niltonneto, 15 years ago (diff)

Resolve #399.

RevLine 
[623]1<!-- BEGIN mobile_home -->
[454]2<html>
3<head>
[623]4<meta http-equiv="Content-Language" content="pt-BR" />
[454]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">
[623]10<!-- BEGIN mobile_home_content -->
11{content}<br>{footer}
12<!-- END mobile_home_content -->
[524]13<p>&nbsp;&nbsp;<strong>{fullname}: [{account_lid}]</strong></p>
[454]14<hr />
15<!-- TODO: Yep! Deveria ser flexível, não hardcoded do jeito que tá -->
[517]16<!--<p>&nbsp;&nbsp;<strong>:: Expresso Mini</strong> </p>-->
17<p>
[623]18:: <a href="{href_newmail}">{lang_newmail}</a> <br>
19:: <a href="{href_email}">{lang_email}</a> <br>
20:: <a href="{href_calendar}">{lang_calendar}</a> <br>
21:: <a href="{href_cc}">{lang_cc}</a> <br>
[517]22:: <a href="./login.php?cd=1">{lang_logout}</a>
23</p>
[454]24<hr />
25</body>
26</html>
[623]27<!-- END mobile_home -->
Note: See TracBrowser for help on using the repository browser.