From: Wilfried Göesgens Date: Mon, 28 Dec 2009 15:48:12 +0000 (+0000) Subject: * reorganize some templates into subdirectories X-Git-Tag: v7.86~553 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=59e420e50397ed6661692abc39307ce39221efc8 * reorganize some templates into subdirectories * addopt new template names Thats the move list: display_aide_menu.html aide/display_menu.html aide_display_menu display_ignet_confirmdelete.html aide/ignetconf/display_confirm_delete.html aide_ignetconf_display_confirm_delete edit_node.html aide/ignetconf/edit_node.html aide_ignetconf_edit_node section_ignetconf.html aide/ignetconf/section.html aide_ignetconf_section add_node.html aide/ignetconf/add.html aide_ignetconf_add display_netconf.html aide/display_ignetconf.html aide_display_ignetconf display_sitewide_config.html aide aide_display_sitewide_config tab_siteconfig_access.html aide/siteconfig/tab_access.html aide_siteconfig_tab_access tab_siteconfig_autopurger.html aide/siteconfig/tab_autopurger.html aide_siteconfig_tab_autopurger tab_siteconfig_directory.html aide/siteconfig/tab_directory.html aide_siteconfig_tab_directory tab_siteconfig_general.html aide/siteconfig/tab_general.html aide_siteconfig_tab_general tab_siteconfig_indexing.html aide/siteconfig/tab_indexing.html aide_siteconfig_tab_indexing tab_siteconfig_network.html aide/siteconfig/tab_network.html aide_siteconfig_tab_network tab_siteconfig_pop3.html aide/siteconfig/tab_pop3.html aide_siteconfig_tab_pop3 tab_siteconfig_pushmail.html aide/siteconfig/tab_pushmail.html aide_siteconfig_tab_pushmail tab_siteconfig_tuning.html aide/siteconfig/tab_tuning.html aide_siteconfig_tab_tuning siteconfig_tzsection.html aide/siteconfig/tzsection.html aide_siteconfig_tzsection submit_siteconfig.html aide/siteconfig/submit.html aide_siteconfig_submit aide_inetconf.html aide/display_inetconf.html aide_display_inetconf aide_inet_aliases.html aide/inet/aliases.html aide_inet_clamav.html aide/inet/clamav.html aide_inet_dirnames.html aide/inet/dirnames.html aide_inet_fallbackhosts.html aide/inet/fallbackhosts.html aide_inet_masqdomains.html aide/inet/masqdomains.html aide_inet_notify.html aide/inet/notify.html aide_inet_rbldns.html aide/inet/rbldns.html aide_inet_smarthosts.html aide/inet/smarthosts.html aide_inet_spamass.html aide/inet/spamass.html page_now.html paging/now.html paging_now paging_anchor.html paging/anchor.html paging_anchor paging_failed_hook.html paging/failed_hook.html paging_failed_hook display_serverrestartpage.html aide/display_serverrestart_page.html aide_display_serverrestart_page display_serverrestart.html aide display_serverrestartpagedo.html aide/display_serverrestart_page_do.html box_serverrestart.html aide/serverrestart/box.html box_serverrestartpage.html aide/serverrestart/box_page.html box_serverrestartpagedo.html aide/serverrestart/box_page_do.html section_files_onefile.html files/section_onefile.html files_section_onefile files_jspicview.html files/picview.js pushemail.html prefs/pushemail.html prefs_pushemail section_userlist_select.html aide/edituser/section.html edituser_select.html aide/edituser/select.html aide_edituser_select edituser_add.html aide/edituser/add.html aide_edituser_add userlist_detailview.html aide/edituser/detailview.html aide_edituser_detailview wholist_section.html who/iconbar.html who_iconbar whosimplesection.html who/iconbar_section.html who_iconbar_section wholiststatic_header.html who/list_static_header.html wholiststatic.html who/box_list_static.html wholistsummarysection.html who/summary.html who_summary whosummarysection.html who/summary_section.html who_summary_section whosection.html who/bla_list_section.html --- diff --git a/webcit/mainmenu.c b/webcit/mainmenu.c index da400fc90..b2831714b 100644 --- a/webcit/mainmenu.c +++ b/webcit/mainmenu.c @@ -23,7 +23,7 @@ void display_aide_menu(void) { begin_burst(); output_headers(1, 0, 0, 0, 1, 0); - DoTemplate(HKEY("display_aide_menu"), NULL, &NoCtx); + DoTemplate(HKEY("aide_display_menu"), NULL, &NoCtx); end_burst(); } @@ -214,7 +214,7 @@ void display_shutdown(void) { begin_burst(); output_headers(1, 0, 0, 0, 1, 0); - DoTemplate(HKEY("display_serverrestartpage"), NULL, &NoCtx); + DoTemplate(HKEY("aide_display_serverrestart_page"), NULL, &NoCtx); end_burst(); } else @@ -223,7 +223,7 @@ void display_shutdown(void) serv_getln(buf, sizeof buf); /* TODO: should we care? */ begin_burst(); output_headers(1, 0, 0, 0, 1, 0); - DoTemplate(HKEY("display_serverrestartpagedo"), NULL, &NoCtx); + DoTemplate(HKEY("aide_display_serverrestart_page"), NULL, &NoCtx); end_burst(); } } @@ -239,7 +239,7 @@ void display_shutdown(void) } begin_burst(); output_headers(1, 0, 0, 0, 1, 0); - DoTemplate(HKEY("display_aide_menu"), NULL, &NoCtx); + DoTemplate(HKEY("aide_display_menu"), NULL, &NoCtx); end_burst(); } } diff --git a/webcit/pushemail.c b/webcit/pushemail.c index 54dbf63b3..586fca67e 100644 --- a/webcit/pushemail.c +++ b/webcit/pushemail.c @@ -85,7 +85,7 @@ void display_pushemail(void) GetServerStatus(Buf, NULL); } output_headers(1, 1, 2, 0, 0, 0); - DoTemplate(HKEY("pushemail"), NULL, &SubTP); + DoTemplate(HKEY("prefs_pushemail"), NULL, &SubTP); wDumpContent(1); FreeStrBuf(&Buf); } diff --git a/webcit/static/t/add_node.html b/webcit/static/t/add_node.html deleted file mode 100644 index ceb1dc417..000000000 --- a/webcit/static/t/add_node.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - -
-
- - - -
- - - - - - - - -

-"> -  -"> -
- diff --git a/webcit/static/t/aide/display_ignetconf.html b/webcit/static/t/aide/display_ignetconf.html new file mode 100644 index 000000000..c89c86ae6 --- /dev/null +++ b/webcit/static/t/aide/display_ignetconf.html @@ -0,0 +1,21 @@ + + + + +
+ +
+
+
+ +
+ +
+ +
+ +
+ + diff --git a/webcit/static/t/aide/display_inetconf.html b/webcit/static/t/aide/display_inetconf.html new file mode 100644 index 000000000..2f6e3621e --- /dev/null +++ b/webcit/static/t/aide/display_inetconf.html @@ -0,0 +1,31 @@ + + + +
+
+
+ + +
+
+
+
+ + +
+ + +
+
+
+ + + +
+ + diff --git a/webcit/static/t/aide/display_menu.html b/webcit/static/t/aide/display_menu.html new file mode 100644 index 000000000..1714ce63a --- /dev/null +++ b/webcit/static/t/aide/display_menu.html @@ -0,0 +1,21 @@ + + + +
+
+ +
+ + + +
+ + + +
+ diff --git a/webcit/static/t/aide/display_serverrestart.html b/webcit/static/t/aide/display_serverrestart.html new file mode 100644 index 000000000..e96d1f070 --- /dev/null +++ b/webcit/static/t/aide/display_serverrestart.html @@ -0,0 +1,32 @@ + + + +<?CURRENT_USER> - <?SERV:HUMANNODE> + + + + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +
+ diff --git a/webcit/static/t/aide/display_serverrestart_page.html b/webcit/static/t/aide/display_serverrestart_page.html new file mode 100644 index 000000000..62a564da0 --- /dev/null +++ b/webcit/static/t/aide/display_serverrestart_page.html @@ -0,0 +1,6 @@ + + +
+ +
+ diff --git a/webcit/static/t/aide/display_serverrestart_page_do.html b/webcit/static/t/aide/display_serverrestart_page_do.html new file mode 100644 index 000000000..4855bacdb --- /dev/null +++ b/webcit/static/t/aide/display_serverrestart_page_do.html @@ -0,0 +1,32 @@ + + + +<?CURRENT_USER> - <?SERV:HUMANNODE> + + + + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +
+ diff --git a/webcit/static/t/aide/display_sitewide_config.html b/webcit/static/t/aide/display_sitewide_config.html new file mode 100644 index 000000000..9bcf8784f --- /dev/null +++ b/webcit/static/t/aide/display_sitewide_config.html @@ -0,0 +1,25 @@ + + +
+ + +
+
+ + +
+
+ +
+ diff --git a/webcit/static/t/aide/edituser/add.html b/webcit/static/t/aide/edituser/add.html new file mode 100644 index 000000000..d4ffa9103 --- /dev/null +++ b/webcit/static/t/aide/edituser/add.html @@ -0,0 +1,8 @@ + +

+
+ + +
+ "> +
diff --git a/webcit/static/t/aide/edituser/box_select.html b/webcit/static/t/aide/edituser/box_select.html new file mode 100644 index 000000000..e984a0361 --- /dev/null +++ b/webcit/static/t/aide/edituser/box_select.html @@ -0,0 +1,15 @@ + +

+ +
+
+ +
+ +"> +"> +" + onClick="return confirm('');"> +
diff --git a/webcit/static/t/aide/edituser/detailview.html b/webcit/static/t/aide/edituser/detailview.html new file mode 100644 index 000000000..35ffbd0ab --- /dev/null +++ b/webcit/static/t/aide/edituser/detailview.html @@ -0,0 +1,41 @@ + + + +
+
+
+
+"> +"> + + + +
+ + + + + + + + + + +
" maxlength="63">
" maxlength="20">
>
+">  ">

+
+
+ diff --git a/webcit/static/t/aide/edituser/section.html b/webcit/static/t/aide/edituser/section.html new file mode 100644 index 000000000..593cadeec --- /dev/null +++ b/webcit/static/t/aide/edituser/section.html @@ -0,0 +1 @@ + diff --git a/webcit/static/t/aide/edituser/select.html b/webcit/static/t/aide/edituser/select.html new file mode 100644 index 000000000..1770cc86f --- /dev/null +++ b/webcit/static/t/aide/edituser/select.html @@ -0,0 +1,24 @@ + + + + +
+
+ + + + + + + +
+ + + +
+ +
+ diff --git a/webcit/static/t/aide/floorconfig.html b/webcit/static/t/aide/floorconfig.html new file mode 100644 index 000000000..7729ea519 --- /dev/null +++ b/webcit/static/t/aide/floorconfig.html @@ -0,0 +1,3 @@ +
    +
  • +
diff --git a/webcit/static/t/aide/global_config.html b/webcit/static/t/aide/global_config.html new file mode 100644 index 000000000..fb11d1a0d --- /dev/null +++ b/webcit/static/t/aide/global_config.html @@ -0,0 +1,6 @@ +
    +
  • +
  • +
  • +
  • +
diff --git a/webcit/static/t/aide/ignetconf/add.html b/webcit/static/t/aide/ignetconf/add.html new file mode 100644 index 000000000..ace8e08b4 --- /dev/null +++ b/webcit/static/t/aide/ignetconf/add.html @@ -0,0 +1,28 @@ + + + + +
+
+ + + +
+ + + + + + + + +

+"> +  +"> +
+ diff --git a/webcit/static/t/aide/ignetconf/display_confirm_delete.html b/webcit/static/t/aide/ignetconf/display_confirm_delete.html new file mode 100644 index 000000000..1817c6eb5 --- /dev/null +++ b/webcit/static/t/aide/ignetconf/display_confirm_delete.html @@ -0,0 +1,17 @@ + + + + +
+
+ + +
+&index="> +    +
+ diff --git a/webcit/static/t/aide/ignetconf/edit_node.html b/webcit/static/t/aide/ignetconf/edit_node.html new file mode 100644 index 000000000..ac58879c6 --- /dev/null +++ b/webcit/static/t/aide/ignetconf/edit_node.html @@ -0,0 +1,28 @@ + + + + +
+
+ + + +
+ + + + + + + + +

+"> +  +"> +
+ diff --git a/webcit/static/t/aide/ignetconf/section.html b/webcit/static/t/aide/ignetconf/section.html new file mode 100644 index 000000000..b67b73379 --- /dev/null +++ b/webcit/static/t/aide/ignetconf/section.html @@ -0,0 +1,6 @@ + + + + +&index="> + diff --git a/webcit/static/t/aide/inet/aliases.html b/webcit/static/t/aide/inet/aliases.html new file mode 100644 index 000000000..87b82afc4 --- /dev/null +++ b/webcit/static/t/aide/inet/aliases.html @@ -0,0 +1,14 @@ + + +
+ + + + +
+ + + + + +
diff --git a/webcit/static/t/aide/inet/clamav.html b/webcit/static/t/aide/inet/clamav.html new file mode 100644 index 000000000..459ba5c4c --- /dev/null +++ b/webcit/static/t/aide/inet/clamav.html @@ -0,0 +1,14 @@ + + +
+ + + + +
+ + + + + +
diff --git a/webcit/static/t/aide/inet/dirnames.html b/webcit/static/t/aide/inet/dirnames.html new file mode 100644 index 000000000..1ae2c6ba8 --- /dev/null +++ b/webcit/static/t/aide/inet/dirnames.html @@ -0,0 +1,14 @@ + + +
+ + + + +
+ + + + + +
diff --git a/webcit/static/t/aide/inet/fallbackhosts.html b/webcit/static/t/aide/inet/fallbackhosts.html new file mode 100644 index 000000000..44ea19b90 --- /dev/null +++ b/webcit/static/t/aide/inet/fallbackhosts.html @@ -0,0 +1,14 @@ + + +
+ + + + +
+ + + + + +
diff --git a/webcit/static/t/aide/inet/masqdomains.html b/webcit/static/t/aide/inet/masqdomains.html new file mode 100644 index 000000000..8434fdaa2 --- /dev/null +++ b/webcit/static/t/aide/inet/masqdomains.html @@ -0,0 +1,14 @@ + + +
+ + + + +
+ + + + + +
diff --git a/webcit/static/t/aide/inet/notify.html b/webcit/static/t/aide/inet/notify.html new file mode 100644 index 000000000..ff3b99895 --- /dev/null +++ b/webcit/static/t/aide/inet/notify.html @@ -0,0 +1,14 @@ + + +
+ + + + +
+ + + + + +
diff --git a/webcit/static/t/aide/inet/rbldns.html b/webcit/static/t/aide/inet/rbldns.html new file mode 100644 index 000000000..b6d2a97d0 --- /dev/null +++ b/webcit/static/t/aide/inet/rbldns.html @@ -0,0 +1,14 @@ + + +
+ + + + +
+ + + + + +
diff --git a/webcit/static/t/aide/inet/section.html b/webcit/static/t/aide/inet/section.html new file mode 100644 index 000000000..4ca3a0c84 --- /dev/null +++ b/webcit/static/t/aide/inet/section.html @@ -0,0 +1,5 @@ + + + +')" > + diff --git a/webcit/static/t/aide/inet/smarthosts.html b/webcit/static/t/aide/inet/smarthosts.html new file mode 100644 index 000000000..23d5fa6a8 --- /dev/null +++ b/webcit/static/t/aide/inet/smarthosts.html @@ -0,0 +1,14 @@ + + +
+ + + + +
+ + + + + +
diff --git a/webcit/static/t/aide/inet/spamass.html b/webcit/static/t/aide/inet/spamass.html new file mode 100644 index 000000000..041db6d27 --- /dev/null +++ b/webcit/static/t/aide/inet/spamass.html @@ -0,0 +1,14 @@ + + +
+ + + + +
+ + + + + +
diff --git a/webcit/static/t/aide/restart.html b/webcit/static/t/aide/restart.html new file mode 100644 index 000000000..f96050322 --- /dev/null +++ b/webcit/static/t/aide/restart.html @@ -0,0 +1,5 @@ +
    +
  • +
  • +
  • +
diff --git a/webcit/static/t/aide/serverrestart/box.html b/webcit/static/t/aide/serverrestart/box.html new file mode 100644 index 000000000..d09bfb3b4 --- /dev/null +++ b/webcit/static/t/aide/serverrestart/box.html @@ -0,0 +1,6 @@ + + + + + + diff --git a/webcit/static/t/aide/serverrestart/box_page.html b/webcit/static/t/aide/serverrestart/box_page.html new file mode 100644 index 000000000..c6ffba0bb --- /dev/null +++ b/webcit/static/t/aide/serverrestart/box_page.html @@ -0,0 +1,24 @@ +
+
+
+
+
+ + + +
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
diff --git a/webcit/static/t/aide/serverrestart/box_page_do.html b/webcit/static/t/aide/serverrestart/box_page_do.html new file mode 100644 index 000000000..971de7411 --- /dev/null +++ b/webcit/static/t/aide/serverrestart/box_page_do.html @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/webcit/static/t/aide/siteconfig/submit.html b/webcit/static/t/aide/siteconfig/submit.html new file mode 100644 index 000000000..75e896e24 --- /dev/null +++ b/webcit/static/t/aide/siteconfig/submit.html @@ -0,0 +1,3 @@ + +  + diff --git a/webcit/static/t/aide/siteconfig/tab_access.html b/webcit/static/t/aide/siteconfig/tab_access.html new file mode 100644 index 000000000..b489956bc --- /dev/null +++ b/webcit/static/t/aide/siteconfig/tab_access.html @@ -0,0 +1,65 @@ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+>
+
+>
+>
+
+>
+
+
+>
+>
+
+
+
diff --git a/webcit/static/t/aide/siteconfig/tab_autopurger.html b/webcit/static/t/aide/siteconfig/tab_autopurger.html new file mode 100644 index 000000000..88e3b85ba --- /dev/null +++ b/webcit/static/t/aide/siteconfig/tab_autopurger.html @@ -0,0 +1,100 @@ +
+
+
+ + + + + + + + + + + + + + +
+
+
+
+> + +
+> +
+> + +
+ + +

+> + +
+> + +
+> + +
+> + +
+ + +

diff --git a/webcit/static/t/aide/siteconfig/tab_directory.html b/webcit/static/t/aide/siteconfig/tab_directory.html new file mode 100644 index 000000000..eb3857270 --- /dev/null +++ b/webcit/static/t/aide/siteconfig/tab_directory.html @@ -0,0 +1,26 @@ +
+ +
+
+ +
+ + + + + + + + + + + + + + +
+
+
+
+
+
diff --git a/webcit/static/t/aide/siteconfig/tab_general.html b/webcit/static/t/aide/siteconfig/tab_general.html new file mode 100644 index 000000000..b9c116f28 --- /dev/null +++ b/webcit/static/t/aide/siteconfig/tab_general.html @@ -0,0 +1,35 @@ +
+
+ + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+
+ +
diff --git a/webcit/static/t/aide/siteconfig/tab_indexing.html b/webcit/static/t/aide/siteconfig/tab_indexing.html new file mode 100644 index 000000000..6485cf105 --- /dev/null +++ b/webcit/static/t/aide/siteconfig/tab_indexing.html @@ -0,0 +1,19 @@ +
+
+
+ + + + + + + + + + + +
+>
+>
+>
+
diff --git a/webcit/static/t/aide/siteconfig/tab_network.html b/webcit/static/t/aide/siteconfig/tab_network.html new file mode 100644 index 000000000..738cd0883 --- /dev/null +++ b/webcit/static/t/aide/siteconfig/tab_network.html @@ -0,0 +1,59 @@ +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+>
+>
+
+
+
+
+
+
+>
+>
() +
+
+>
+>
+
+
diff --git a/webcit/static/t/aide/siteconfig/tab_pop3.html b/webcit/static/t/aide/siteconfig/tab_pop3.html new file mode 100644 index 000000000..51162c394 --- /dev/null +++ b/webcit/static/t/aide/siteconfig/tab_pop3.html @@ -0,0 +1,18 @@ +
+
+ + + + + + + + + + + +
+
+
+
+
diff --git a/webcit/static/t/aide/siteconfig/tab_pushmail.html b/webcit/static/t/aide/siteconfig/tab_pushmail.html new file mode 100644 index 000000000..5608bf4e2 --- /dev/null +++ b/webcit/static/t/aide/siteconfig/tab_pushmail.html @@ -0,0 +1,20 @@ +
+
+ + + + + + + + + + + + +
+
+
+
+
+
diff --git a/webcit/static/t/aide/siteconfig/tab_tuning.html b/webcit/static/t/aide/siteconfig/tab_tuning.html new file mode 100644 index 000000000..798002748 --- /dev/null +++ b/webcit/static/t/aide/siteconfig/tab_tuning.html @@ -0,0 +1,29 @@ +
+
+ + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+
+>
diff --git a/webcit/static/t/aide/siteconfig/tzsection.html b/webcit/static/t/aide/siteconfig/tzsection.html new file mode 100644 index 000000000..ab6471e36 --- /dev/null +++ b/webcit/static/t/aide/siteconfig/tzsection.html @@ -0,0 +1 @@ + diff --git a/webcit/static/t/aide/usermanagement.html b/webcit/static/t/aide/usermanagement.html new file mode 100644 index 000000000..de19db9a4 --- /dev/null +++ b/webcit/static/t/aide/usermanagement.html @@ -0,0 +1,4 @@ +
    +
  • +
  • +
diff --git a/webcit/static/t/aide_floorconfig.html b/webcit/static/t/aide_floorconfig.html deleted file mode 100644 index 7729ea519..000000000 --- a/webcit/static/t/aide_floorconfig.html +++ /dev/null @@ -1,3 +0,0 @@ -
    -
  • -
diff --git a/webcit/static/t/aide_global_config.html b/webcit/static/t/aide_global_config.html deleted file mode 100644 index aa8e79b70..000000000 --- a/webcit/static/t/aide_global_config.html +++ /dev/null @@ -1,6 +0,0 @@ -
    -
  • -
  • -
  • -
  • -
diff --git a/webcit/static/t/aide_inet_aliases.html b/webcit/static/t/aide_inet_aliases.html deleted file mode 100644 index 76a2be25c..000000000 --- a/webcit/static/t/aide_inet_aliases.html +++ /dev/null @@ -1,14 +0,0 @@ - - -
- - - - -
- - - - - -
diff --git a/webcit/static/t/aide_inet_clamav.html b/webcit/static/t/aide_inet_clamav.html deleted file mode 100644 index 2dc2aceed..000000000 --- a/webcit/static/t/aide_inet_clamav.html +++ /dev/null @@ -1,14 +0,0 @@ - - -
- - - - -
- - - - - -
diff --git a/webcit/static/t/aide_inet_dirnames.html b/webcit/static/t/aide_inet_dirnames.html deleted file mode 100644 index 04d28b917..000000000 --- a/webcit/static/t/aide_inet_dirnames.html +++ /dev/null @@ -1,14 +0,0 @@ - - -
- - - - -
- - - - - -
diff --git a/webcit/static/t/aide_inet_fallbackhosts.html b/webcit/static/t/aide_inet_fallbackhosts.html deleted file mode 100644 index a2b190b1b..000000000 --- a/webcit/static/t/aide_inet_fallbackhosts.html +++ /dev/null @@ -1,14 +0,0 @@ - - -
- - - - -
- - - - - -
diff --git a/webcit/static/t/aide_inet_masqdomains.html b/webcit/static/t/aide_inet_masqdomains.html deleted file mode 100644 index 08390f4b2..000000000 --- a/webcit/static/t/aide_inet_masqdomains.html +++ /dev/null @@ -1,14 +0,0 @@ - - -
- - - - -
- - - - - -
diff --git a/webcit/static/t/aide_inet_notify.html b/webcit/static/t/aide_inet_notify.html deleted file mode 100644 index b7708f50a..000000000 --- a/webcit/static/t/aide_inet_notify.html +++ /dev/null @@ -1,14 +0,0 @@ - - -
- - - - -
- - - - - -
diff --git a/webcit/static/t/aide_inet_rbldns.html b/webcit/static/t/aide_inet_rbldns.html deleted file mode 100644 index b1f5b5fc3..000000000 --- a/webcit/static/t/aide_inet_rbldns.html +++ /dev/null @@ -1,14 +0,0 @@ - - -
- - - - -
- - - - - -
diff --git a/webcit/static/t/aide_inet_smarthosts.html b/webcit/static/t/aide_inet_smarthosts.html deleted file mode 100644 index cb77afc6b..000000000 --- a/webcit/static/t/aide_inet_smarthosts.html +++ /dev/null @@ -1,14 +0,0 @@ - - -
- - - - -
- - - - - -
diff --git a/webcit/static/t/aide_inet_spamass.html b/webcit/static/t/aide_inet_spamass.html deleted file mode 100644 index eecf25081..000000000 --- a/webcit/static/t/aide_inet_spamass.html +++ /dev/null @@ -1,14 +0,0 @@ - - -
- - - - -
- - - - - -
diff --git a/webcit/static/t/aide_inetconf.html b/webcit/static/t/aide_inetconf.html deleted file mode 100644 index 2f6e3621e..000000000 --- a/webcit/static/t/aide_inetconf.html +++ /dev/null @@ -1,31 +0,0 @@ - - - -
-
-
- - -
-
-
-
- - -
- - -
-
-
- - - -
- - diff --git a/webcit/static/t/aide_restart.html b/webcit/static/t/aide_restart.html deleted file mode 100644 index f96050322..000000000 --- a/webcit/static/t/aide_restart.html +++ /dev/null @@ -1,5 +0,0 @@ -
    -
  • -
  • -
  • -
diff --git a/webcit/static/t/aide_usermanagement.html b/webcit/static/t/aide_usermanagement.html deleted file mode 100644 index de19db9a4..000000000 --- a/webcit/static/t/aide_usermanagement.html +++ /dev/null @@ -1,4 +0,0 @@ -
    -
  • -
  • -
diff --git a/webcit/static/t/box_edituser_select.html b/webcit/static/t/box_edituser_select.html deleted file mode 100644 index e984a0361..000000000 --- a/webcit/static/t/box_edituser_select.html +++ /dev/null @@ -1,15 +0,0 @@ - -

- -
-
- -
- -"> -"> -" - onClick="return confirm('');"> -
diff --git a/webcit/static/t/box_preferences.html b/webcit/static/t/box_preferences.html deleted file mode 100644 index 5ee06cfaa..000000000 --- a/webcit/static/t/box_preferences.html +++ /dev/null @@ -1,251 +0,0 @@ -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - > -     - > -
- - > - -     - - > - -
- -
-
- - - -
- - - > - - -  ,   - > -

- -
- -
"> -
- - > -     - > -
- - -
- - -
- -
- - > - - >
- -
- -
- ">  - "> -
diff --git a/webcit/static/t/box_serverrestart.html b/webcit/static/t/box_serverrestart.html deleted file mode 100644 index d09bfb3b4..000000000 --- a/webcit/static/t/box_serverrestart.html +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/webcit/static/t/box_serverrestartpage.html b/webcit/static/t/box_serverrestartpage.html deleted file mode 100644 index c6ffba0bb..000000000 --- a/webcit/static/t/box_serverrestartpage.html +++ /dev/null @@ -1,24 +0,0 @@ -
- -
-
-
- - - -
-
-
-
- -
-
-
-
- -
-
-
-
- -
diff --git a/webcit/static/t/box_serverrestartpagedo.html b/webcit/static/t/box_serverrestartpagedo.html deleted file mode 100644 index 971de7411..000000000 --- a/webcit/static/t/box_serverrestartpagedo.html +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/webcit/static/t/display_aide_menu.html b/webcit/static/t/display_aide_menu.html deleted file mode 100644 index 1714ce63a..000000000 --- a/webcit/static/t/display_aide_menu.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -
-
- -
- - - -
- - - -
- diff --git a/webcit/static/t/display_ignet_confirmdelete.html b/webcit/static/t/display_ignet_confirmdelete.html deleted file mode 100644 index d5833ee4a..000000000 --- a/webcit/static/t/display_ignet_confirmdelete.html +++ /dev/null @@ -1,17 +0,0 @@ - - - - -
-
- - -
-&index="> -    -
- diff --git a/webcit/static/t/display_netconf.html b/webcit/static/t/display_netconf.html deleted file mode 100644 index 887b81839..000000000 --- a/webcit/static/t/display_netconf.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - -
- -
-
-
- -
- -
- -
- -
- - diff --git a/webcit/static/t/display_serverrestart.html b/webcit/static/t/display_serverrestart.html deleted file mode 100644 index 8d56e41a5..000000000 --- a/webcit/static/t/display_serverrestart.html +++ /dev/null @@ -1,32 +0,0 @@ - - - -<?CURRENT_USER> - <?SERV:HUMANNODE> - - - - - - - - - - - - - - - - - - -
- -
-
- -
- -
- diff --git a/webcit/static/t/display_serverrestartpage.html b/webcit/static/t/display_serverrestartpage.html deleted file mode 100644 index 62a564da0..000000000 --- a/webcit/static/t/display_serverrestartpage.html +++ /dev/null @@ -1,6 +0,0 @@ - - -
- -
- diff --git a/webcit/static/t/display_serverrestartpagedo.html b/webcit/static/t/display_serverrestartpagedo.html deleted file mode 100644 index 4855bacdb..000000000 --- a/webcit/static/t/display_serverrestartpagedo.html +++ /dev/null @@ -1,32 +0,0 @@ - - - -<?CURRENT_USER> - <?SERV:HUMANNODE> - - - - - - - - - - - - - - - - - - -
- -
-
- -
- -
- diff --git a/webcit/static/t/display_sitewide_config.html b/webcit/static/t/display_sitewide_config.html deleted file mode 100644 index 67cb078d0..000000000 --- a/webcit/static/t/display_sitewide_config.html +++ /dev/null @@ -1,25 +0,0 @@ - - -
- - -
-
- - -
-
- -
- diff --git a/webcit/static/t/edit_message.html b/webcit/static/t/edit_message.html index f0358e199..7f25156bf 100644 --- a/webcit/static/t/edit_message.html +++ b/webcit/static/t/edit_message.html @@ -26,7 +26,7 @@ - + @@ -114,7 +114,7 @@
    diff --git a/webcit/static/t/edit_message/section_attach_select.html b/webcit/static/t/edit_message/section_attach_select.html new file mode 100644 index 000000000..4fb8906d6 --- /dev/null +++ b/webcit/static/t/edit_message/section_attach_select.html @@ -0,0 +1,2 @@ + + diff --git a/webcit/static/t/edit_node.html b/webcit/static/t/edit_node.html deleted file mode 100644 index c32ec5d5d..000000000 --- a/webcit/static/t/edit_node.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - -
-
- - - -
- - - - - - - - -

-"> -  -"> -
- diff --git a/webcit/static/t/edituser_add.html b/webcit/static/t/edituser_add.html deleted file mode 100644 index d4ffa9103..000000000 --- a/webcit/static/t/edituser_add.html +++ /dev/null @@ -1,8 +0,0 @@ - -

-
- - -
- "> -
diff --git a/webcit/static/t/edituser_select.html b/webcit/static/t/edituser_select.html deleted file mode 100644 index b10184565..000000000 --- a/webcit/static/t/edituser_select.html +++ /dev/null @@ -1,24 +0,0 @@ - - - - -
-
- - - - - - - -
- - - -
- -
- diff --git a/webcit/static/t/files.html b/webcit/static/t/files.html index 7becd4de4..70ba56d59 100644 --- a/webcit/static/t/files.html +++ b/webcit/static/t/files.html @@ -20,7 +20,7 @@  &SortBy=">" />  &SortBy=">" /> - + diff --git a/webcit/static/t/files/picview.js b/webcit/static/t/files/picview.js new file mode 100644 index 000000000..60abb30af --- /dev/null +++ b/webcit/static/t/files/picview.js @@ -0,0 +1,21 @@ + + + + +
+
+ + + + + + + + + + + + +
+ +
+ + + diff --git a/webcit/static/t/files/section_onefile.html b/webcit/static/t/files/section_onefile.html new file mode 100644 index 000000000..91aa36374 --- /dev/null +++ b/webcit/static/t/files/section_onefile.html @@ -0,0 +1,22 @@ + +
+ "> + + +"><?_(">
+ +
+ + diff --git a/webcit/static/t/files/section_onefile_picview.html b/webcit/static/t/files/section_onefile_picview.html new file mode 100644 index 000000000..f56e409d1 --- /dev/null +++ b/webcit/static/t/files/section_onefile_picview.html @@ -0,0 +1,3 @@ + +fadeimages[]=["download_file/"] + diff --git a/webcit/static/t/files_jspicview.html b/webcit/static/t/files_jspicview.html deleted file mode 100644 index 60abb30af..000000000 --- a/webcit/static/t/files_jspicview.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - -
-
- - diff --git a/webcit/static/t/section_attach_select.html b/webcit/static/t/section_attach_select.html deleted file mode 100644 index 4fb8906d6..000000000 --- a/webcit/static/t/section_attach_select.html +++ /dev/null @@ -1,2 +0,0 @@ - - diff --git a/webcit/static/t/section_files_onefile.html b/webcit/static/t/section_files_onefile.html deleted file mode 100644 index 91aa36374..000000000 --- a/webcit/static/t/section_files_onefile.html +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - -
- -
- - - diff --git a/webcit/static/t/iconbar.html b/webcit/static/t/iconbar.html index 8b5bb528f..b0f4b7f24 100644 --- a/webcit/static/t/iconbar.html +++ b/webcit/static/t/iconbar.html @@ -65,7 +65,7 @@
  • -"> +">
  • diff --git a/webcit/static/t/iconbar/edit.html b/webcit/static/t/iconbar/edit.html new file mode 100644 index 000000000..2ca84b9cb --- /dev/null +++ b/webcit/static/t/iconbar/edit.html @@ -0,0 +1,99 @@ + + + +
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +> +> +> +
    + +
    +>     +>
    +
      +
    +>     +>
    +
      +
    +>     +>
    +
      +
    +>     +>
    +
      +
    +>     +>
    +
      +
    +>     +>
    +
      +
    +>     +>
    +
      +
    +>     +>
    +
      +
    +>     +>
    +>
    +  +
    +>     +>
    +
      +
    +>     +>
    +
      +
    +>     +>
    +
      +

    + +
    "> ">
    + +
    + diff --git a/webcit/static/t/iconbar/save.html b/webcit/static/t/iconbar/save.html new file mode 100644 index 000000000..f2def34d6 --- /dev/null +++ b/webcit/static/t/iconbar/save.html @@ -0,0 +1,13 @@ + + + +
    +
    + +  +(
    in order for changes to take effect")>) +
    + diff --git a/webcit/static/t/iconbar/user.css b/webcit/static/t/iconbar/user.css new file mode 100644 index 000000000..dcf4f1be2 --- /dev/null +++ b/webcit/static/t/iconbar/user.css @@ -0,0 +1,20 @@ +#global { left: 16%; } + +# { display: none !important; } + + + + + + + + + + + + + + + + + diff --git a/webcit/static/t/iconbar_edit.html b/webcit/static/t/iconbar_edit.html deleted file mode 100644 index 2ca84b9cb..000000000 --- a/webcit/static/t/iconbar_edit.html +++ /dev/null @@ -1,99 +0,0 @@ - - - -
    -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -> -> -> -
    - -
    ->     ->
    -
      -
    ->     ->
    -
      -
    ->     ->
    -
      -
    ->     ->
    -
      -
    ->     ->
    -
      -
    ->     ->
    -
      -
    ->     ->
    -
      -
    ->     ->
    -
      -
    ->     ->
    ->
    -  -
    ->     ->
    -
      -
    ->     ->
    -
      -
    ->     ->
    -
      -

    - -
    "> ">
    - -
    - diff --git a/webcit/static/t/iconbar_save.html b/webcit/static/t/iconbar_save.html deleted file mode 100644 index f2def34d6..000000000 --- a/webcit/static/t/iconbar_save.html +++ /dev/null @@ -1,13 +0,0 @@ - - - -
    -
    - -  -(
    in order for changes to take effect")>) -
    - diff --git a/webcit/static/t/iconbar_user.css b/webcit/static/t/iconbar_user.css deleted file mode 100644 index dcf4f1be2..000000000 --- a/webcit/static/t/iconbar_user.css +++ /dev/null @@ -1,20 +0,0 @@ -#global { left: 16%; } - -# { display: none !important; } - - - - - - - - - - - - - - - - - diff --git a/webcit/static/t/json/floor.html b/webcit/static/t/json/floor.html new file mode 100644 index 000000000..13838af94 --- /dev/null +++ b/webcit/static/t/json/floor.html @@ -0,0 +1 @@ +[, "", ] diff --git a/webcit/static/t/json/floors.html b/webcit/static/t/json/floors.html new file mode 100644 index 000000000..d15052ad7 --- /dev/null +++ b/webcit/static/t/json/floors.html @@ -0,0 +1,3 @@ +[ + +] \ No newline at end of file diff --git a/webcit/static/t/json/lkra.html b/webcit/static/t/json/lkra.html new file mode 100644 index 000000000..256578793 --- /dev/null +++ b/webcit/static/t/json/lkra.html @@ -0,0 +1,3 @@ +[ + +] \ No newline at end of file diff --git a/webcit/static/t/json/room.html b/webcit/static/t/json/room.html new file mode 100644 index 000000000..20bba4281 --- /dev/null +++ b/webcit/static/t/json/room.html @@ -0,0 +1 @@ +["", , , ,, , , , ] diff --git a/webcit/static/t/json/roomflr.html b/webcit/static/t/json/roomflr.html new file mode 100644 index 000000000..755ac8324 --- /dev/null +++ b/webcit/static/t/json/roomflr.html @@ -0,0 +1,4 @@ +{ + "floors": , + "rooms": +} \ No newline at end of file diff --git a/webcit/static/t/json_floor.html b/webcit/static/t/json_floor.html deleted file mode 100644 index 13838af94..000000000 --- a/webcit/static/t/json_floor.html +++ /dev/null @@ -1 +0,0 @@ -[, "", ] diff --git a/webcit/static/t/json_floors.html b/webcit/static/t/json_floors.html deleted file mode 100644 index d15052ad7..000000000 --- a/webcit/static/t/json_floors.html +++ /dev/null @@ -1,3 +0,0 @@ -[ - -] \ No newline at end of file diff --git a/webcit/static/t/json_lkra.html b/webcit/static/t/json_lkra.html deleted file mode 100644 index 256578793..000000000 --- a/webcit/static/t/json_lkra.html +++ /dev/null @@ -1,3 +0,0 @@ -[ - -] \ No newline at end of file diff --git a/webcit/static/t/json_room.html b/webcit/static/t/json_room.html deleted file mode 100644 index 20bba4281..000000000 --- a/webcit/static/t/json_room.html +++ /dev/null @@ -1 +0,0 @@ -["", , , ,, , , , ] diff --git a/webcit/static/t/json_roomflr.html b/webcit/static/t/json_roomflr.html deleted file mode 100644 index 755ac8324..000000000 --- a/webcit/static/t/json_roomflr.html +++ /dev/null @@ -1,4 +0,0 @@ -{ - "floors": , - "rooms": -} \ No newline at end of file diff --git a/webcit/static/t/menu/advanced_roomcommands.html b/webcit/static/t/menu/advanced_roomcommands.html new file mode 100644 index 000000000..bc8bb7807 --- /dev/null +++ b/webcit/static/t/menu/advanced_roomcommands.html @@ -0,0 +1,9 @@ +
      + +
    • + +
    • +
    • +
    • +
    • +
    diff --git a/webcit/static/t/menu/basic_commands.html b/webcit/static/t/menu/basic_commands.html new file mode 100644 index 000000000..6181babe3 --- /dev/null +++ b/webcit/static/t/menu/basic_commands.html @@ -0,0 +1,21 @@ + +
      +
    • +
    • unread messages")>
    • +
    • +
    • ()
    • +
    + +
      +
    • +
    • and new")>
    • +
    • +
    • +
    + +
      +
    • +
    • +
    • +
    +
    diff --git a/webcit/static/t/menu/your_info.html b/webcit/static/t/menu/your_info.html new file mode 100644 index 000000000..d3d28f581 --- /dev/null +++ b/webcit/static/t/menu/your_info.html @@ -0,0 +1,10 @@ +
      +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    diff --git a/webcit/static/t/menu_advanced_roomcommands.html b/webcit/static/t/menu_advanced_roomcommands.html deleted file mode 100644 index bc8bb7807..000000000 --- a/webcit/static/t/menu_advanced_roomcommands.html +++ /dev/null @@ -1,9 +0,0 @@ -
      - -
    • - -
    • -
    • -
    • -
    • -
    diff --git a/webcit/static/t/menu_basic_commands.html b/webcit/static/t/menu_basic_commands.html deleted file mode 100644 index 6181babe3..000000000 --- a/webcit/static/t/menu_basic_commands.html +++ /dev/null @@ -1,21 +0,0 @@ - -
      -
    • -
    • unread messages")>
    • -
    • -
    • ()
    • -
    - -
      -
    • -
    • and new")>
    • -
    • -
    • -
    - -
      -
    • -
    • -
    • -
    -
    diff --git a/webcit/static/t/menu_your_info.html b/webcit/static/t/menu_your_info.html deleted file mode 100644 index 04609c936..000000000 --- a/webcit/static/t/menu_your_info.html +++ /dev/null @@ -1,10 +0,0 @@ -
      -
    • -
    • -
    • -
    • -
    • -
    • -
    • -
    • -
    diff --git a/webcit/static/t/page_now.html b/webcit/static/t/page_now.html deleted file mode 100644 index dab1c4f8a..000000000 --- a/webcit/static/t/page_now.html +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/webcit/static/t/paging.html b/webcit/static/t/paging.html index 5ae351292..a5fbc07d3 100644 --- a/webcit/static/t/paging.html +++ b/webcit/static/t/paging.html @@ -1 +1 @@ - + diff --git a/webcit/static/t/paging/anchor.html b/webcit/static/t/paging/anchor.html new file mode 100644 index 000000000..15a0bab89 --- /dev/null +++ b/webcit/static/t/paging/anchor.html @@ -0,0 +1,16 @@ + diff --git a/webcit/static/t/paging/failed_hook.html b/webcit/static/t/paging/failed_hook.html new file mode 100644 index 000000000..d814fcb6a --- /dev/null +++ b/webcit/static/t/paging/failed_hook.html @@ -0,0 +1,5 @@ + diff --git a/webcit/static/t/paging/now.html b/webcit/static/t/paging/now.html new file mode 100644 index 000000000..dab1c4f8a --- /dev/null +++ b/webcit/static/t/paging/now.html @@ -0,0 +1,7 @@ + diff --git a/webcit/static/t/paging_anchor.html b/webcit/static/t/paging_anchor.html deleted file mode 100644 index 15a0bab89..000000000 --- a/webcit/static/t/paging_anchor.html +++ /dev/null @@ -1,16 +0,0 @@ - diff --git a/webcit/static/t/paging_failed_hook.html b/webcit/static/t/paging_failed_hook.html deleted file mode 100644 index d814fcb6a..000000000 --- a/webcit/static/t/paging_failed_hook.html +++ /dev/null @@ -1,5 +0,0 @@ - diff --git a/webcit/static/t/preferences.html b/webcit/static/t/preferences.html index d18e65d4f..7b40a0b56 100644 --- a/webcit/static/t/preferences.html +++ b/webcit/static/t/preferences.html @@ -4,6 +4,6 @@

    - +
    diff --git a/webcit/static/t/prefs/box.html b/webcit/static/t/prefs/box.html new file mode 100644 index 000000000..0dabf5c64 --- /dev/null +++ b/webcit/static/t/prefs/box.html @@ -0,0 +1,251 @@ +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + > +     + > +
    + + > + +     + + > + +
    + +
    +
    + + + +
    + + + > + + +  ,   + > +

    + +
    + +
    "> +
    + + > +     + > +
    + + +
    + + +
    + +
    + + > + + >
    + +
    + +
    + ">  + "> +
    diff --git a/webcit/static/t/prefs/pushemail.html b/webcit/static/t/prefs/pushemail.html new file mode 100644 index 000000000..e6a573c91 --- /dev/null +++ b/webcit/static/t/prefs/pushemail.html @@ -0,0 +1,53 @@ + + +
    +

    + +

    +
    +
    + + + +
    +
    +

    +

    + +

    +

    +
    + + +

    + > + +

    + +

    + > + + + +

    + +

    + > + +

    + +

    + > + +

    + +

    + +
    +
    +
    +
    +
    +

    diff --git a/webcit/static/t/prefs/section_msg_handle_select.html b/webcit/static/t/prefs/section_msg_handle_select.html new file mode 100644 index 000000000..0dfe3e8f0 --- /dev/null +++ b/webcit/static/t/prefs/section_msg_handle_select.html @@ -0,0 +1 @@ + diff --git a/webcit/static/t/prefs/section_msg_sender_from_select.html b/webcit/static/t/prefs/section_msg_sender_from_select.html new file mode 100644 index 000000000..b80b79cb8 --- /dev/null +++ b/webcit/static/t/prefs/section_msg_sender_from_select.html @@ -0,0 +1 @@ + diff --git a/webcit/static/t/prefs/section_msg_sender_name_select.html b/webcit/static/t/prefs/section_msg_sender_name_select.html new file mode 100644 index 000000000..33e0495b7 --- /dev/null +++ b/webcit/static/t/prefs/section_msg_sender_name_select.html @@ -0,0 +1 @@ + diff --git a/webcit/static/t/pushemail.html b/webcit/static/t/pushemail.html deleted file mode 100644 index e6a573c91..000000000 --- a/webcit/static/t/pushemail.html +++ /dev/null @@ -1,53 +0,0 @@ - - -
    -

    - -

    -
    -
    - - - -
    -
    -

    -

    - -

    -

    -
    - -
    -

    - > - -

    - -

    - > - - - -

    - -

    - > - -

    - -

    - > - -

    - -

    -
    -
    -
    -
    -
    -
    -

    diff --git a/webcit/static/t/section_aide_inetconf_entry.html b/webcit/static/t/section_aide_inetconf_entry.html deleted file mode 100644 index 6d80e5cd9..000000000 --- a/webcit/static/t/section_aide_inetconf_entry.html +++ /dev/null @@ -1,5 +0,0 @@ -
    - -')" > -
    - "> - - -"><?_(">
    - -
    - - diff --git a/webcit/static/t/section_files_onefile_picview.html b/webcit/static/t/section_files_onefile_picview.html deleted file mode 100644 index f56e409d1..000000000 --- a/webcit/static/t/section_files_onefile_picview.html +++ /dev/null @@ -1,3 +0,0 @@ - -fadeimages[]=["download_file/"] - diff --git a/webcit/static/t/section_ignetconf.html b/webcit/static/t/section_ignetconf.html deleted file mode 100644 index bf9c9cad5..000000000 --- a/webcit/static/t/section_ignetconf.html +++ /dev/null @@ -1,6 +0,0 @@ - - - - -&index="> - diff --git a/webcit/static/t/section_msg_handle_select.html b/webcit/static/t/section_msg_handle_select.html deleted file mode 100644 index 0dfe3e8f0..000000000 --- a/webcit/static/t/section_msg_handle_select.html +++ /dev/null @@ -1 +0,0 @@ - diff --git a/webcit/static/t/section_msg_sender_from_select.html b/webcit/static/t/section_msg_sender_from_select.html deleted file mode 100644 index b80b79cb8..000000000 --- a/webcit/static/t/section_msg_sender_from_select.html +++ /dev/null @@ -1 +0,0 @@ - diff --git a/webcit/static/t/section_msg_sender_name_select.html b/webcit/static/t/section_msg_sender_name_select.html deleted file mode 100644 index 33e0495b7..000000000 --- a/webcit/static/t/section_msg_sender_name_select.html +++ /dev/null @@ -1 +0,0 @@ - diff --git a/webcit/static/t/section_userlist_select.html b/webcit/static/t/section_userlist_select.html deleted file mode 100644 index 593cadeec..000000000 --- a/webcit/static/t/section_userlist_select.html +++ /dev/null @@ -1 +0,0 @@ - diff --git a/webcit/static/t/siteconfig_tzsection.html b/webcit/static/t/siteconfig_tzsection.html deleted file mode 100644 index ab6471e36..000000000 --- a/webcit/static/t/siteconfig_tzsection.html +++ /dev/null @@ -1 +0,0 @@ - diff --git a/webcit/static/t/subject_aiderestart.html b/webcit/static/t/subject_aiderestart.html deleted file mode 100644 index 8b11af6e3..000000000 --- a/webcit/static/t/subject_aiderestart.html +++ /dev/null @@ -1 +0,0 @@ - diff --git a/webcit/static/t/subject_floorconfig.html b/webcit/static/t/subject_floorconfig.html deleted file mode 100644 index 6ab741a0e..000000000 --- a/webcit/static/t/subject_floorconfig.html +++ /dev/null @@ -1 +0,0 @@ - diff --git a/webcit/static/t/subject_inet_aliases.html b/webcit/static/t/subject_inet_aliases.html deleted file mode 100644 index a68b51929..000000000 --- a/webcit/static/t/subject_inet_aliases.html +++ /dev/null @@ -1 +0,0 @@ - diff --git a/webcit/static/t/subject_pushmail.html b/webcit/static/t/subject_pushmail.html deleted file mode 100644 index 394b5c408..000000000 --- a/webcit/static/t/subject_pushmail.html +++ /dev/null @@ -1 +0,0 @@ - diff --git a/webcit/static/t/subject_tuning.html b/webcit/static/t/subject_tuning.html deleted file mode 100644 index 5bb01aeac..000000000 --- a/webcit/static/t/subject_tuning.html +++ /dev/null @@ -1 +0,0 @@ - diff --git a/webcit/static/t/submit_siteconfig.html b/webcit/static/t/submit_siteconfig.html deleted file mode 100644 index 75e896e24..000000000 --- a/webcit/static/t/submit_siteconfig.html +++ /dev/null @@ -1,3 +0,0 @@ - -  - diff --git a/webcit/static/t/tab_siteconfig_access.html b/webcit/static/t/tab_siteconfig_access.html deleted file mode 100644 index b489956bc..000000000 --- a/webcit/static/t/tab_siteconfig_access.html +++ /dev/null @@ -1,65 +0,0 @@ -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    ->
    -
    ->
    ->
    -
    ->
    -
    -
    ->
    ->
    -
    -
    -
    diff --git a/webcit/static/t/tab_siteconfig_autopurger.html b/webcit/static/t/tab_siteconfig_autopurger.html deleted file mode 100644 index 88e3b85ba..000000000 --- a/webcit/static/t/tab_siteconfig_autopurger.html +++ /dev/null @@ -1,100 +0,0 @@ -
    -
    -
    - - - - - - - - - - - - - - -
    -
    -
    -
    -> - -
    -> -
    -> - -
    - - -

    -> - -
    -> - -
    -> - -
    -> - -
    - - -

    diff --git a/webcit/static/t/tab_siteconfig_directory.html b/webcit/static/t/tab_siteconfig_directory.html deleted file mode 100644 index eb3857270..000000000 --- a/webcit/static/t/tab_siteconfig_directory.html +++ /dev/null @@ -1,26 +0,0 @@ -
    - -
    -
    - -
    - - - - - - - - - - - - - - -
    -
    -
    -
    -
    -
    diff --git a/webcit/static/t/tab_siteconfig_general.html b/webcit/static/t/tab_siteconfig_general.html deleted file mode 100644 index ab37d6f7a..000000000 --- a/webcit/static/t/tab_siteconfig_general.html +++ /dev/null @@ -1,35 +0,0 @@ -
    -
    - - - - - - - - - - - - - - - - - - - - - -
    -
    -
    -
    -
    -
    -
    -
    - -
    diff --git a/webcit/static/t/tab_siteconfig_indexing.html b/webcit/static/t/tab_siteconfig_indexing.html deleted file mode 100644 index 6485cf105..000000000 --- a/webcit/static/t/tab_siteconfig_indexing.html +++ /dev/null @@ -1,19 +0,0 @@ -
    -
    -
    - - - - - - - - - - - -
    ->
    ->
    ->
    -
    diff --git a/webcit/static/t/tab_siteconfig_network.html b/webcit/static/t/tab_siteconfig_network.html deleted file mode 100644 index 738cd0883..000000000 --- a/webcit/static/t/tab_siteconfig_network.html +++ /dev/null @@ -1,59 +0,0 @@ -
    -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -
    ->
    ->
    -
    -
    -
    -
    -
    -
    ->
    ->
    () -
    -
    ->
    ->
    -
    -
    diff --git a/webcit/static/t/tab_siteconfig_pop3.html b/webcit/static/t/tab_siteconfig_pop3.html deleted file mode 100644 index 51162c394..000000000 --- a/webcit/static/t/tab_siteconfig_pop3.html +++ /dev/null @@ -1,18 +0,0 @@ -
    -
    - - - - - - - - - - - -
    -
    -
    -
    -
    diff --git a/webcit/static/t/tab_siteconfig_pushmail.html b/webcit/static/t/tab_siteconfig_pushmail.html deleted file mode 100644 index 5608bf4e2..000000000 --- a/webcit/static/t/tab_siteconfig_pushmail.html +++ /dev/null @@ -1,20 +0,0 @@ -
    -
    - - - - - - - - - - - - -
    -
    -
    -
    -
    -
    diff --git a/webcit/static/t/tab_siteconfig_tuning.html b/webcit/static/t/tab_siteconfig_tuning.html deleted file mode 100644 index 798002748..000000000 --- a/webcit/static/t/tab_siteconfig_tuning.html +++ /dev/null @@ -1,29 +0,0 @@ -
    -
    - - - - - - - - - - - - - - - - - - -
    -
    -
    -
    -
    -
    -
    -
    ->
    diff --git a/webcit/static/t/userlist_detailview.html b/webcit/static/t/userlist_detailview.html deleted file mode 100644 index 35ffbd0ab..000000000 --- a/webcit/static/t/userlist_detailview.html +++ /dev/null @@ -1,41 +0,0 @@ - - - -
    -
    -
    -
    -"> -"> - - - -
    - - - - - - - - - - -
    " maxlength="63">
    " maxlength="20">
    >
    -">  ">

    -
    -
    - diff --git a/webcit/static/t/view_message/inline_attach.html b/webcit/static/t/view_message/inline_attach.html new file mode 100644 index 000000000..5bad20f6a --- /dev/null +++ b/webcit/static/t/view_message/inline_attach.html @@ -0,0 +1,8 @@ +
    +" border=0 align=middle> + (, bytes) +">
    +
    + +
    +
    diff --git a/webcit/static/t/view_message/list_attach.html b/webcit/static/t/view_message/list_attach.html new file mode 100644 index 000000000..e15d40d1c --- /dev/null +++ b/webcit/static/t/view_message/list_attach.html @@ -0,0 +1,4 @@ +" border=0 align=middle> + (, bytes) +[ " target="wc.."> | + "> ]
    diff --git a/webcit/static/t/view_message/print.html b/webcit/static/t/view_message/print.html new file mode 100644 index 000000000..77224cc0d --- /dev/null +++ b/webcit/static/t/view_message/print.html @@ -0,0 +1,30 @@ + +<?CURRENT_USER> + + +
    + + + + + @ + + *** +
    + +

    +
    +
    + +
    + + + + + + + + + + diff --git a/webcit/static/t/view_message/replyquote.html b/webcit/static/t/view_message/replyquote.html new file mode 100644 index 000000000..8e5ca6aaa --- /dev/null +++ b/webcit/static/t/view_message/replyquote.html @@ -0,0 +1,14 @@ +
    + + + +"" <> + @ + +*** + +
    +
    + +
    +
    diff --git a/webcit/static/t/view_message/wikiedit.html b/webcit/static/t/view_message/wikiedit.html new file mode 100644 index 000000000..fb8865e36 --- /dev/null +++ b/webcit/static/t/view_message/wikiedit.html @@ -0,0 +1,2 @@ + + diff --git a/webcit/static/t/view_message_inline_attach.html b/webcit/static/t/view_message_inline_attach.html deleted file mode 100644 index 5bad20f6a..000000000 --- a/webcit/static/t/view_message_inline_attach.html +++ /dev/null @@ -1,8 +0,0 @@ -
    -" border=0 align=middle> - (, bytes) -">
    -
    - -
    -
    diff --git a/webcit/static/t/view_message_list_attach.html b/webcit/static/t/view_message_list_attach.html deleted file mode 100644 index e15d40d1c..000000000 --- a/webcit/static/t/view_message_list_attach.html +++ /dev/null @@ -1,4 +0,0 @@ -" border=0 align=middle> - (, bytes) -[ " target="wc.."> | - "> ]
    diff --git a/webcit/static/t/view_message_print.html b/webcit/static/t/view_message_print.html deleted file mode 100644 index 77224cc0d..000000000 --- a/webcit/static/t/view_message_print.html +++ /dev/null @@ -1,30 +0,0 @@ - -<?CURRENT_USER> - - -
    - - - - - @ - - *** -
    - -

    -
    -
    - -
    - - - - - - - - - - diff --git a/webcit/static/t/view_message_replyquote.html b/webcit/static/t/view_message_replyquote.html deleted file mode 100644 index 8e5ca6aaa..000000000 --- a/webcit/static/t/view_message_replyquote.html +++ /dev/null @@ -1,14 +0,0 @@ -
    - - - -"" <> - @ - -*** - -
    -
    - -
    -
    diff --git a/webcit/static/t/view_message_wikiedit.html b/webcit/static/t/view_message_wikiedit.html deleted file mode 100644 index fb8865e36..000000000 --- a/webcit/static/t/view_message_wikiedit.html +++ /dev/null @@ -1,2 +0,0 @@ - - diff --git a/webcit/static/t/who.html b/webcit/static/t/who.html index c4d9f8224..6aab4c59b 100644 --- a/webcit/static/t/who.html +++ b/webcit/static/t/who.html @@ -21,7 +21,7 @@ return confirm('');
    - +
    \n" );