root/ip/trunk/templates/common/xs_mod/tpl/xs_header.tpl
| 82 | 171 | ||
|---|---|---|---|
1 | <!-- BEGIN xs_file_version --> | 1 | <!-- BEGIN xs_file_version --> |
2 | /*************************************************************************** | 2 | /** |
3 | * xs_header.tpl | 3 | * |
4 | * ------------- | 4 | * @package Icy Phoenix eXtreme Style 2.4.1 |
5 | * copyright : (C) 2003 - 2007 Vjacheslav Trushkin | 5 | * @file $Id xs_header.tpl |
6 | * support : http://www.stsoftware.biz/forum | 6 | * @author Vjacheslav Trushkin |
7 | * | 7 | * @copyright (C) 2003 - 2007 |
8 | * version : 2.4.1 | 8 | * @support http://www.stsoftware.biz/forum |
9 | * | 9 | * @license http://opensource.org/licenses/gpl-license.php GNU Public License |
10 | * file revision : 80 | 10 | * |
11 | * project revision : 83 | 11 | **/ |
12 | * last modified : 12 Mar 2007 13:54:54 | ||
13 | * | ||
14 | ***************************************************************************/ | ||
15 | <!-- END xs_file_version --> | 12 | <!-- END xs_file_version --> |
16 | 13 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
17 | <html> | 14 | <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr"> |
18 | <head> | 15 | <head> |
19 | <meta http-equiv="Content-Style-Type" content="text/css"> | 16 | <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> |
20 | <link rel="stylesheet" href="{XS_PATH}style.css" type="text/css"> | 17 | <meta http-equiv="content-style-type" content="text/css" /> |
21 | <style> | 18 | <link rel="stylesheet" href="{XS_PATH}style.css" type="text/css" /> |
19 | <style type="text/css"> | ||
22 | <!-- | 20 | <!-- |
23 | body { background-color: #E5E5E5; background-image: url('{XS_PATH}images/top_bg2.gif'); background-position: top left; background-repeat: repeat-x; margin-top:
5px; margin-bottom: 5px; margin-left: 2px; margin-right: 2px; } | 21 | body { background-color: #E5E5E5; background-image: url('{XS_PATH}images/top_bg2.gif'); background-position: top left; background-repeat: repeat-x; margin-top:
5px; margin-bottom: 5px; margin-left: 2px; margin-right: 2px; } |
24 | --> | 22 | --> |
25 | </style> | 23 | </style> |
26 | </head> | 24 | </head> |
27 | <body> | 25 | <body> |
28 | <table width="100%" height="100%" cellspacing="0" cellpadding="2" class="bodyline"> | 26 | <table class="bodyline" width="100%" height="100%" cellspacing="0" cellpadding="2"> |
29 | <tr> | 27 | <tr> |
30 | <td align="left" valign="top" style="padding: 5px;"> | 28 | <td align="left" valign="top" style="padding: 5px;"> |
31 | <table width="100%" cellspacing="0" cellpadding="3" class="navbar"> | 29 | <table width="100%" cellspacing="0" cellpadding="3" class="navbar"> |
Download diff