source: trunk/mobile/templates/default/template.tpl @ 4094

Revision 4094, 2.5 KB checked in by niltonneto, 13 years ago (diff)

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

Line 
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>   
6            <title>{global_title}</title>
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" />
9                <link href="templates/css/mobile.css" type="text/css" rel="StyleSheet" />
10        </head>
11        <body>
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>
32                        <span><a href="{href_logout}">{lang_logout}</a></span>
33                         -->
34                       
35                </div>
36
37                {message_box}           
38                <!-- BEGIN mobile_home_content -->
39                {content}
40                <!-- END mobile_home_content -->
41               
42                <div id="menu_rodape">
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>
50                </div>
51                <div class="rodape">Projeto ExpressoLivre 2004 - 2010 :: Licen&ccedil;a de Software</div>
52                <div class="rodape center"><a href="index.php?menuaction=mobile.ui_home.change_template&template=mini_desktop">Mini Desktop</a></div>
53        </body>
54</html>
55<!-- END mobile_home -->
56<!-- BEGIN success_message -->
57<div class="bg-neutro">
58        <div class="aviso-positivo">
59                <strong>{message}</strong>
60        </div>
61</div>
62<!-- END success_message -->
63<!-- BEGIN error_message -->
64<div class="bg-neutro">
65        <div class="aviso-negativo">
66                <strong>{message}</strong>
67        </div>
68</div>
69<!-- END error_message -->
Note: See TracBrowser for help on using the repository browser.