4 * Copyright (c) 2000-2009 John Willinsky
5 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
7 * Common header for help pages.
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">
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" />
28 <script type="text/javascript" src="{$baseUrl}/lib/pkp/js/general.js"></script>
34 <script type="text/javascript">
36 if (self.blur) { self.focus(); }