[% META title = 'Admin » Application Settings' -%]

Edit Application Settings

[% # PROCESS dumper.tt dump = settings.require_spell_check %] [% PROCESS site/form_validator.tt profile = 'settings' %] [% js_config_settings_dfv_js %] [% # PROCESS site/js/jquery.tt # already loaded in html_wrapper %] [% INCLUDE admin/menu/balloontips.tt %] [% BLOCK Td %] [% notes %] [% site.html.invalid IF form_validator.error($param) %] [% END %]

1) Diagnostic service settings:

[% INCLUDE Td param = 'service_name' size = 50; %] [% INCLUDE Td param = 'service_telno' size = 50; %] [% INCLUDE Td param = 'email_from' size = 50; %] [% INCLUDE Td param = 'service_url' size = 50; %] [% INCLUDE Td param = 'lab_name_abbreviation' %] [% INCLUDE Td param = 'local_prefix' %]
Service name:
Service address: [% site.html.invalid IF form_validator.error('service_address') %]
Service telephone:
Service email address:
Service web address:
Lab. name abbreviation:
Local prefix:

2) Application settings:

[% INCLUDE Td param = 'application_name' size = 50; %] [% INCLUDE Td param = 'server_username' size = 10 %] [% INCLUDE Td param = 'lab_number_prefix' %] [% INCLUDE Td param = 'autoincrement_requests' %] [% IF c.cfg('settings').have_label_printer %] [% INCLUDE Td param = 'label_printer_addr' %] [% END %] [% INCLUDE Td param = 'admin_timeout' notes = '[seconds]' %] [% INCLUDE Td param = 'default_user_timeout' notes = '[seconds]' %] [% INCLUDE Td param = 'local_network_restriction' notes = '[0 or 1]' %] [% INCLUDE Td param = 'entries_per_page' %] [% INCLUDE Td param = 'print_run_max' notes = '[records per run]' %] [% INCLUDE Td param = 'min_char_length' %] [% INCLUDE Td param = 'max_request_number_length' notes = '[digits]' %]
Application name:
Application server name:
Lab. number prefix:
Auto-increment requests:
Force report spell-check: [% site.html.invalid IF form_validator.error('require_spell_check') %]
Report display notes: [% site.html.invalid IF form_validator.error('report_display_notes') %]
Label printer address:
Admin timeout:
Default user timeout:
Local network restriction :
Search hits per page:
Max. print run size:
AJAX min. char. length:
Unreported requests: [% INCLUDE Td param = 'unreported_duration' notes = '[days]' %]
Max. request number length:

3) E-mail settings:

[% INCLUDE Td param = 'smtp' %] [% INCLUDE Td param = 'smtp_user' notes = '[optional]' %] [% INCLUDE Td param = 'smtp_pwd' notes = '[optional]' %] [% INCLUDE Td param = 'admin_contact' size = 40; %] [% INCLUDE Td param = 'valid_recipient_domains' size = 40 %]
SMTP server address:
SMTP username:
SMTP password:
Admin email address:
Valid recipient domains:

4) PAS settings:

[% INCLUDE Td param = 'pas_address' size = 40 notes = 'eg 163.160.104.239, localhost' %] [% INCLUDE Td param = 'pas_username' %] [% INCLUDE Td param = 'pas_pwd' %]
PAS address:
PAS username:
PAS password:

5) Miscellaneous settings:

[% INCLUDE Td param = 'cfh_downloads' size = '60' %]
CfH data downloads:

[% site.html.submit %]