{** * plugins/generic/thesis/index.tpl * * Copyright (c) 2013-2015 Simon Fraser University Library * Copyright (c) 2003-2015 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Display list of thesis abstract titles. * *} {strip} {assign var="pageTitle" value="plugins.generic.thesis.theses"} {include file="common/header.tpl"} {/strip}
{if $thesisIntroduction != ""} {$thesisIntroduction|nl2br}

{/if} {translate key="plugins.generic.thesis.submitLink"}


{iterate from=theses item=thesis} {/iterate} {if $theses->wasEmpty() and $search != ""} {elseif $theses->wasEmpty()} {else} {/if}
 
{$thesis->getTitle()|escape} getId()}">{translate key="plugins.generic.thesis.view"}
{$thesis->getStudentFullName(true)|escape}
{$thesis->getDepartment()|escape}, {$thesis->getUniversity()|escape}
 
{translate key="plugins.generic.thesis.noResults"}
 
{translate key="plugins.generic.thesis.noneExist"}
 
{page_info iterator=$theses} {page_links anchor="theses" name="theses" iterator=$theses}
{include file="common/footer.tpl"}