baseline
[omp.pkp.sfu.ca.git] / lib / pkp / templates / help / header.tpl
blob9047c1877b85ac632d8b1dfd97a4c3d15d71cca4
1 {**
2  * header.tpl
3  *
4  * Copyright (c) 2000-2009 John Willinsky
5  * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
6  *
7  * Common header for help pages.
8  *
9  *}
10 <?xml version="1.0" encoding="UTF-8"?>
11 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
12         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
13 <html xmlns="http://www.w3.org/1999/xhtml">
14 <head>
15         <title>{$applicationHelpTranslated}</title>
16         <meta http-equiv="Content-Type" content="text/html; charset={$defaultCharset|escape}" />
17         <meta name="description" content="" />
18         <meta name="keywords" content="" />
20         <link rel="stylesheet" href="{$baseUrl}/lib/pkp/styles/common.css" type="text/css" />
21         <link rel="stylesheet" href="{$baseUrl}/styles/common.css" type="text/css" />
22         <link rel="stylesheet" href="{$baseUrl}/styles/help.css" type="text/css" />
24         {foreach from=$stylesheets item=cssUrl}
25                 <link rel="stylesheet" href="{$cssUrl}" type="text/css" />
26         {/foreach}
28         <script type="text/javascript" src="{$baseUrl}/lib/pkp/js/general.js"></script>
30         {$additionalHeadData}
31 </head>
32 <body>
33 {literal}
34 <script type="text/javascript">
35 <!--
36 if (self.blur) { self.focus(); }
37 // -->
38 </script>
39 {/literal}
41 <div id="container">
42 <div id="body">
43 <div id="top"></div>