source: trunk/mobile/home.tpl @ 435

Revision 435, 1.2 KB checked in by rafaelraymundo, 16 years ago (diff)

Pasta Default referente ao Mobile ( Mini Expresso )

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> :: {agenda} :: {mobilemail} :: <a href="./login.php?cd=1">{lang_logout}</a></p>
18<hr />
19<!-- END mobile_navbar -->
20
21<!-- BEGIN agenda -->
22{begin_anchor}{lang_agenda}{end_anchor}
23<!-- END agenda -->
24
25<!-- BEGIN mobilemail -->
26{begin_anchor}{lang_email}{end_anchor}
27<!-- END mobilemail -->
28
29<!-- BEGIN begin_anchor -->
30<a href="{href}">
31<!-- END begin_anchor -->
32
33<!-- BEGIN end_anchor -->
34</a>
35<!-- END end_anchor -->
36
37<!-- BEGIN mobile_footer -->
38</body>
39</html>
40<!-- END mobile_footer -->
Note: See TracBrowser for help on using the repository browser.