| Server IP : 195.130.67.5 / Your IP : 216.73.217.154 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /inetpub/wwwroot/Topogeo/ojs/plugins/generic/thesis/ |
Upload File : |
{**
* view.tpl
*
* Copyright (c) 2003-2012 John Willinsky
* Distributed under the GNU GPL v1. For full terms see the file docs/COPYING.
*
* View thesis abstract.
*
* $Id$
*}
{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"}