{** * plugins/generic/xmlGalley/settingsForm.tpl * * Copyright (c) 2013-2015 Simon Fraser University Library * Copyright (c) 2003-2015 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * XML galley plugin settings * *} {strip} {assign var="pageTitle" value="plugins.generic.xmlGalley.displayName"} {include file="common/header.tpl"} {/strip}
{translate key="plugins.generic.xmlGalley.settings.description"}
 

{translate key="plugins.generic.xmlGalley.manager.settings"}

{include file="common/formErrors.tpl"} {if $testSuccess}

  • {translate key="plugins.generic.xmlGalley.settings.externalXSLTSuccess"}

{/if} {if $XSLTrenderer eq "external"} {/if}

{fieldLabel name="XSLTrenderer" required="true" key="plugins.generic.xmlGalley.settings.renderer"}:

{translate key="plugins.generic.xmlGalley.settings.PHP5"} {if !$xsltPHP5}{translate key="plugins.generic.xmlGalley.settings.notAvailable"}{/if}
{translate key="plugins.generic.xmlGalley.settings.PHP4"} {if !$xsltPHP4}{translate key="plugins.generic.xmlGalley.settings.notAvailable"}{/if}
{translate key="plugins.generic.xmlGalley.settings.externalXSLT"}
  {translate key="plugins.generic.xmlGalley.settings.externalXSLTDescription"}
 
  {translate key="plugins.generic.xmlGalley.settings.externalXSLTTest"}
 
{if $customXSL} {/if}

{fieldLabel name="XSLstylesheet" required="true" key="plugins.generic.xmlGalley.settings.stylesheet"}:

{translate key="plugins.generic.xmlGalley.settings.xslNLM"}
{translate key="plugins.generic.xmlGalley.settings.xslFOP"}
  {translate key="plugins.generic.xmlGalley.settings.xslFOPDescription"}
 
{translate key="plugins.generic.xmlGalley.settings.customXSL"}
  {translate key="common.fileName"}: {$customXSL|escape}

{translate key="common.requiredField"}

{include file="common/footer.tpl"}