[ 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
/
plugins
/
generic
/
thesis
/
[
Home
]
File: view.tpl
{** * plugins/generic/thesis/view.tpl * * Copyright (c) 2013-2019 Simon Fraser University * Copyright (c) 2003-2019 John Willinsky * Distributed under the GNU GPL v1. For full terms see the file docs/COPYING. * * View thesis abstract. * *} {strip} {assign var="pageCrumbTitleTranslated" value=$thesis->getStudentLastName()} {assign var="pageTitleTranslated" value=$thesis->getTitle()} {include file="common/header.tpl"} {/strip} <table width="100%"> <tr valign="top"> <td>{$thesis->getStudentFullName()|escape}{if $thesis->getStudentEmailPublish()} ({$thesis->getStudentEmail()|escape}){/if}</td> </tr> <tr valign="top"> <td>{$thesis->getDepartment()|escape}, {$thesis->getUniversity()|escape}</td> </tr> <tr valign="top"> <td>{$thesis->getDateApproved()|date_format:"%B, %Y"}</td> </tr> {if $thesis->getUrl()} <tr valign="top"> <td><a href="{$thesis->getUrl()|escape}">{translate key="plugins.generic.thesis.fullText"}</a></td> </tr> {/if} <tr valign="top"> <td> </td> </tr> {if $thesis->getStudentBio()} <tr valign="top"> <td>{$thesis->getStudentBio()|strip_unsafe_html|nl2br}</td> </tr> <tr valign="top"> <td> </td> </tr> {/if} <tr valign="top"> <td><h4>{translate key="plugins.generic.thesis.abstract"}</h4></td> </tr> <tr valign="top"> <td>{$thesis->getAbstract()|strip_unsafe_html|nl2br}</td> </tr> </table> {include file="common/footer.tpl"}