source: branches/2.2/mobile/templates/default/template.tpl @ 4069

Revision 4069, 2.5 KB checked in by alexandrecorreia, 13 years ago (diff)

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

RevLine 
[3555]1<!-- BEGIN mobile_home -->
2<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
3
4<html xmlns="http://www.w3.org/1999/xhtml">
5    <head>   
[3731]6            <title>{global_title}</title>
[3555]7                <meta content="text/html;width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0; charset=utf-8;" http-equiv="Content-Type" name="viewport" />
8                <meta name="format-detection" content="telephone=no" />
[3731]9                <link href="templates/css/mobile.css" type="text/css" rel="StyleSheet" />
[3690]10        </head>
11        <body>
[4069]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>
[3690]32                        <span><a href="{href_logout}">{lang_logout}</a></span>
[4069]33                         -->
34                       
[3555]35                </div>
36
[3571]37                {message_box}           
[3555]38                <!-- BEGIN mobile_home_content -->
[3579]39                {content}
[3555]40                <!-- END mobile_home_content -->
41               
42                <div id="menu_rodape">
[3703]43                        <div class="margin-geral">
44                                <p><a href="{href_back}" id="menu_rodape_voltar">{lang_back}</a></p>
45                                <p><a href="{href_home}">{lang_home}</a></p>
46                                <p><a href="{href_email}">{lang_email}</a></p>
47                                <p><a href="{href_cc}">{lang_contacts}</a></p>
48                                <p><a href="{href_calendar}">{lang_calendar}</a></p>
49                        </div>
[3555]50                </div>
51                <div class="rodape">Projeto ExpressoLivre 2004 - 2010 :: Licen&ccedil;a de Software</div>
[3731]52                <div class="rodape center"><a href="index.php?menuaction=mobile.ui_home.change_template&template=mini_desktop">Mini Desktop</a></div>
[3579]53        </body>
54</html>
[3571]55<!-- END mobile_home -->
56<!-- BEGIN success_message -->
57<div class="bg-neutro">
[3731]58        <div class="aviso-positivo">
[3571]59                <strong>{message}</strong>
60        </div>
61</div>
62<!-- END success_message -->
63<!-- BEGIN error_message -->
64<div class="bg-neutro">
[3731]65        <div class="aviso-negativo">
[3571]66                <strong>{message}</strong>
67        </div>
68</div>
69<!-- END error_message -->
Note: See TracBrowser for help on using the repository browser.