* apply R8157 from the dav-rework branch:
[citadel.git] / webcit / static / t / display_sitewide_config.html
1 <?=("head")><?=("important_msg")><?%("COND:LOGGEDIN", 1, 1, 1, "", ="paging")>
2 <div id="banner">
3 <h1><?_("Site configuration")></h1>
4 </div>
5 <div id="content" class="service fix_scrollbar_bug">
6 <?!("COND:AIDE", 1)><?_("You need to be aide to view this.")><?!("X", 1)>
7 <??("COND:AIDE", 2)>
8 <table border="0" cellspacing="0" cellpadding="0" ><tr><td>
9 <form method="post" action="siteconfig">
10 <input type="hidden" name="nonce" value= '<?NONCE>'>
11 <?DOTABBED(_("General"), "tab_siteconfig_general",
12         _("Access"), "tab_siteconfig_access",
13         _("Network"), "tab_siteconfig_network",
14         _("Tuning"), "tab_siteconfig_tuning",
15         _("Directory"), "tab_siteconfig_directory",
16         _("Auto-purger"), "tab_siteconfig_autopurger",
17         _("Indexing/Journaling"), "tab_siteconfig_indexing",
18         _("Push Email"), "tab_siteconfig_pushmail",
19         _("Pop3"), "tab_siteconfig_pop3", 
20         "", "submit_siteconfig")>
21 </form>
22 </td></tr></table>
23 <??("X", 2)>
24 </div>
25 <?=("trailing")>