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

Revision 1709, 1.2 KB checked in by eduardoalex, 14 years ago (diff)

Ticket #787 - Adicionada funcao mobile_search em imapfunctions para busca de emails no mobile

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<form action="index.php?menuaction=mobile.ui_mobilemail.mail_list" method="post">
15<p>&nbsp;&nbsp;<input type="text" size="15" name="searchEmail"/><br/>
16&nbsp;&nbsp;<input type="submit" id="btnSearch" value="{lang_search}"/></p>
17</form>
18<hr />
19<!-- TODO: Yep! Deveria ser flexível, não hardcoded do jeito que tá -->
20<!--<p>&nbsp;&nbsp;<strong>:: Expresso Mini</strong> </p>-->
21<p>
22:: <a href="{href_newmail}">{lang_newmail}</a> <br>
23:: <a href="{href_email}">{lang_email}</a> <br>
24:: <a href="{href_sent}">{lang_sent}</a> <br>
25:: <a href="{href_calendar}">{lang_calendar}</a> <br>
26:: <a href="{href_cc}">{lang_cc}</a> <br>
27:: <a href="./login.php?cd=1">{lang_logout}</a>
28</p>
29<hr />
30</body>
31</html>
32<!-- END mobile_home -->
Note: See TracBrowser for help on using the repository browser.