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

Revision 763, 712 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{js_lang}
9</head>
10<body style="background-color:white !important">
11<p>&nbsp;&nbsp;<strong>{fullname}: [{account_lid}]</strong></p>
12<hr />
13<p>
14<a href="{href_newmail}">{lang_newmail}</a>:<a href="{href_email}">{lang_email}</a>
15:<a href="{href_calendar}">{lang_calendar}</a>
16:<a href="{href_cc}">{lang_cc}</a>
17:<a href="./login.php?cd=1">{lang_logout}</a>
18</p>
19<hr />
20{content}<br>{footer}
21</body>
22</html>
23<!-- END mobile_home -->
Note: See TracBrowser for help on using the repository browser.