{* $Header$ *} {strip} {if !empty($page)}{assign var=page value=0}{/if} {form} {jstabs} {jstab title="bitweaver Settings"} {legend legend="URL Settings"} {foreach from=$formBit key=feature item=output}
{formlabel label=$output.label for=$feature} {forminput} {html_checkboxes name="$feature" values="y" checked=$gBitSystem->getConfig($feature) labels=false id=$feature} {formhelp note=$output.note page=$output.page|default:''} {/forminput}
{/foreach} {/legend} {legend legend="bitweaver Help Features"} {foreach from=$formHelp key=feature item=output}
{formlabel label=$output.label for=$feature} {forminput} {html_checkboxes name="$feature" values="y" checked=$gBitSystem->getConfig($feature) labels=false id=$feature} {formhelp note=$output.note page=$output.page|default:''} {/forminput}
{/foreach} {/legend} {/jstab} {jstab title="Homepage Settings"} {legend legend="Homepage Settings"}
{formlabel label="Home page" for="bit_index"} {forminput} {formhelp note="Pick your site's homepage. This is where they will be redirected, when they access a link to your homepage.
My bitweaver Page
This page contains all links the user can access with his/her current permissions.
User's Homepage
This is the user's public homepage
Group Home
You can define an individual home page for a group of users using this option. To define home pages, please access the Groups and Permissions.
Custom Home
You can define any url as your bitweaver homepage. This could be an introductory page with links or a flash introduction...
Package Homes
Here you can set a particular package that will serve as your home page. If you want to select an individual homepage from the exisiting ones, please access the
Administration --> 'Package' --> 'Package' Settings page.
"} {/forminput}
{formlabel label="URI for custom home" for="site_url_index"} {forminput} {formhelp note="Use a specific URI to direct users to a particular page when accessing your site. Can be used to have an introductory page.
To activate this, please select Custom home above."} {/forminput}
{/legend} {/jstab} {jstab title="Miscellaneous"} {legend legend="Date and Time Formats"}
{forminput label="checkbox"} isFeatureActive('site_display_reltime')}checked="checked"{/if} />Relative Time Display {formhelp note="If enabled, the date and time will be displayed relative to the time of posting (on occasion), e.g., 'Yesterday' instead of 'January 1, 1970'. "} {/forminput}
{formlabel label="Long date" for="site_long_date_format"} {forminput} {formhelp note="Default: %A %d of %B, %Y"} {/forminput}
{formlabel label="Short date" for="site_short_date_format"} {forminput} {formhelp note="Default: %d %b %Y"} {/forminput}
{formlabel label="Long time" for="site_long_time_format"} {forminput} {formhelp note="Default: %H:%M:%S %Z"} {/forminput}
{formlabel label="Short time" for="site_short_time_format"} {forminput} {formhelp note="Default: %H:%M %Z"} {/forminput}
{formlabel label="Long date and time" for="site_long_datetime_format"} {forminput} {formhelp note="Default: %A %d of %B, %Y (%H:%M:%S %Z)"} {/forminput}
{formlabel label="Short date and time" for="site_short_datetime_format"} {forminput} {formhelp note="Default: %a %d of %b, %Y (%H:%M %Z)"} {/forminput}
{formlabel label="Online Help:"} {forminput} {formhelp note="Conversion specifiers for date and time formats (php.net)"} {/forminput}
{/legend} {legend legend="Extended Header"}

{tr}To improve accessibility on your website further, you can activate the following feature. Most of these settings will not be visible to the common user but if you are using a browser such as Elinks or have the navigation bar active in Opera or the linkToolbar extension installed in Firefox these features will be visible to you. Any values left blank will not be inserted.{/tr}

{foreach from=$extendedHeader key=feature item=output}
{formlabel label=$output.label for=$feature} {forminput} {if $output.type == 'checkbox'} {html_checkboxes name="$feature" values="y" checked=$gBitSystem->getConfig($feature) labels=false id=$feature} {elseif $output.type == 'text'} {/if} {formhelp note=$output.note page=$output.page|default:''} {/forminput}
{/foreach} {/legend} {legend legend="Other stuff"}
{formlabel label="Maximum records" for="max_records"} {forminput} {formhelp note="Maximum number of records per page in listings."} {/forminput}
{foreach from=$formMisc key=feature item=output}
{formlabel label=$output.label for=$feature} {forminput} {html_checkboxes name="$feature" values="y" checked=$gBitSystem->getConfig($feature) labels=false id=$feature} {formhelp note=$output.note page=$output.page|default:''} {/forminput}
{/foreach} {/legend} {/jstab} {/jstabs}
{/form} {/strip}