source: companies/celepar/mobile/templates/default/home.tpl @ 763

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

Importação inicial do Expresso da Celepar

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_calendar}">{lang_calendar}</a> <br>
21:: <a href="{href_cc}">{lang_cc}</a> <br>
22:: <a href="./login.php?cd=1">{lang_logout}</a>
23</p>
24<hr />
25</body>
26</html>
27<!-- END mobile_home -->
Note: See TracBrowser for help on using the repository browser.