|
1 |
| -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| 1 | +<!DOCTYPE html> |
2 | 2 | <html dir="{$LANG.special_text_direction}">
|
3 | 3 | <head>
|
4 |
| - <title>{$head_title}</title> |
5 |
| - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
6 |
| - <link rel="shortcut icon" href="{$theme_url}/images/favicon.ico" > |
7 |
| - {template_hook location="modules_head_top"} |
8 |
| - <script> |
9 |
| - //<![CDATA[ |
10 |
| - var g = {literal}{{/literal} |
11 |
| - root_url: "{$g_root_url}", |
12 |
| - error_colours: ["ffbfbf", "ffeded"], |
13 |
| - notify_colours: ["c6e2ff", "f2f8ff"], |
14 |
| - js_debug: {$g_js_debug} |
15 |
| - {literal}}{/literal}; |
16 |
| - //]]> |
17 |
| - </script> |
18 |
| - <link type="text/css" rel="stylesheet" href="{$g_root_url}/global/css/main.css?v=2_1_0"> |
19 |
| - <link type="text/css" rel="stylesheet" href="{$theme_url}/css/styles.css?v=2_1_0"> |
20 |
| - <link href="{$theme_url}/css/smoothness/jquery-ui-1.8.14.custom.css" rel="stylesheet" type="text/css"/> |
21 |
| - <script src="{$g_root_url}/global/scripts/jquery.js"></script> |
22 |
| - <script src="{$theme_url}/scripts/jquery-ui-1.8.14.custom.min.js"></script> |
23 |
| - <script src="{$g_root_url}/global/scripts/general.js?v=2_1_0"></script> |
24 |
| - <script src="{$g_root_url}/global/scripts/rsv.js?v=2_1_0"></script> |
25 |
| - {$head_string} |
26 |
| - {$head_js} |
27 |
| - {$head_css} |
28 |
| - {template_hook location="modules_head_top"} |
| 4 | + <title>{$head_title}</title> |
| 5 | + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
| 6 | + <link rel="shortcut icon" href="{$theme_url}/images/favicon.ico" > |
| 7 | + {template_hook location="modules_head_top"} |
| 8 | + <script> |
| 9 | + //<![CDATA[ |
| 10 | + var g = {literal}{{/literal} |
| 11 | + root_url: "{$g_root_url}", |
| 12 | + error_colours: ["ffbfbf", "ffeded"], |
| 13 | + notify_colours: ["c6e2ff", "f2f8ff"], |
| 14 | + js_debug: {$g_js_debug} |
| 15 | + {literal}}{/literal}; |
| 16 | + //]]> |
| 17 | + </script> |
| 18 | + <link type="text/css" rel="stylesheet" href="{$g_root_url}/global/css/main.css?v=2_1_0"> |
| 19 | + <link type="text/css" rel="stylesheet" href="{$theme_url}/css/styles.css?v=2_1_0"> |
| 20 | + <link href="{$theme_url}/css/smoothness/jquery-ui-1.8.14.custom.css" rel="stylesheet" type="text/css"/> |
| 21 | + <script src="{$g_root_url}/global/scripts/jquery.js"></script> |
| 22 | + <script src="{$theme_url}/scripts/jquery-ui-1.8.14.custom.min.js"></script> |
| 23 | + <script src="{$g_root_url}/global/scripts/general.js?v=2_1_0"></script> |
| 24 | + <script src="{$g_root_url}/global/scripts/rsv.js?v=2_1_0"></script> |
| 25 | + {css_files files=$css_files module_folder=$module_folder root_url=$g_root_url} |
| 26 | + {js_files files=$js_files module_folder=$module_folder root_url=$g_root_url} |
| 27 | +
|
| 28 | + {$head_string} |
| 29 | + {$head_js} |
| 30 | + {$head_css} |
| 31 | + {template_hook location="modules_head_top"} |
29 | 32 | </head>
|
30 | 33 | <body class="module_pages">
|
31 | 34 |
|
32 | 35 | <div id="container">
|
33 |
| - <div id="header">{if $settings.logo_link}<a href="{$settings.logo_link}">{/if}<img src="{$theme_url}/images/header_logo.jpg" width="392" height="60" border="0" />{if $settings.logo_link}</a>{/if}</div> |
34 |
| - <div id="header_row"> |
35 |
| - <div id="left_nav_top"> |
36 |
| - {if $SESSION.account.is_logged_in && !$g_omit_top_bar} |
37 |
| - {if $settings.release_type == "alpha"} |
38 |
| - <b>{$settings.program_version}-alpha-{$settings.release_date}</b> |
39 |
| - {elseif $settings.release_type == "beta"} |
40 |
| - <b>{$settings.program_version}-beta-{$settings.release_date}</b> |
41 |
| - {else} |
42 |
| - <b>{$settings.program_version}</b> |
43 |
| - {/if} |
44 |
| - {if $SESSION.account.account_type == "admin"} |
45 |
| - |
46 |
| - <a href="#" onclick="return ft.check_updates()" class="update_link">{$LANG.word_update}</a> |
47 |
| - {/if} |
48 |
| - {else} |
49 |
| - <div style="height: 20px"> </div> |
50 |
| - {/if} |
| 36 | + <div id="header">{if $settings.logo_link}<a href="{$settings.logo_link}">{/if}<img src="{$theme_url}/images/header_logo.jpg" width="392" height="60" border="0" />{if $settings.logo_link}</a>{/if}</div> |
| 37 | + <div id="header_row"> |
| 38 | + <div id="left_nav_top"> |
| 39 | + {if $account.is_logged_in} |
| 40 | + {if $settings.release_type == "alpha"} |
| 41 | + <b>{$settings.program_version}-alpha-{$settings.release_date}</b> |
| 42 | + {elseif $settings.release_type == "beta"} |
| 43 | + <b>{$settings.program_version}-beta-{$settings.release_date}</b> |
| 44 | + {else} |
| 45 | + <b>{$settings.program_version}</b> |
| 46 | + {/if} |
| 47 | + {if $account.account_type == "admin"} |
| 48 | + |
| 49 | + <a href="#" onclick="return ft.check_updates()" class="update_link">{$LANG.word_update}</a> |
| 50 | + {/if} |
| 51 | + {else} |
| 52 | + <div style="height: 20px"> </div> |
| 53 | + {/if} |
| 54 | + </div> |
51 | 55 | </div>
|
52 |
| - </div> |
53 | 56 |
|
54 |
| - <div class="outer"> |
55 |
| - <div class="inner"> |
56 |
| - <div class="float-wrap"> |
57 |
| - <div id="content"> |
| 57 | + <div class="outer"> |
| 58 | + <div class="inner"> |
| 59 | + <div class="float-wrap"> |
| 60 | + <div id="content"> |
58 | 61 |
|
59 |
| - <div class="content_wrap"> |
| 62 | + <div class="content_wrap"> |
60 | 63 |
|
61 |
| - <div id="main_window"> |
62 |
| - <div id="page_content"> |
| 64 | + <div id="main_window"> |
| 65 | + <div id="page_content"> |
0 commit comments