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

Revision 1709, 948 bytes checked in by eduardoalex, 14 years ago (diff)

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

  • Property svn:executable set to *
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<form action="index.php?menuaction=mobile.ui_mobilemail.mail_list" method="post">
13<p>&nbsp;&nbsp;<input type="text" size="15" name="searchEmail"/><br/>
14&nbsp;&nbsp;<input type="submit" id="btnSearch" value="{lang_search}"/></p>
15</form>
16<hr />
17<p>
18<a href="{href_newmail}">{lang_newmail}</a>:<a href="{href_email}">{lang_email}</a>
19:<a href="{href_calendar}">{lang_calendar}</a>
20:<a href="{href_cc}">{lang_cc}</a>
21:<a href="./login.php?cd=1">{lang_logout}</a>
22</p>
23<hr />
24{content}<br>{footer}
25</body>
26</html>
27<!-- END mobile_home -->
Note: See TracBrowser for help on using the repository browser.