4 * Copyright (c) 2003-2009 John Willinsky
5 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
7 * Common header for comment pages.
9 * $Id: header.tpl,v 1.2 2009/06/02 21:18:26 asmecher Exp $
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">
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" />
29 <script type="text/javascript" src="{$baseUrl}/lib/pkp/js/general.js"></script>
34 <script type="text/javascript">
36 if (self.blur) { self.focus(); }
44 <h2>{translate key=$pageTitle}</h2>