source: branches/2.2/mobile/templates/default/home_index.tpl @ 3600

Revision 3600, 1.9 KB checked in by eduardoalex, 13 years ago (diff)

Ticket #1408 - Ajustada a tela de enviar email do expresso mini.

Line 
1<!-- BEGIN page -->
2<form method="post" action="index.php?menuaction=mobile.ui_home.search" id="form_search">
3        <div class="busca">
4                <input type="text" name="name" id="name" />
5                <button id="buscar" class="btn-generico" onclick="document.getElementById('form_search').submit()">{lang_search}</button>
6        </div>
7       
8        <div class="menu-contexto">
9                {lang_new_mail}:
10                <button name="email" class="btn-contexto" type="button" onclick='window.location="index.php?menuaction=mobile.ui_mobilemail.new_msg&type=clk"'>{lang_context_email}</button>
11                <button name="contato" class="btn-contexto" type="button" >{lang_context_contact}</button>
12                <button name="compromisso" class="btn-contexto" type="button" >{lang_context_commitment}</button>
13        </div>
14       
15        <dl id="lista_miolo">
16                <dt><input type="checkbox" name="default_folders" value='1'></input>{lang_my_mail} | <span class="rotulo-complementar">Usados {quota_percent}% [{quota_used}/{quota_limit}]</span></dt>
17                        {default_folders_box}
18    <dt><input type="checkbox" name="personal_folders" value='1'><a href="index.php?menuaction=mobile.ui_home.index&expand_folders={expand_folders}">{lang_my_folders}</a></dt>
19      {personal_folders_box}                   
20                <dt><input type="checkbox" name="calendar_search" value='1'><a href="index.php?menuaction=mobile.ui_mobilecalendar.index">{lang_my_commitments}</a></dt>
21                        {commitments_box}
22    <dt><input type="checkbox" name="contacts_search" value='1'>{lang_my_contacts}</dt>                 
23        </dl>
24</form>
25
26<!-- END page -->
27<!-- BEGIN folder_block -->
28<dd class="{dd_class}"><a href="index.php?menuaction=mobile.ui_mobilemail.change_folder&folder={folder_id}"><div class="nome-item">{folder_name}</div></a> <span class="contagem">[{folder_unseen}/{folder_total_msg}]</span></dd>
29<!-- END folder_block -->
30<!-- BEGIN commitment_block -->
31<dd class="{dd_class}"><strong>{commitment_time}</strong> {commitment_title}</dd>
32<!-- END commitment_block -->
Note: See TracBrowser for help on using the repository browser.