view template/simple_header.html @ 0:84057f728815

Initial commit. Already a few changes in here
author Eris Caffee <discordia@eldalin.com>
date Sun, 26 Jan 2014 21:32:19 -0800
parents
children
line source
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}" xml:lang="{S_USER_LANG}">
3 <head>
5 <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
6 <meta http-equiv="content-style-type" content="text/css" />
7 <meta http-equiv="content-language" content="{S_USER_LANG}" />
8 <meta http-equiv="imagetoolbar" content="no" />
9 <meta name="resource-type" content="document" />
10 <meta name="distribution" content="global" />
11 <meta name="keywords" content="" />
12 <meta name="description" content="" />
13 {META}
14 <title>{SITENAME} &bull; <!-- IF S_IN_MCP -->{L_MCP} &bull; <!-- ELSEIF S_IN_UCP -->{L_UCP} &bull; <!-- ENDIF -->{PAGE_TITLE}</title>
16 <script type="text/javascript">
17 // <![CDATA[
19 var jump_page = '{LA_JUMP_PAGE}:';
20 var on_page = '{ON_PAGE}';
21 var per_page = '{PER_PAGE}';
22 var base_url = '{A_BASE_URL}';
23 var style_cookie = 'phpBBstyle';
24 var onload_functions = new Array();
25 var onunload_functions = new Array();
26 var style_cookie_settings = '{A_COOKIE_SETTINGS}';
28 /**
29 * New function for handling multiple calls to window.onload and window.unload by pentapenguin
30 */
31 window.onload = function()
32 {
33 for (var i = 0; i < onload_functions.length; i++)
34 {
35 eval(onload_functions[i]);
36 }
37 }
39 window.onunload = function()
40 {
41 for (var i = 0; i < onunload_functions.length; i++)
42 {
43 eval(onunload_functions[i]);
44 }
45 }
47 // ]]>
48 </script>
49 <script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/styleswitcher.js"></script>
50 <script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/forum_fn.js"></script>
52 <link href="{T_THEME_PATH}/print.css" rel="stylesheet" type="text/css" media="print" title="printonly" />
53 <link href="{T_STYLESHEET_LINK}" rel="stylesheet" type="text/css" media="screen, projection" />
55 <link href="{T_THEME_PATH}/normal.css" rel="alternate stylesheet" type="text/css" title="A" />
56 <link href="{T_THEME_PATH}/medium.css" rel="alternate stylesheet" type="text/css" title="A+" />
57 <link href="{T_THEME_PATH}/large.css" rel="alternate stylesheet" type="text/css" title="A++" />
59 <!-- IF S_CONTENT_DIRECTION eq 'rtl' -->
60 <link href="{T_THEME_PATH}/bidi.css" rel="stylesheet" type="text/css" media="screen, projection" />
61 <!-- ENDIF -->
63 <!-- DEFINE $POPUP = 1 -->
65 </head>
67 <body id="phpbb" class="simple {S_CONTENT_DIRECTION}">
69 <div id="simple-wrap">
70 <a id="top" name="top" accesskey="t"></a>
71 <div id="page-body">