| 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 : /Old Sites/Libteiser - Ojs/ojs/templates/sectionEditor/ |
Upload File : |
{**
* assignReviewForm.tpl
*
* Copyright (c) 2003-2008 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
*
* Assign a review form to a review.
*
*}
{assign var="pageTitle" value="editor.article.reviewForms"}
{include file="common/header.tpl"}
<h3>{translate key="editor.article.selectReviewForm"}</h3>
<a name="assignReviewForm"></a>
<table width="100%" class="listing">
<tr>
<td class="headseparator" colspan="2"> </td>
</tr>
<tr class="heading" valign="bottom">
<td width="85%">{translate key="manager.reviewForms.title"}</td>
<td width="15%" align="right">{translate key="common.action"}</td>
</tr>
<tr>
<td class="headseparator" colspan="2"> </td>
</tr>
{iterate from=reviewForms item=reviewForm name=reviewForms}
<tr valign="top">
<td>{$reviewForm->getReviewFormTitle()|escape}</td>
<td class="nowrap">
{if $assignedReviewFormId == $reviewForm->getReviewFormId()}{translate key="common.alreadyAssigned"}{else}<a href="{url op="selectReviewForm" path=$articleId|to_array:$reviewId:$reviewForm->getReviewFormId()}" class="action">{translate key="common.assign"}</a>{/if} | <a href="{url op="previewReviewForm" path=$reviewId|to_array:$reviewForm->getReviewFormId()}" class="action">{translate key="common.preview"}</a>
</tr>
<tr>
<td colspan="2" class="{if $reviewForms->eof()}end{/if}separator"> </td>
</tr>
{/iterate}
{if $reviewForms->wasEmpty()}
<tr>
<td colspan="2" class="nodata">{translate key="manager.reviewForms.noneCreated"}</td>
</tr>
<tr>
<td colspan="2" class="endseparator"> </td>
</tr>
{else}
<tr>
<td align="left">{page_info iterator=$reviewForms}</td>
<td align="right">{page_links anchor="reviewForms" name="reviewForms" iterator=$reviewForms}</td>
</tr>
{/if}
</table>
{include file="common/footer.tpl"}