source: trunk/phpgwapi/templates/idots/navbar.tpl @ 2

Revision 2, 3.8 KB checked in by niltonneto, 17 years ago (diff)

Removida todas as tags usadas pelo CVS ($Id, $Source).
Primeira versão no CVS externo.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1<!-- BEGIN navbar_header -->
2<div id="divLogo"><a href="{logo_url}" target="_blank"><img src="{logo_file}" border="0" title="{logo_title}" alt="eGroupWare"/></a></div>
3
4{app_extra_icons_div}
5
6
7<div id="divMain">
8        <div id="divAppIconBar">
9                <table width="100%" border="0" cellspacing="0" cellpadding="0">
10                        <tr>
11                                <td width="180" valign="top" align="left"><img src="{img_root}/grey-pixel.png" width="1" height="68" alt="spacer" /></td>
12                                <td>
13                                        <table width="100%" border="0" cellspacing="0" cellpadding="0">
14                                                <tr>
15                                                        {app_icons}
16                                                </tr>
17                                                <tr>
18                                                        {app_titles}
19                                                </tr>
20                                        </table>
21
22                                </td>
23
24                                {app_extra_icons_icon}
25       
26                                <td width="1" valign="top" align="right"><img src="{img_root}/grey-pixel.png" width="1" height="68" alt="spacer" /></td>
27                        </tr>
28                </table>
29        </div>
30        <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>
31
32
33
34<!-- END navbar_header -->
35
36
37<!-- BEGIN appbox -->   
38        <div id="divSubContainer">
39                <table width="100%" cellspacing="0" cellpadding="0">
40                <tr>
41                <!-- Sidebox Column -->
42                        {sideboxcolstart}
43<!--            <td id="{tdsiteboxid}" valign="top">-->
44
45<!-- END appbox -->
46
47<!-- BEGIN sidebox_hide_header -->
48        <!--<script language="javascript" src="SlideOut.js"></script>-->
49        <script language="javascript">
50                new ypSlideOutMenu("menu2", "right", 0, 165, 160, 200)
51        </script>
52
53        <div id="sideboxdragarea" style="position:absolute;left:0px;top:175px">
54        <a href="#" {show_menu_event}="ypSlideOutMenu.showMenu('menu2')" onmouseover="//ypSlideOutMenu.showMenu('menu2')" title="{lang_show_menu}"><img src="{img_root}/dragarea_right.png" /></a>
55        </div>
56
57        <div id="menu2Container">
58        <div id="menu2Content" style="position: relative; left: 0; text-align: left;">
59                <table cellspacing="0" cellpadding="0">
60                 <tr><td>
61                 
62                <div style="background-color:#ffffff;border: #9c9c9c 1px solid;padding:5px;">
63<!-- END sidebox_hide_header -->
64
65
66
67<!-- BEGIN sidebox_hide_footer -->
68</div>
69</td><td style="padding-top:10px" valign="top">
70<a href="#" onClick="ypSlideOutMenu.hide('menu2')" ><img src="{img_root}/dragarea_left.png" align="right" /></a>
71</td></tr></table>
72</div>
73</div>
74<!-- END sidebox_hide_footer -->
75
76
77
78
79
80
81<!-- BEGIN navbar_footer -->   
82                {sideboxcolend}
83                <!-- End Sidebox Column -->
84
85                <!-- Applicationbox Column -->
86                <td id="tdAppbox" valign="top" {remove_padding}>
87                <div id="divAppboxHeader">{current_app_title}</div>
88                <div id="divAppbox">
89                <table width="100%" cellpadding="0" cellspacing="0">
90                <tr><td>
91<!-- END navbar_footer -->
92
93
94<!-- BEGIN extra_blocks_header -->
95<div class="divSidebox">
96        <div class="divSideboxHeader"><span>{lang_title}</span></div>
97        <div>
98                <table width="100%" cellspacing="0" cellpadding="0">
99<!-- END extra_blocks_header -->
100
101
102<!-- BEGIN extra_blocks_footer -->
103        </table>       
104                </div>
105                </div>
106
107                <div class="sideboxSpace"></div>
108<!-- END extra_blocks_footer -->
109
110
111
112<!-- BEGIN extra_block_row -->
113                <tr class="divSideboxEntry">
114<td width="20" align="center" valign="middle" class="textSidebox">{icon_or_star}</td><td class="textSidebox"><a class="textSidebox" href="{item_link}"{target}>{lang_item}</a></td>
115</tr>
116<!-- END extra_block_row -->
117
118<!-- BEGIN extra_block_row_raw -->
119                <tr class="divSideboxEntry">
120<td colspan="2" class="textSidebox">{lang_item}</td>
121</tr>
122<!-- END extra_block_row_raw -->
123
124<!-- BEGIN extra_block_row_no_link -->
125                <tr class="divSideboxEntry">
126<td width="2%" align="center" valign="middle" class="textSidebox">{icon_or_star}</td><td width="98%" class="textSidebox">{lang_item}</td>
127</tr>
128<!-- END extra_block_row_no_link -->
129
130<!-- BEGIN extra_block_spacer -->
131<tr class="divSideboxEntry">
132        <td colspan="2" height="8" class="textSidebox">&nbsp;</td>
133</tr>
134<!-- END extra_block_spacer -->
Note: See TracBrowser for help on using the repository browser.