{strip} {jstabs} {jstab title="Wiki Features"} {form legend="Wiki Features"} {foreach from=$formWikiFeatures key=item item=output}
{forminput label="checkbox"} {html_checkboxes name="$item" values="y" checked=$gBitSystem->getConfig($item) labels=false id=$item} {tr}{$output.label}{/tr} {formhelp note=$output.note page=$output.page|default:''} {/forminput}
{/foreach}
{formlabel label="Edit Page Sections" for="wiki_section_edit"} {forminput} {formhelp note="Using this feature, it is possible to edit only sections of your wiki pages ranging from one heading to another. specify what headings you want to use as boundaries."} {/forminput}
{formlabel label="Tables syntax" for="wiki_tables"} {forminput} {formhelp note="Either use || to start a new row in a table, or start a new line (recommended)."} {/forminput}
{/form} {/jstab} {jstab title="Wiki Books"} {form legend="Wiki Book Settings"} {foreach from=$formWikiBooks key=item item=output}
{forminput label="checkbox"} {html_checkboxes name="$item" values="y" checked=$gBitSystem->getConfig($item) labels=false id=$item} {tr}{$output.label}{/tr} {formhelp note=$output.note page=$output.page|default:''} {/forminput}
{/foreach}
{/form} {/jstab} {jstab title="In and Output"} {form legend="Wiki Input and Output Settings"} {foreach from=$formWikiInOut key=item item=output}
{forminput label="checkbox"} {html_checkboxes name="$item" values="y" checked=$gBitSystem->getConfig($item) labels=false id=$item} {tr}{$output.label}{/tr} {formhelp note=$output.note page=$output.page|default:''} {/forminput}
{/foreach}
{/form} {/jstab} {jstab title="List Settings"} {form legend="List Settings"} {foreach from=$formWikiLists key=item item=output}
{forminput label="checkbox"} {html_checkboxes name="$item" values="y" checked=$gBitSystem->getConfig($item) labels=false id=$item} {tr}{$output.label}{/tr} {formhelp note=$output.note page=$output.page|default:''} {/forminput}
{/foreach}
{/form} {/jstab} {jstab title="Wiki Settings"} {form} {legend legend="Wiki Home Page"}
{forminput label="checkbox"} {html_checkboxes name="wiki_disable_auto_home" values="y" checked=$gBitSystem->getConfig('wiki_disable_auto_home') labels=false id="wiki_disabled_auto_home"} {tr}Disable Wiki Home Page{/tr} {formhelp note="When checked the default wiki url will load a list of recently edited pages. This will disable the auto-fetching of the home page value below."} {/forminput}
{formlabel label="Wiki Home Page" for="wiki_home_page"} {forminput} {formhelp note="When the wiki is accessed, this is the page that will be displayed as the first page."} {/forminput}
{/legend} {legend legend="Wiki Link Format"}
{formlabel label="Wiki Link Format" for="wiki_page_regex"} {forminput} {formhelp note="Controls recognition of Wiki links using the two parenthesis Wiki link syntax ((page name)).
English
allows only letters, numbers, space, underscore, dash, period and semicolon. Space, dash, period and semicolon not allowed as the first character.
Latin
adds accented characters such as äöüåñòôùçèêîâööúä.
Complete
allows any character at all but is not guaranteed to be bug-free or secure.
"} {/forminput}
{/legend} {legend legend="Copyright Management"}
{forminput label="checkbox"} {html_checkboxes name="wiki_copyrights" values="y" checked=$gBitSystem->getConfig('wiki_copyrights') labels=false id="wiki_copyrights"} {tr}Enable Feature{/tr} {/forminput}
{formlabel label="License Page" for="wiki_license_page"} {forminput} {/forminput}
{formlabel label="Submit Notice" for="wiki_submit_notice"} {forminput} {/forminput}
{/legend} {legend legend="Wiki Watch"} {formfeedback warning="This feature has been disabled for now since it's not functional."} {foreach from=$formWikiWatch key=item item=output}
{forminput label="checkbox"} {html_checkboxes name="$item" values="y" checked=$gBitSystem->getConfig($item) labels=false id=$item} {tr}{$output.label}{/tr} {formhelp note=$output.note page=$output.page|default:''} {/forminput}
{/foreach}
{/legend} {/form} {/jstab} {/jstabs} {/strip}