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