source: companies/serpro/mobile/templates/default/home.tpl @ 903

Revision 903, 1.4 KB checked in by niltonneto, 15 years ago (diff)

Importacao inicial do Expresso do Serpro

Line 
1<!-- BEGIN mobile_header -->
2<html>
3<head>
4<meta http-equiv="Content-Language" content="en" />
5<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
6<!-- <LINK href="../phpgwapi/templates/{template_set}/css/{template_set}.css" type=text/css rel=StyleSheet> -->
7<LINK href="./templates/css/mobile.css" type=text/css rel=StyleSheet>
8<title>Expresso Mobile {lang_home}</title>
9</head>
10<body style="background-color:white !important">
11<p>&nbsp;&nbsp;<strong>{fullname}: [{account_lid}]</strong></p>
12<hr />
13<!-- END mobile_header -->
14
15<!-- BEGIN mobile_navbar -->
16<!-- TODO: Yep! Deveria ser flexível, não hardcoded do jeito que tá -->
17<!--<p>&nbsp;&nbsp;<strong>:: Expresso Mini</strong> </p>-->
18<p>
19:: {newmail} <br>
20:: {mobilemail} <br>
21:: {agenda} <br>
22:: {contactcenter} <br>
23:: <a href="./login.php?cd=1">{lang_logout}</a>
24</p>
25<hr />
26<!-- END mobile_navbar -->
27
28<!-- BEGIN new_mail -->
29{begin_anchor}{lang_newmail}{end_anchor}
30<!-- END new_mail -->
31
32<!-- BEGIN agenda -->
33{begin_anchor}{lang_agenda}{end_anchor}
34<!-- END agenda -->
35
36<!-- BEGIN mobilemail -->
37{begin_anchor}{lang_email}{end_anchor}
38<!-- END mobilemail -->
39
40<!-- BEGIN mobilecc -->
41{begin_anchor}{lang_cc}{end_anchor}
42<!-- END mobilecc -->
43
44<!-- BEGIN begin_anchor -->
45<a href="{href}">
46<!-- END begin_anchor -->
47
48<!-- BEGIN end_anchor -->
49</a>
50<!-- END end_anchor -->
51
52<!-- BEGIN mobile_footer -->
53</body>
54</html>
55<!-- END mobile_footer -->
Note: See TracBrowser for help on using the repository browser.