source: trunk/setup/templates/default/head.tpl @ 1153

Revision 1153, 2.9 KB checked in by amuller, 15 years ago (diff)

Ticket #475 - correção de problemas que podem aparecer com o templates azul

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
2<html xml:lang="{lang_code}" xmlns="http://www.w3.org/1999/xhtml">
3        <head>
4                <title>Expresso Setup - {lang_setup} {configdomain}</title>
5                <meta http-equiv="content-type" content="text/html; charset={charset}" />
6                <meta name="keywords" content="ExpressoLivre" />
7                <meta name="description" content="expressolivre" />
8                <meta name="language" content="{lang_code}" />
9                <meta name="author" content="expressolivre http://www.expressolivre.org" />
10                <meta name="robots" content="none" />
11                <link rel="icon" href="../phpgwapi/templates/default/images/favicon.ico" type="image/x-ico" />
12                <link rel="shortcut icon" href="../phpgwapi/templates/default/images/favicon.ico" />
13                <link href="templates/default/css/default.css" type="text/css" rel="stylesheet" />
14                <!--
15                {css}
16                -->
17
18                <style type="text/css">
19                        <!--
20                        .row_on { color: #000000; background-color: #f9fbff; }
21                        .row_off { color: #000000; background-color: #e8f0f0;}
22                        .th
23                        {
24                          color: black;
25                          background-color: #dcdcdc;
26                        }
27
28                        -->     
29                </style>
30
31        </head>
32        <body>
33
34<div id="divMain">
35        <div id="divAppIconBar">
36<table width='100%'>
37<tr><td align='left' background="./templates/default/images/fundo_topo.jpg"><img src="./templates/default/images/topo.jpg" style="overflow:hidden;z-index:-1;"></td></tr></table>
38        </div>
39        <div id="divSubContainer">
40                <table width="100%" cellspacing="0" cellpadding="0">
41                        <tr>
42                                <!-- sidebox column -->
43                                <td id="tdSidebox" valign="top">
44                                       
45                                       
46                                        <div class="divSidebox">
47                                                <div class="divSideboxHeader"><span>{main_menu}</span></div>
48                                                <div>
49                                                        <table width="100%" cellspacing="0" cellpadding="0">
50                                       
51                                                                <tr class="divSideboxEntry">
52                                                                        <td width="20" align="center" valign="middle" class="textSidebox"><img src="templates/default/images/orange-ball.png" alt="ball" /></td><td class="textSidebox"><a class="textsidebox" href="../home.php">{user_login}</a></td>
53                                                                </tr>
54<!-- BEGIN loged_in -->
55                                                                <tr class="divSideboxEntry">
56                                                                        <td width="20" align="center" valign="middle" class="textSidebox"><img src="templates/default/images/orange-ball.png" alt="ball" /></td><td class="textSidebox">{check_install}</td>
57                                                                </tr>
58
59                                                                <tr class="divSideboxEntry">
60                                                                        <td width="20" align="center" valign="middle" class="textSidebox">{indeximg}</td><td class="textSidebox">{indexbutton}</td>
61                                                                </tr>
62
63                                                                <tr class="divSideboxEntry">
64                                                                        <td width="20" align="center" valign="middle" class="textSidebox"><img src="templates/default/images/orange-ball.png" alt="ball" /></td><td class="textSidebox">{logoutbutton}</td>
65                                                                </tr>
66<!-- END loged_in -->
67                                                        </table>
68                                                </div>
69                                        </div>
70                                        <div class="sideboxSpace"></div>
71
72                                </td>
73                                <!-- end sidebox column -->
74
75                                <!-- applicationbox column -->
76                                <td id="tdAppbox" valign="top">
77                                <div id="divAppboxHeader">{lang_setup} {configdomain}</div>
78                                <div id="divAppbox">
Note: See TracBrowser for help on using the repository browser.