| 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/webFeed/ |
Upload File : |
{**
* settingsForm.tpl
*
* Copyright (c) 2003-2012 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
*
* Web feeds plugin settings
*
* $Id$
*}
{strip}
{assign var="pageTitle" value="plugins.generic.webfeed.displayName"}
{include file="common/header.tpl"}
{/strip}
<div id="webFeedSettings">
<div id="description">{translate key="plugins.generic.webfeed.description"}</div>
<div class="separator"> </div>
<h3>{translate key="plugins.generic.webfeed.settings"}</h3>
<form method="post" action="{plugin_url path="settings"}">
{include file="common/formErrors.tpl"}
<table width="100%" class="data">
<tr valign="top">
<td width="10%" class="label" align="right"><input type="radio" name="displayPage" id="displayPage-all" value="all" {if $displayPage eq "all"}checked="checked" {/if}/></td>
<td width="90%" class="value">{translate key="plugins.generic.webfeed.settings.all"}</td>
</tr>
<tr valign="top">
<td width="10%" class="label" align="right"><input type="radio" name="displayPage" id="displayPage-homepage" value="homepage" {if $displayPage eq "homepage"}checked="checked" {/if}/></td>
<td width="90%" class="value">{translate key="plugins.generic.webfeed.settings.homepage"}</td>
</tr>
<tr valign="top">
<td width="10%" class="label" align="right"><input type="radio" name="displayPage" id="displayPage-issue" value="issue" {if $displayPage eq "issue"}checked="checked" {/if}/></td>
<td width="90%" class="value">{translate key="plugins.generic.webfeed.settings.issue"}</td>
</tr>
<tr>
<td colspan="2"><div class="separator"> </div></td>
</tr>
<tr valign="top">
<td width="10%" class="label" align="right"><input type="radio" name="displayItems" id="displayItems-issue" value="issue" {if $displayItems ne "recent"}checked="checked" {/if}/></td>
<td width="90%" class="value">{translate key="plugins.generic.webfeed.settings.currentIssue"}</td>
</tr>
<tr valign="top">
<td width="10%" class="label" align="right"><input type="radio" name="displayItems" id="displayItems-recent" value="recent" {if $displayItems eq "recent"}checked="checked" {/if}/></td>
<td width="90%" class="value">
<input type="text" name="recentItems" id="recentItems" value="{$recentItems|escape}" size="2" maxlength="90" class="textField" />
{translate key="plugins.generic.webfeed.settings.recentArticles"}</td>
</tr>
</table>
<br/>
<input type="submit" name="save" class="button defaultButton" value="{translate key="common.save"}"/> <input type="button" class="button" value="{translate key="common.cancel"}" onclick="history.go(-1)"/>
</form>
<p><span class="formRequired">{translate key="common.requiredField"}</span></p>
</div>
{include file="common/footer.tpl"}