]> git.vanrenterghem.biz Git - www.vanrenterghem.biz.git/blob - phpBB2_old/xs_mod/tpl/frame_top.tpl
Baseline
[www.vanrenterghem.biz.git] / phpBB2_old / xs_mod / tpl / frame_top.tpl
1 <!-- BEGIN xs_file_version -->
2 /***************************************************************************
3  *                              frame_top.tpl
4  *                              -------------
5  *   copyright            : (C) 2003, 2004 CyberAlien
6  *   support              : http://www.phpbbstyles.com
7  *
8  *   version              : 2.0.1
9  *
10  *   file revision        : 45
11  *   project revision     : 51
12  *   last modified        : 25 Aug 2004  11:51:48
13  *
14  ***************************************************************************/
15 <!-- END xs_file_version -->
17 <html>
18 <head>
19 <meta http-equiv="Content-Style-Type" content="text/css">
20 <link rel="stylesheet" href="{XS_PATH}style.css" type="text/css">
21 <style>
22 <!--
23 body { background-image: url('{XS_PATH}images/top_bg.gif'); }
24 td.white { background-color: #1D80B2; color: #FFF; font-size: 11px; }
25 td.white a, td.white a:visited { color: #FFF; text-decoration: underline; }
26 td.white a:hover, td.white a:active { color: #FF9933; text-decoration: none; }
27 .div_logo { position: absolute; top: 0px; left: 0px; }
28 .div_nav { position: absolute; top: 59px; left: 10px; white-space: nowrap; font-size: 11px; color: #E0E0E0; }
29 .div_nav a, .div_nav a:visited { color: #FFF; text-decoration: none; }
30 .div_nav a:active, .div_nav a:hover { color: #FFF; text-decoration: underline; }
31 -->
32 </style>
33 </head>
34 <body>
35 <table width="100%" height="100%" cellspacing="0" cellpadding="0">
36 <tr>
37         <td align="left" valign="top" width="285">
39 <div class="div_logo"><img src="{XS_PATH}images/top_logo.jpg" width="285" height="50" border="0" alt="" /></div>
41 <div class="div_nav">
42 <!-- BEGIN left_nav -->
43 [<a href="{left_nav.URL}" target="xs_main">{left_nav.TEXT}</a>] 
44 <!-- END left_nav -->
45 </div>
47         </td>
48         <td align="center" valign="middle" style="padding: 2px;"><!-- <table cellspacing="1" cellpadding="3" class="forumline">
49         <tr>
50                 <td class="white"></td>
51                 <td class="white"></td>
52         </tr>
53         </table> --></td>
54 </tr>
55 </table>
56 </body>
57 </html>