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

Line 
1<!-- BEGIN page -->
2<form method="post" action="index.php?menuaction=mobile.ui_home.search" id="form_search">
3        {search}
4       
5       
6        <div class="menu-contexto">
7                {lang_new_mail}:
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>
11        </div>
12       
13        <dl id="lista_miolo">
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>
15                        {default_folders_box}
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>
17      {personal_folders_box}                   
18                <dt><input type="checkbox" name="calendar_search" value='1'><a href="index.php?menuaction=mobile.ui_mobilecalendar.index"> {lang_my_commitments}</a></dt>
19                        {commitments_box}
20    <dt><input type="checkbox" name="contacts_search" value='1'> {lang_my_contacts}</dt>                       
21        </dl>
22</form>
23
24<!-- END page -->
25<!-- BEGIN folder_block -->
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>
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.