%page args="page, subtitle" />
${config['fts3.SiteName']} FTS3 - ${subtitle}
<%def name="add_tab(link, text, title)">
% if page == link:
${text}
% else:
${text}
% endif
%def>
${add_tab("/config", "Overview", "General overview")}
${add_tab("/config/se", "Storage", "Manage per-storage settings")}
${add_tab("/config/groups", "Storage groups", "Manage storage groups")}
${add_tab("/config/links", "Links", "Manage link settings (standalone or pair)")}
${add_tab("/config/activity_shares", "Activity shares", "Manage activity shares")}
${add_tab("/config/fixed", "Fix values", "Fix number of actives per link")}
${add_tab("/config/global", "Server", "Manage FTS3-wide settings")}
${add_tab("/config/debug", "Debug", "Manage debug levels per storage")}
${add_tab("/config/audit", "Audit", "View the configuration auditing")}
${add_tab("/config/cloud_storage", "Cloud storage", "Configure cloud storage credentials (S3, Dropbox)")}
${add_tab("/config/authorize", "Static authorization", "Give permissions based on DN rather than VO extensions")}