Revert "serv_rssclient.c: style update"
[citadel.git] / webcit / static / t / aide / display_logstatus.html
diff --git a/webcit/static/t/aide/display_logstatus.html b/webcit/static/t/aide/display_logstatus.html
new file mode 100644 (file)
index 0000000..5507ddd
--- /dev/null
@@ -0,0 +1,24 @@
+<?=("head")>
+<div id="banner">
+  <h1>
+    <?_("Temporarily enable debug logging for components")>
+  </h1>
+</div>
+
+<div id="content" class="service">
+  <??("COND:AIDE", 1)>
+  <form method="post" action="do_generic">
+    <table border="0" cellspacing="2" cellpadding="2" class="altern">
+      <tr><td colspan=2>
+         <center><?_("This screen allows you to enable debug logging of components of the current citserver process. The setting is non-restart permanent. If you want it to be enabled permanently add it to the CITADEL_LOGDEBUG environment variable in your init script.")><br>
+         </center>
+       </td>
+      </tr>
+      <?ITERATE("SERVCFG:LOGENABLE", ="aide_display_logstatus_line")>
+    </table>
+  </form>
+</div>
+
+</div>
+  <??("X", 1)>
+<?=("trailing")>