[% IF subaction == '' or subaction == 'm_lists' %]
[%|loc%]Lists[%END%]
[%|loc%]Manage lists[%END%]
[%|loc%]Consult lists[%END%]
[% END %]
[% IF main_robot %]
[% IF subaction == 'vhosts' %]
[%|loc%]Virtual Robots[%END%]
[% IF robots %]
[%|loc%]The following virtual robots are running on this server:[%END%]
[% FOREACH vr = robots %]- [% vr.key %] - [%|loc%]Sympa URL:[%END%] [% vr.value.wwsympa_url %] - [%|loc%]Mail domain:[%END%] [% vr.value.host %] - [%|loc%]Listmaster(s):[%END%] [% FOREACH admin = vr.value.listmaster %][% admin %] [% END %]
[% END %]
[% ELSE %]
[%|loc%]No Virtual Robot defined on this server[%END%]
[% END %]
[% END %]
[% END %]
[% IF families -%]
[% IF subaction == 'families' %]
[%|loc%]Families[%END%]
[% END %]
[% END %]
[% IF subaction == 'users' %]
[%|loc%]Users[%END%]
[%|loc%]You can change your users email address here:[%END%]
[%|loc%]Changing a user's email address will apply the change his memberships but it will also apply to his ownerships if he is owner of some lists.[%END%]
[%|loc%]Change identity[%END%]
[%|loc%]As listmaster, you can change your identity and act as someone else. This is may be usefull when providing assistance or to test users privileges. The new identity is attached to the current session[%END%]
[% END %]
[% IF subaction == 'archives' %]
[%|loc%]Archives[%END%]
[%|loc%]Rebuild HTML archives using "arctxt" directories as input.[%END%]
[% END %]
[% IF subaction == 'logs' %]
[%|loc%]Logs[%END%]
[%|loc%]You can increase the log level specified by configuration only for your current session. On a production server, this allow to keep logs rather small and to test some features with the maximum log level. [%END%]
[% END %]
[% IF subaction == 'templates' %]
[%|loc%]Templates[%END%]
[% END %]
[% IF subaction == 'skins' %]
[%|loc%]Skins, CSS and colors[%END%]
[% END %]
[% IF subaction == 'edit_config' %]
[%|loc%]View main config[%END%]
[% SET close_table = '' %]
[% FOREACH confparam IN editable_params %]
[% IF confparam.title %]
[% close_table %]
[% confparam.title %]
| parameter name | value | default | semantic |
[% ELSE %]
[% IF dark == '1' %]
[% SET dark='0'%]
[% ELSE %]
[% SET dark='1'%]
[% END %]
| [% confparam.name %] |
[% IF confparam.edit == '1' %]
[% ELSE %]
[% confparam.current_value %]
[% END %]
|
[% confparam.default %] | [% confparam.query %] |
[% SET close_table = '
' %]
[% END %]
[% END %]
[% close_table %]
[% END %]
[% IF subaction == 'translation' %]
[%|loc%]Translating Sympa[%END%]
[%|loc%]Sympa is designed to allow easy internationalization of its user interface (service mail messages and web interface). All translations for one language are gathered in a single PO file that can be manipulated by standard GNU gettext tools.[%END%]
[% END %]
[% IF subaction == 'tracker' %]
[%|loc%]Submitting a bug, a feature request[%END%]
[% END %]
[% IF loop_count %]
[%|loc(process_id,loop_count,start_time)%]This FastCGI process (%1) has served %2 pages since %3.[%END%]
[% END %]