baseline
[omp.pkp.sfu.ca.git] / templates / submission / comment / header.tpl
blob0c7d72363ad221fc8aadf332ac884a1009617bbb
1 {**
2  * header.tpl
3  *
4  * Copyright (c) 2003-2009 John Willinsky
5  * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
6  *
7  * Common header for comment pages.
8  *
9  * $Id: header.tpl,v 1.2 2009/06/02 21:18:26 asmecher Exp $
10  *}
11 <?xml version="1.0" encoding="UTF-8"?>
12 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
13         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
14 <html xmlns="http://www.w3.org/1999/xhtml">
15 <head>
16         <title>{translate key=$pageTitle}</title>
17         <meta http-equiv="Content-Type" content="text/html; charset={$defaultCharset|escape}" />
18         <meta name="description" content="" />
19         <meta name="keywords" content="" />
21         <link rel="stylesheet" href="{$baseUrl}/lib/pkp/styles/common.css" type="text/css" />
22         <link rel="stylesheet" href="{$baseUrl}/styles/common.css" type="text/css" />
23         <link rel="stylesheet" href="{$baseUrl}/styles/comments.css" type="text/css" />
25         {foreach from=$stylesheets item=cssUrl}
26                 <link rel="stylesheet" href="{$cssUrl}" type="text/css" />
27         {/foreach}
29         <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="main">
44 <h2>{translate key=$pageTitle}</h2>
45 <div id="content">