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

Revision 3641, 1.7 KB checked in by eduardoalex, 13 years ago (diff)

Ticket #1475 - Barra em arquivo de template único

RevLine 
[3564]1<!-- BEGIN page -->
[3600]2<form method="post" action="index.php?menuaction=mobile.ui_home.search" id="form_search">
[3641]3        {search}
[3571]4       
[3641]5       
[3571]6        <div class="menu-contexto">
7                {lang_new_mail}:
[3600]8                <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>
9                <button name="contato" class="btn-contexto" type="button" >{lang_context_contact}</button>
10                <button name="compromisso" class="btn-contexto" type="button" >{lang_context_commitment}</button>
[3571]11        </div>
12       
13        <dl id="lista_miolo">
[3641]14                <dt><input type="checkbox" name="default_folders" value='1'/> {lang_my_mail} | <span class="rotulo-complementar">Usados {quota_percent}% [{quota_used}/{quota_limit}]</span></dt>
[3571]15                        {default_folders_box}
[3641]16    <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>
[3571]17      {personal_folders_box}                   
[3641]18                <dt><input type="checkbox" name="calendar_search" value='1'><a href="index.php?menuaction=mobile.ui_mobilecalendar.index"> {lang_my_commitments}</a></dt>
[3590]19                        {commitments_box}
[3641]20    <dt><input type="checkbox" name="contacts_search" value='1'> {lang_my_contacts}</dt>                       
[3571]21        </dl>
22</form>
[3564]23
24<!-- END page -->
25<!-- BEGIN folder_block -->
[3600]26<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>
[3564]27<!-- END folder_block -->
28<!-- BEGIN commitment_block -->
29<dd class="{dd_class}"><strong>{commitment_time}</strong> {commitment_title}</dd>
30<!-- END commitment_block -->
Note: See TracBrowser for help on using the repository browser.