| 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/customLocale/ |
Upload File : |
{**
* index.tpl
*
* Copyright (c) 2003-2012 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
*
* List of operations this plugin can perform
*
* $Id$
*}
{strip}
{assign var="pageTitle" value="plugins.generic.customLocale.name"}
{include file="common/header.tpl"}
{/strip}
<p>{translate key="plugins.generic.customLocale.longDescription"}</p>
<div id="locales">
<h3>{translate key="plugins.generic.customLocale.availableLocales"}</h3>
<table class="listing" width="100%">
<tr><td colspan="3" class="headseparator"> </td></tr>
<tr class="heading" valign="bottom">
<td width="15%">{translate key="plugins.generic.customLocale.localeKey"}</td>
<td width="60%">{translate key="plugins.generic.customLocale.localeName"}</td>
<td width="25%">{translate key="common.action"}</td>
</tr>
<tr><td colspan="3" class="headseparator"> </td></tr>
{iterate from=locales key=localeKey item=localeName}
<tr valign="top">
<td>{$localeKey|escape}</td>
<td>{$localeName|escape}</td>
<td>
<a href="{plugin_url path="edit" key=$localeKey}" class="action">{translate key="common.edit"}</a>
</td>
</tr>
<tr>
<td colspan="3" class="{if $locales->eof()}end{/if}separator"> </td>
</tr>
{/iterate}
{if $locales->wasEmpty()}
<tr>
<td colspan="3" class="nodata">{translate key="common.none"}</td>
</tr>
<tr>
<td colspan="3" class="endseparator"> </td>
</tr>
{else}
<tr>
<td colspan="2" align="left">{page_info iterator=$locales}</td>
<td align="right">{page_links anchor="locales" name="locales" iterator=$locales}</td>
</tr>
{/if}
</table>
</div>
{include file="common/footer.tpl"}