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

Revision 2, 3.7 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 marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" rightmargin="0" leftmargin="0" border="0"
2 onLoad="MM_preloadImages('{app_images}',
3'{logout_img_hover}',
4'{preferences_img_hover}',
5'{about_img_hover}',
6'{welcome_img_hover}');"
7 background="{content_spacer_middle_img}">
8  <!-- the above is the continuation and finishing if the < body > element started in head.tpl
9  the margin items could be merged into head, as head already supplies some
10  the variables for onLoad are set in navbar -->
11
12<table border="0" width="100%" height="73" cellspacing="0" cellpadding="0">
13        <tr>
14                <!-- top row back images are 58px high, but the row may be smaller than that -->
15                <!-- row 2 images are 15 px high, so this table with these 2 rows is 58 plus 15 equals 73px high  -->
16                <td width="154" height="58" align="left" valign="top" background="{em_img}">
17                        <a href="{logo_url}" target="_blank"><img src="{logo_file}" title="{logo_title}" border="0"></a>
18                </td>
19                <td width="100%" align="right" background="{em_img}">
20                        <table width="100%" height="28" cellpadding="0" cellspacing="0" border="0" valign="top">
21                                <tr>
22                                        <!-- <td width="100%" align="right" valign="top"><font size="{powered_by_size}" color="{powered_by_color}">{powered_by}&nbsp;{current_users}</font></td> -->
23                                        <td width="50%" align="left" valign="top">
24                                                <font size="{powered_by_size}" color="{powered_by_color}">{current_users}</font>
25                                        </td>
26                                        <td width="50%" align="right" valign="top">
27                                                <font size="{powered_by_size}" color="{powered_by_color}">{powered_by}&nbsp;</font>
28                                        </td>
29                                </tr>
30                        </table>
31                        <table width="100%" cellpadding="0" cellspacing="0" border="0" valign="bottom">
32                                <tr>
33                                        <td width="50%" align="left" valign="bottom">
34                                                <font size="{user_info_size}" color="{user_info_color}">
35                                                <strong>{user_info_name}</strong></font>
36                                        </td>
37                                        <td width="50%" align="right" valign="bottom">
38                                                <font size="{user_info_size}" color="{user_info_color}">
39                                                <strong>{user_info_date}&nbsp;</strong></font>
40                                        </td>
41                                </tr>
42                        </table>
43                </td>
44        </tr>
45        <tr>
46                <td colspan="2" width="100%" height="15" align="right" valign="top" background="{top_spacer_middle_img}">
47                        <!-- row 2 right nav buttons -->
48                        <table cellpadding="0" cellspacing="0" border="0">
49                                <tr>
50                                        <td><a href="{home_link}" onMouseOver="nine.src='{welcome_img_hover}'" onMouseOut="nine.src='{welcome_img}'"><img src="{welcome_img}" border="0" name="nine"></a></td>
51<!-- BEGIN preferences -->
52                                        <td><a href="{preferences_link}" onMouseOver="ten.src='{preferences_img_hover}'" onMouseOut="ten.src='{preferences_img}'"><img src="{preferences_img}" border="0" name="ten"></a></td>
53<!-- END preferences -->
54                                        <td><a href="{logout_link}" onMouseOver="eleven.src='{logout_img_hover}'" onMouseOut="eleven.src='{logout_img}'"><img src="{logout_img}" border="0" name="eleven"></a></td>
55                                        <td><a href="{help_link}" onMouseOver="help.src='{about_img_hover}'" onMouseOut="help.src='{about_img}'"><img src="{about_img}" border="0" name="help"></a></td>
56                                </tr>
57                        </table>
58                </td>
59        </tr>
60</table>
61<table border="0" width="100%" height="100%" cellspacing="0" cellpadding="0">
62        <tr>
63                <td width="154" align="left" valign="top" background="{nav_bar_left_spacer_img}">
64                        <!-- left nav table -->
65                        <table border="0" cellpadding="0" cellspacing="0">
66                                <!-- applications supplies their own tr's and td's -->
67                                {applications}
68                                <tr>
69                                        <td><img src="{nav_bar_left_top_bg_img}"></td>
70                                </tr>
71                        </table>
72                </td>
73                <td width="100%" align="left" valign="top">
74                        <!-- this TD background image moved to body element -->
75                        <!-- BEGIN app_header -->
76                        <div style="text-align: left; font-weight: bold; background-color: {th_bg}; padding:5px">{current_app_header}</div>
77                        <!-- END app_header -->
78                        <div align="center">{messages}</div>
Note: See TracBrowser for help on using the repository browser.