{** * plugins/generic/thesis/theses.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 abstracts in plugin management. * *} {strip} {assign var="pageTitle" value="plugins.generic.thesis.manager.theses"} {include file="common/header.tpl"} {/strip}
{translate key="plugins.generic.thesis.manager.status"} | {translate key="plugins.generic.thesis.manager.dateApproved"} | {translate key="plugins.generic.thesis.manager.studentName"} | {translate key="plugins.generic.thesis.manager.title"} | {translate key="common.action"} |
{translate key=$thesis->getStatusString()} | {$thesis->getDateApproved()|date_format:$dateFormatShort} | {$thesis->getStudentFullName()|escape} | {$thesis->getTitle()|escape} | getId()}" class="action">{translate key="common.edit"} | getId()}" onclick="return confirm('{translate|escape:"jsparam" key="plugins.generic.thesis.manager.confirmDelete"}')" class="action">{translate key="common.delete"} |
{translate key="plugins.generic.thesis.manager.noResults"} | ||||
{translate key="plugins.generic.thesis.manager.noneCreated"} | ||||
{page_info iterator=$theses} | {page_links anchor="theses" name="theses" iterator=$theses} |