{** * templates/settingsForm.tpl * * Copyright (c) 2014-2023 Simon Fraser University * Copyright (c) 2003-2023 John Willinsky * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * Web feeds plugin settings * *}
{csrf} {include file="controllers/notification/inPlaceNotification.tpl" notificationId="webFeedSettingsFormNotification"}
{translate key="plugins.generic.webfeed.description"}

{translate key="plugins.generic.webfeed.settings"}

{fbvFormArea id="webFeedSettingsFormArea"} {fbvFormSection list=true} {fbvElement type="radio" id="displayPage-all" name="displayPage" value="all" checked=$displayPage|compare:"all" label="plugins.generic.webfeed.settings.all"} {if $hasIssues} {fbvElement type="radio" id="displayPage-homepage" name="displayPage" value="homepage" checked=$displayPage|compare:"homepage" label="plugins.generic.webfeed.settings.homepageAndIssues"} {else} {fbvElement type="radio" id="displayPage-homepage" name="displayPage" value="homepage" checked=$displayPage|compare:"homepage" label="plugins.generic.webfeed.settings.homepage"} {/if} {if $hasIssues} {fbvElement type="radio" id="displayPage-issue" name="displayPage" value="issue" checked=$displayPage|compare:"issue" label="plugins.generic.webfeed.settings.issue"} {/if} {/fbvFormSection} {fbvFormSection list=true} {if $hasIssues} {fbvElement type="radio" id="displayItems-issue" name="displayItems" value="issue" checked=$displayItems|compare:"issue" label="plugins.generic.webfeed.settings.currentIssue"} {fbvElement type="radio" id="displayItems-recent" name="displayItems" value="recent" checked=$displayItems|compare:"recent" label="plugins.generic.webfeed.settings.recent"} {/if} {fbvElement type="text" id="recentItems" value=$recentItems label="plugins.generic.webfeed.settings.recentArticles" size=$fbvStyles.size.SMALL} {/fbvFormSection} {fbvFormSection list=true} {fbvElement type="checkbox" id="includeIdentifiers" name="includeIdentifiers" value="1" checked=$includeIdentifiers label="plugins.generic.webfeed.settings.includeIdentifiers"} {/fbvFormSection} {/fbvFormArea} {fbvFormButtons}

{translate key="common.requiredField"}