[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
14082024
/
Data
/
htdocs
/
htdocs
/
ojs
/
248
/
templates
/
rt
/
[
Home
]
File: printerFriendly.tpl
{** * templates/rt/printerFriendly.tpl * * Copyright (c) 2013-2019 Simon Fraser University * Copyright (c) 2003-2019 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Article View -- printer friendly version. * *} <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="{$currentLocale|replace:"_":"-"}" xml:lang="{$currentLocale|replace:"_":"-"}"> <head> <title>{$article->getFirstAuthor(true)|escape}</title> <meta http-equiv="Content-Type" content="text/html; charset={$defaultCharset|escape}" /> <meta name="description" content="" /> <meta name="keywords" content="" /> <link rel="stylesheet" href="{$baseUrl}/lib/pkp/styles/common.css" type="text/css" /> <link rel="stylesheet" href="{$baseUrl}/styles/common.css" type="text/css" /> <link rel="stylesheet" href="{$baseUrl}/styles/compiled.css" type="text/css" /> <link rel="stylesheet" href="{$baseUrl}/styles/articleView.css" type="text/css" /> {foreach from=$stylesheets item=cssUrl} <link rel="stylesheet" href="{$cssUrl}" type="text/css" /> {/foreach} <!-- Compiled scripts --> {if $useMinifiedJavaScript} <script type="text/javascript" src="{$baseUrl}/js/pkp.min.js"></script> {else} {include file="common/minifiedScripts.tpl"} {/if} {$additionalHeadData} </head> <body id="pkp-{$pageTitle|replace:'.':'-'}"> <div id="container"> <div id="body"> <div id="main"> <h2>{$siteTitle|escape}{if $issue}, {$issue->getIssueIdentification(false,true)|strip_unsafe_html|nl2br}{/if}</h2> <div id="content"> {if $galley} {$galley->getHTMLContents()} {else} <h3>{$article->getLocalizedTitle()|strip_unsafe_html}</h3> <div><em>{$article->getAuthorString()|escape}</em></div> {if $article->getLocalizedAbstract()} <br /> <h4>{translate key="article.abstract"}</h4> <br /> <div>{$article->getLocalizedAbstract()|strip_unsafe_html|nl2br}</div> {/if} {/if} </div> </div> </div> </div> <script type="text/javascript"> <!-- window.print(); // --> </script> </body> </html>