Ignore:
Timestamp:
04/20/11 12:14:17 (13 years ago)
Author:
niltonneto
Message:

Ticket #1774 - Criado paginas de dicas para o iphone, inserir icone no iphone

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mobile/templates/default/template.tpl

    r3996 r4094  
    1010        </head>  
    1111        <body> 
    12                 <div class="topo"> 
    13                         <h1><a href="index.php?menuaction=mobile.ui_home.index" class="title">{global_title}</a></h1> 
     12                <div class="topo" style="height:20pt;"> 
     13                        <div style="position:absolute; float:left; width:50%;"> 
     14                                <div style="position:relative; float:left;"> 
     15                                        <h1 onclick="window.location='index.php?menuaction=mobile.ui_home.index'">{global_title}</h1> 
     16                                </div> 
     17                        </div> 
     18                         
     19                        <div style="position:relative; float:right; width:50%;"> 
     20                                <div style="position:absolute; float: left;"> 
     21                                        <h1 onclick="window.location='index.php?menuaction=mobile.ui_home.dicas'">Dicas</h1> 
     22                                </div> 
     23                                 
     24                                <div style="position:relative; float: right;"> 
     25                                        <h1 onclick="window.location='{href_logout}'">{lang_logout}</h1> 
     26                                </div> 
     27                        </div> 
     28                         
     29                        <!--  
     30                        <h1 style="text-align:left !important;"><a href="index.php?menuaction=mobile.ui_home.index" class="title">{global_title}</a></h1> 
     31                        <h1 style="text-align:center !important;"><a href="index.php?menuaction=mobile.ui_home.dicas" class="title"> - Dicas </a></h1> 
    1432                        <span><a href="{href_logout}">{lang_logout}</a></span> 
     33                         --> 
     34                         
    1535                </div> 
    1636 
Note: See TracChangeset for help on using the changeset viewer.