{$result->translate($result->pageTitle)}

{if $result->msgGet()}{$result->msgGet()}{/if}

{$result->translate('Please use the following form to edit your config file')}.

{foreach from=$result->conf.table key=key item=var} {/foreach}
{$result->translate('General Site Options')}
{$result->translate('Base URL')} {if $result->error.baseUrl}
{$result->error.baseUrl}
{/if}
 
{$result->translate('Session max lifetime (secs)')} {$result->translate('Zero means until the browser is closed')}
{$result->translate('Site name')}  
{$result->translate('Show logo')} {if $result->error.showLogo}
{$result->error.showLogo}
{/if}
info {$result->translate('If path to image is specified, image will be shown; if left blank, Site name from above will appear as text')}
{$result->translate('Gzip compression')} {$result->generateRadioPair('conf[site][compression]',$result->conf.site.compression)}  
{$result->translate('Output buffering')} {$result->generateRadioPair('conf[site][outputBuffering]',$result->conf.site.outputBuffering)}  
{$result->translate('Enable IP banning')} {$result->generateRadioPair('conf[site][banIpEnabled]',$result->conf.site.banIpEnabled)} info {$result->translate('Handy if you dont have access to Apache configuration')}
{$result->translate('Enable Safe deleting')} {$result->generateRadioPair('conf[site][safeDelete]',$result->conf.site.safeDelete)} info {$result->translate('This way no content items are really deleting from DB, just marked as deleted')}
{$result->translate('Enable Tidy html cleaning')} {$result->generateRadioPair('conf[site][tidyhtml]',$result->conf.site.tidyhtml)} info {$result->translate('Requires the tidy extension to be installed')}
{$result->translate('Template Engine')} {if $result->error.templateEngine}
{$result->error.templateEngine}
{/if}
info {$result->translate('Seagull allows you to use the template engine of your choice')}
{$result->translate('URL handler')} {if $result->error.outputUrlHandler}
{$result->error.outputUrlHandler}
{/if}
info {$result->translate('What format would you like your URLs, Seagull Search Engine Friendly is the default')}
{$result->translate('Enable left/right columns')} {$result->generateRadioPair('conf[site][blocksEnabled]',$result->conf.site.blocksEnabled)} info {$result->translate('You can turn the left/right columns off globally')}
{$result->translate('Default article view type')} {$result->translate('This options allows you to change the default type of article displayed. Default Article View Type: Html Articles (2)')}
{$result->translate('Front controller script name')} info {$result->translate('The name of your Seagull index file')}
{$result->translate('Default module')} {$result->translate('This is the module that will be loaded if none are specified, ie, when you call index.php (FC only)')}
{$result->translate('Default manager')} {$result->translate('This is the manager class that will be loaded if none are specified (FC only)')}
{$result->translate('Default params')} {$result->translate('Use these params to specify, eg, a static article for your homepage')}
{$result->translate('Editor type')} {$result->translate('Currently supported editors are xinha, fck and htmlarea, and you must have the relevant libs in your www dir')}
 
{$result->translate('Session Options')}
{$result->translate('Session handler')} info {$result->translate('Use the database session handler if youre running a load-balanced environment')}
{$result->translate('Extended Session')} {if $result->error.extendedSession}
{$result->error.extendedSession}
{/if} {$result->generateRadioPair('conf[session][extended]',$result->conf.session.extended)}
info {$result->translate('Enables extended session API when using database sessions. This allows the site to enforce one session per user.')}
{$result->translate('Enforce Single User')} {if $result->error.singleUser}
{$result->error.singleUser}
{/if} {$result->generateRadioPair('conf[session][singleUser]',$result->conf.session.singleUser)}
info {$result->translate('Enforces one session per user on this site (requires database session handling, and extended session to be on).')}
{$result->translate('Allow Session in URL')} {if $result->error.sessionInUri}
{$result->error.sessionInUri}
{/if} {$result->generateRadioPair('conf[session][allowedInUri]',$result->conf.session.allowedInUri)}
info {$result->translate('If users have cookies disabled, this will allow them to use sessions with Seagull')}
 
{$result->translate('Navigation Options')}
{$result->translate('Enable Navigation')} {$result->generateRadioPair('conf[navigation][enabled]',$result->conf.navigation.enabled)} info {$result->translate('Disable navigation altogether with this switch')}
{$result->translate('Navigation type (driver)')} info {$result->translate('Use this option to choose from various menu types - currently only 1 provided')}
{$result->translate('Navigation menu stylesheet')} info {$result->translate('Defines the appearance of the navigation menu. Preview and make additional changes in the navigation module manager')}.
 
{$result->translate('Debugging Options')}
{$result->translate('Enable authentication')} {$result->generateRadioPair('conf[debug][authorisationEnabled]',$result->conf.debug.authorisationEnabled)} info {$result->translate('Debugging easier when this is disabled')}
{$result->translate('Enable custom error handler')} {$result->generateRadioPair('conf[debug][customErrorHandler]',$result->conf.debug.customErrorHandler)} info {$result->translate('Customise the way errors are handled')}
{$result->translate('Enable debug session')} {$result->generateRadioPair('conf[debug][sessionDebugAllowed]',$result->conf.debug.sessionDebugAllowed)} info {$result->translate('If your IP appears in the TRUSTED_IPS array, you will be able to view system errors on screen even in production mode (see below)')}
{$result->translate('Production website')} {$result->generateRadioPair('conf[debug][production]',$result->conf.debug.production)} info {$result->translate('Setting this to true will disable all screen-based error messages')}
{$result->translate('Show backtrace')} {$result->generateRadioPair('conf[debug][showBacktrace]',$result->conf.debug.showBacktrace)}  
{$result->translate('Enable Profiling')} {$result->generateRadioPair('conf[debug][profiling]',$result->conf.debug.profiling)} info {$result->translate('Requires to Xdebug extension to be installed')}
{$result->translate('Email admin threshold')} info {$result->translate('Errors must be >= this level before they are emailed to the site admin')}
{$result->translate('Show debug reporting link')} {$result->generateRadioPair('conf[debug][showBugReporterLink]',$result->conf.debug.showBugReporterLink)} info {$result->translate('Send feedback to project for bugs')}
 
{$result->translate('Caching Options')}
{$result->translate('Enable caching')} {$result->generateRadioPair('conf[cache][enabled]',$result->conf.cache.enabled)} {$result->translate('It is recommended to disable this while developing')}
{$result->translate('Cache lifetime (secs)')} info {$result->translate('Default is 24 hours')}
 
{$result->translate('Database Options')}
{$result->translate('Type')} info {$result->translate('Make sure you load the relevant schema')}
{$result->translate('Host')}  
{$result->translate('Port')}  
{$result->translate('Protocol')}  
{$result->translate('DB username')}  
{$result->translate('DB password')}  
{$result->translate('DB name')}  
 
{$result->translate('Database Table Mappings')}
{$key}  
 
{$result->translate('Logging options')}
{$result->translate('Enable logs')} {$result->generateRadioPair('conf[log][enabled]',$result->conf.log.enabled)} info {$result->translate('It is recommended to disable logging if you are running < PHP 4.3.x')}
{$result->translate('Type')} info {$result->translate('If sql is used, use log_table as the log table name below')}
{$result->translate('Log name')} info {$result->translate('Use an absolute path or one relative to the Seagull root dir')}
{$result->translate('Priority')}  
{$result->translate('Identifier')}  
{$result->translate('Target username')}  
{$result->translate('Target password')}  
 
{$result->translate('MTA options')}
{$result->translate('Backend')} {if $result->error.mtaBackend}
{$result->error.mtaBackend}
{/if}
info {$result->translate('PEAR::Mail backend')}
{$result->translate('Sendmail path')} {if $result->error.sendmailPath}
{$result->error.sendmailPath}
{/if}
info {$result->translate('Mandatory if you use Sendmail as Backend')}
{$result->translate('Sendmail arguments')} {if $result->error.sendmailArgs}
{$result->error.sendmailArgs}
{/if}
info {$result->translate('Optional if you use Sendmail as Backend')}
{$result->translate('SMTP host')} info {$result->translate('Optional if you use SMTP as Backend. Default: localhost')}
{$result->translate('SMTP port')} info {$result->translate('Optional if you use SMTP as Backend. Default: 25')}
{$result->translate('Use SMTP authentication')} {$result->generateRadioPair('conf[mta][smtpAuth]',$result->conf.mta.smtpAuth)}  
{$result->translate('SMTP username')} {if $result->error.smtpUsername}
{$result->error.smtpUsername}
{/if}
info {$result->translate('Mandatory if you use SMTP as Backend and SMTP authentication is enabled')}
{$result->translate('SMTP password')} {if $result->error.smtpPassword}
{$result->error.smtpPassword}
{/if}
info {$result->translate('Mandatory if you use SMTP as Backend and SMTP authentication is enabled')}
 
{$result->translate('Email options')}
{$result->translate('Admin contact')} info {$result->translate('Error messages get sent here')}
{$result->translate('Support contact')}  
{$result->translate('Info contact')} info {$result->translate('Contact us enquiries get sent here')}
 
{$result->translate('Popup window options')}
{$result->translate('Default popup window height')}  
{$result->translate('Default popup window width')}  
 
{$result->translate('Cookie options')}
{$result->translate('Name')} info {$result->translate('This will be your session identifier')}
{$result->translate('Path')}  
{$result->translate('Domain')}  
{$result->translate('Secure')} {$result->generateRadioPair('conf[cookie][secure]',$result->conf.cookie.secure)}  
 
{$result->translate('Censorship')}
{$result->translate('Mode')}
{$result->translate('Replace word with')}  
{$result->translate('Disallowed words')}  
 
{$result->translate('P3P privacy policy')}
{$result->translate('Policies')} {$result->generateRadioPair('conf[p3p][policies]',$result->conf.p3p.policies)}  
{$result->translate('Policy location')}  
{$result->translate('Compact policy')}