{** * plugins/generic/thesis/view.tpl * * Copyright (c) 2013-2015 Simon Fraser University Library * Copyright (c) 2003-2015 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}
{$thesis->getStudentFullName()|escape}{if $thesis->getStudentEmailPublish()} ({$thesis->getStudentEmail()|escape}){/if} |
{$thesis->getDepartment()|escape}, {$thesis->getUniversity()|escape} |
{$thesis->getDateApproved()|date_format:"%B, %Y"} |
{translate key="plugins.generic.thesis.fullText"} |
{$thesis->getStudentBio()|strip_unsafe_html|nl2br} |
{translate key="plugins.generic.thesis.abstract"} |
{$thesis->getAbstract()|strip_unsafe_html|nl2br} |