use wide fieldset
[phpbb.git] / phpBB / styles / prosilver / template / simple_header.html
blob65538f5da99ad5e5b4ebef734d2de03e05c65290
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="copyright" content="2002-2006 phpBB Group" />
12 <meta name="keywords" content="" />
13 <meta name="description" content="" />
14 {META}
15 <title>{SITENAME} &bull; <!-- IF S_IN_MCP -->{L_MCP} &bull; <!-- ELSEIF S_IN_UCP -->{L_UCP} &bull; <!-- ENDIF -->{PAGE_TITLE}</title>
17 <script type="text/javascript">
18 // <![CDATA[
20 var onload_functions = new Array();
21 var onunload_functions = new Array();
23 /**
24 * New function for handling multiple calls to window.onload and window.unload by pentapenguin
26 window.onload = function()
28 for (var i = 0; i < onload_functions.length; i++)
30 eval(onload_functions[i]);
34 window.onunload = function()
36 for (var i = 0; i < onunload_functions.length; i++)
38 eval(onunload_functions[i]);
42 // ]]>
43 </script>
44 <script type="text/javascript" src="{T_TEMPLATE_PATH}/styleswitcher.js"></script>
46 <link href="{T_THEME_PATH}/print.css" rel="stylesheet" type="text/css" media="print" title="printonly" />
47 <link href="{T_STYLESHEET_LINK}" rel="stylesheet" type="text/css" media="screen, projection" />
49 <link href="{T_THEME_PATH}/normal.css" rel="alternate stylesheet" type="text/css" title="A" />
50 <link href="{T_THEME_PATH}/medium.css" rel="alternate stylesheet" type="text/css" title="A+" />
51 <link href="{T_THEME_PATH}/large.css" rel="alternate stylesheet" type="text/css" title="A++" />
53 <!-- IF S_CONTENT_DIRECTION eq 'rtl' -->
54 <link href="{T_THEME_PATH}/bidi.css" rel="stylesheet" type="text/css" media="screen, projection" />
55 <!-- ENDIF -->
57 <!-- DEFINE $POPUP = 1 -->
59 </head>
61 <body id="phpbb" class="{S_CONTENT_DIRECTION}">
63 <div id="simple-wrap">
64 <a id="top" name="top" accesskey="t"></a>
65 <div id="page-body">