{strip} {form} {jstabs} {jstab title="General Settings"} {legend legend="Liberty Cache"}
{formlabel label="Liberty Cache" for="liberty_cache"} {forminput} {html_options name=liberty_cache id=liberty_cache values=$cacheTimes options=$cacheTimes selected=$gBitSystem->getConfig('liberty_cache')} {formhelp note='Cache all parsed content. This will dramatically reduce load on the server if pages are called frequently.' page=''} {/forminput}
{/legend} {legend legend="Attachments"}
{formlabel label="Auto-Display Attachment Thumbnails" for="liberty_auto_display_attachment_thumbs"} {forminput} {html_options options=$imageSizes name="liberty_auto_display_attachment_thumbs" id="liberty_auto_display_attachment_thumbs" selected=$gBitSystem->getConfig('liberty_auto_display_attachment_thumbs')} {formhelp note='This will automatically display thumbnails of all attachments of a given page (usually in the top right corner of the page). You can still display the items inline as well.' page=''} {/forminput}
{formlabel label="Liberty Attachment Style" for="liberty_attachment_style"} {forminput} {html_radios options=$attachmentStyleOptions values=$attachmentStyleOptions id=liberty_attachment_style name=liberty_attachment_style checked=$gBitSystem->getConfig('liberty_attachment_style', 'standard') separator="
"} {formhelp note=""} {/forminput}
{foreach from=$attachmentOptions key=item item=output}
{formlabel label=$output.label for=$item} {forminput} {html_checkboxes name="$item" values="y" checked=$gBitSystem->getConfig($item) labels=false id=$item} {formhelp note=$output.note page=$output.page|default:''} {/forminput}
{/foreach} {/legend} {legend legend="Miscellaneous"} {foreach from=$formLibertyFeatures key=item item=output}
{formlabel label=$output.label for=$item} {forminput} {html_checkboxes name="$item" values="y" checked=$gBitSystem->getConfig($item) labels=false id=$item} {formhelp note=$output.note page=$output.page|default:''} {/forminput}
{/foreach} {foreach from=$formLibertyTextareaFeatures key=item item=output}
{formlabel label=$output.label for=$item} {forminput} {formhelp note=$output.note page=$output.page|default:''} {/forminput}
{/foreach} {/legend} {legend legend="Spam and Captcha Settings"} {foreach from=$formCaptcha key=item item=output}
{formlabel label=$output.label for=$item} {forminput} {html_checkboxes name="$item" values="y" checked=$gBitSystem->getConfig($item) labels=false id=$item} {formhelp note=$output.note page=$output.page|default:''} {if $item == "liberty_use_captcha_freecap"}

{tr}If you can see the image below, you can use freecap{/tr}

{tr}Random Image{/tr} {/if} {/forminput}
{/foreach} {foreach from=$formCaptchaTextareaFeatures key=item item=output}
{formlabel label=$output.label for=$item} {forminput} {formhelp note=$output.note page=$output.page|default:''} {/forminput}
{/foreach}

{tr}To set additional parameters and options please view and edit the freecap captcha file itself:{/tr} {$smarty.const.UTIL_PKG_PATH}freecap/freecap.php

{tr}If you can access the following file, please view the freecap.php file for details on how to secure your site against spammers{/tr}: {tr}Dictionary{/tr}

{/legend} {/jstab} {jstab title="Image Processing System"} {legend legend="Image Processing System"} {foreach from=$imageProcessors key=item item=output}
{formlabel label=$output.label for=$item} {forminput} {if !$output.installed} {formhelp note=$output.install_note page=$output.page|default:''} {/if} {formhelp note=$output.note page=$output.page|default:''} {/forminput}
{/foreach} {foreach from=$formImageFeatures key=item item=output}
{formlabel label=$output.label for=$item} {forminput} {html_checkboxes name="$item" values="y" checked=$gBitSystem->getConfig($item) labels=false id=$item} {formhelp note=$output.note page=$output.page|default:''} {/forminput}
{/foreach}
{formlabel label="Image Compression" for="liberty_thumbnail_quality"} {forminput} {html_options values=$imageCompression options=$imageCompression id=liberty_thumbnail_quality name=liberty_thumbnail_quality selected=$gBitSystem->getConfig('liberty_thumbnail_quality')|default:85} {formhelp note="Set the quality you want to have your thumbnails generated in. The higher the value, the better the quality but also the larger the filesize. We recommend a value between 75 and 85."} {/forminput}
{formlabel label="Thumbnail Format" for="thumbformat"} {forminput} {html_options values=$thumbFormats options=$thumbFormats id=thumbformat name=liberty_thumbnail_format selected=$gBitSystem->getConfig('liberty_thumbnail_format')} {formhelp note="Every image-type has its pros and cons: jpgs are usually small in size but don't support transparency, gif transparency is limited and pngs can be large. If you let bitweaver select what format to use, we will do our best to pick a sensible filetype based on the format uploaded."} {/forminput}
{formlabel label="Thumbnail Size" for="liberty_thumbnail_size"} {forminput} {html_options options=$imageSizes name="liberty_thumbnail_size" id="liberty_thumbnail_size" selected=$gBitSystem->getConfig('liberty_thumbnail_size')|default:medium} {formhelp note='Set the default thumbnail size when viewing image details.'} {/forminput}
{/legend} {/jstab} {/jstabs}
{/form} {/strip}