source: companies/celepar/setup/templates/default/head.tpl @ 780

Revision 780, 4.3 KB checked in by amuller, 15 years ago (diff)

Resolve em partes: #475, Arrumando template do setup

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                <!--
5                HTML Coding Standards;
6
7                1. use lowercase if possible, because of xhtml validation
8                2. make your template validate either html 4.01 or xhtml 1
9                3. make your application validate both if possible
10                4. always use quotes ("") when possible
11                5. use png-graphics if possible, but keep in mind IE has a transparency bug when it renders png's
12
13                -->
14
15                <!-- LAY-OUT BUGS
16               
17                1. in IE no link cursor is displayed when png's are used for that link
18                2. tabs are ugly in preferences
19                3. spacers inside sidebox
20
21                -->
22                <title>eGroupWare Setup - {lang_setup} {configdomain}</title>
23                <meta http-equiv="content-type" content="text/html; charset={charset}" />
24                <meta name="keywords" content="egroupware" />
25                <meta name="description" content="egroupware" />
26                <meta name="keywords" content="egroupware" />
27                <meta name="copyright" content="egroupware http://www.egroupware.org (c) 2003" />
28                <meta name="language" content="{lang_code}" />
29                <meta name="author" content="egroupware http://www.egroupware.org" />
30                <meta name="robots" content="none" />
31                <link rel="icon" href="../phpgwapi/templates/default/images/favicon.ico" type="image/x-ico" />
32                <link rel="shortcut icon" href="../phpgwapi/templates/default/images/favicon.ico" />
33                <link href="templates/default/css/celepar.css" type="text/css" rel="stylesheet" />
34                <!--
35                {css}
36                -->
37
38                <style type="text/css">
39                        <!--
40                        .row_on { color: #000000; background-color: #eeeeee; }
41                        .row_off { color: #000000; background-color: #e8f0f0; }
42                        .th
43                        {
44                          color: #000000;
45                          background-color: #cccccc;
46                        }
47
48                        -->     
49                </style>
50
51        </head>
52        <body>
53
54<div id="divMain">
55        <div id="divAppIconBar">
56                <table width="100%" border="0" cellspacing="0" cellpadding="0">
57                        <tr>
58                                <td width="180" valign="top" align="left">
59                                </td>
60                                <td>
61                                        <table width="100%" border="0" cellspacing="0" cellpadding="0">
62                                                <tr>
63                                                        <td width="100%"><img src="templates/default/images/spacer.gif" width="1" height="68" alt="spacer" /></td>
64                                                        <td width="100%"><a href="http://www.expressolivre.org" target="_blank"><img src="templates/default/images/logo_expresso.png" border="0" alt="expresso"/></a>
65</td>
66
67                                                </tr>
68                                                <tr>
69                                                        <td width="100%">&nbsp;</td>
70                                                </tr>
71                                        </table>
72
73                                </td>
74                                <td width="1" valign="top" align="right"><img src="templates/default/images/grey-pixel.png" width="1" height="68" alt="spacer" /></td>
75                        </tr>
76                </table>
77        </div>
78<!--    <div id="divstatusbar"><table width="100%" cellspacing="0" cellpadding="0" border="0"><tr><td align="left" id="user_info">{user_info}</td><td align="right" id="admin_info">{current_users}</td></tr></table></div>-->
79        <div id="divSubContainer">
80                <table width="100%" cellspacing="0" cellpadding="0">
81                        <tr>
82                                <!-- sidebox column -->
83                                <td id="tdSidebox" valign="top">
84                                       
85                                       
86                                        <div class="divSidebox">
87                                                <div class="divSideboxHeader"><span>{main_menu}</span></div>
88                                                <div>
89                                                        <table width="100%" cellspacing="0" cellpadding="0">
90                                       
91                                                                <tr class="divSideboxEntry">
92                                                                        <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>
93                                                                </tr>
94<!-- BEGIN loged_in -->
95                                                                <tr class="divSideboxEntry">
96                                                                        <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>
97                                                                </tr>
98
99                                                                <tr class="divSideboxEntry">
100                                                                        <td width="20" align="center" valign="middle" class="textSidebox">{indeximg}</td><td class="textSidebox">{indexbutton}</td>
101                                                                </tr>
102
103                                                                <tr class="divSideboxEntry">
104                                                                        <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>
105                                                                </tr>
106<!-- END loged_in -->
107                                                        </table>
108                                                </div>
109                                        </div>
110                                        <div class="sideboxSpace"></div>
111
112                                </td>
113                                <!-- end sidebox column -->
114
115                                <!-- applicationbox column -->
116                                <td id="tdAppbox" valign="top">
117                                <div id="divAppboxHeader">{lang_setup} {configdomain}</div>
118                                <div id="divAppbox">
Note: See TracBrowser for help on using the repository browser.