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

Revision 3697, 2.1 KB checked in by eduardoalex, 13 years ago (diff)

Ticket #1409 - Corrigido o layout da tela de visualizar email do expresso mini

Line 
1<!-- BEGIN page -->
2<form method="post" action="index.php?menuaction=mobile.ui_home.search" id="form_search">
3        {search}
4       
5        <div class="menu-contexto">
6                &nbsp;&nbsp;{lang_new_mail}:
7                <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>
8                <button name="contato" class="btn-contexto" type="button" onclick='window.location="index.php?menuaction=mobile.ui_mobilecc.contact_add_edit"'>{lang_context_contact}</button>
9        </div>
10       
11        <dl id="lista_miolo">
12                <div class="resultado-titulo"><label><input type="checkbox" name="default_folders" value='1'/><span class="email-item">{lang_my_mail}</span></label><div class="rotulo-complementar">Usados {quota_percent}% [{quota_used}/{quota_limit}]</div></div>
13                        {default_folders_box}
14    <div class="limpar_div resultado-titulo"><label><input type="checkbox" name="personal_folders" value='1'><a href="index.php?menuaction=mobile.ui_home.index&expand_folders={expand_folders}" class="email-item"> {lang_my_folders}</a></label></div>
15      {personal_folders_box}                   
16                <div class="limpar_div resultado-titulo"><label><input type="checkbox" name="calendar_search" value='1'><a href="index.php?menuaction=mobile.ui_mobilecalendar.index" class="email-item"> {lang_my_commitments}</a></label></div>
17                        {commitments_box}
18    <div class="limpar_div resultado-titulo"><label><input type="checkbox" name="contacts_search" value='1'> <a href="index.php?menuaction=mobile.ui_mobilecc.init_cc" class="email-item"> {lang_my_contacts} </a></label></div>                       
19        </dl>
20</form>
21
22<!-- END page -->
23<!-- BEGIN folder_block -->
24<dd class="{folder_class}" style="clear:both">
25        <a href="index.php?menuaction=mobile.ui_mobilemail.change_folder&folder={folder_id}">
26                <div class="nome-item"><span>{folder_name}</span></div>
27        </a>
28        <span class="contagem">[{folder_unseen}/{folder_total_msg}]</span>
29</dd>
30<!-- END folder_block -->
31<!-- BEGIN commitment_block -->
32<p class="{commitment_class} espacamento"><strong>{commitment_time}</strong> {commitment_title}</p>
33<!-- END commitment_block -->
Note: See TracBrowser for help on using the repository browser.