{** * controllers/tab/settings/contextIndexing/form/contextIndexingForm.tpl * * Copyright (c) 2014-2019 Simon Fraser University * Copyright (c) 2003-2019 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Indexing management form. * *} {* Help Link *} {help file="settings.md" section="distribution" class="pkp_help_tab"}
{csrf} {include file="controllers/notification/inPlaceNotification.tpl" notificationId="contextIndexingFormNotification"} {include file="controllers/tab/settings/wizardMode.tpl" wizardMode=$wizardMode} {fbvFormArea id="searchEngineIndexing"} {fbvFormSection title="common.description" description="manager.setup.searchEngineIndexingDescription" label="manager.setup.searchEngineIndexing"} {fbvElement type="text" multilingual="true" id="searchDescription" name="searchDescription" value=$searchDescription size=$fbvStyles.size.LARGE} {/fbvFormSection} {fbvFormSection label="manager.setup.customTags" description="manager.setup.customTagsDescription"} {fbvElement type="textarea" multilingual="true" id="customHeaders" name="customHeaders" value=$customHeaders} {/fbvFormSection} {fbvFormSection label="manager.setup.searchEngineIndexing.sitemap"} {capture assign=sitemapPath}{url router=$smarty.const.ROUTE_PAGE page="sitemap"}{/capture}
{translate key="manager.setup.searchEngineIndexing.sitemapDescription" path=$sitemapPath}
{/fbvFormSection} {/fbvFormArea} {if !$wizardMode} {fbvFormButtons id="contextIndexingFormSubmit" submitText="common.save" hideCancel=true} {/if}