* added Edwards files for clamav configuration
authorWilfried Göesgens <willi@citadel.org>
Tue, 7 Oct 2008 23:35:05 +0000 (23:35 +0000)
committerWilfried Göesgens <willi@citadel.org>
Tue, 7 Oct 2008 23:35:05 +0000 (23:35 +0000)
webcit/static/t/aide_inet_clamav.html [new file with mode: 0644]
webcit/static/t/subject_inet_clamav.html [new file with mode: 0644]

diff --git a/webcit/static/t/aide_inet_clamav.html b/webcit/static/t/aide_inet_clamav.html
new file mode 100644 (file)
index 0000000..dceee25
--- /dev/null
@@ -0,0 +1,14 @@
+<span class="menudesc">
+<?_("(hosts running the ClamAV clamd service)")>
+</span><br />
+<table border=0 cellspacing="2px" cellpadding="2px" width=94%% class="altern" >
+<?ITERATE("SERVCFG:INET", "section_aide_inetconf_entry", "clamav")>
+<form method="post" action="save_inetconf">
+<input type="hidden" name="nonce" value='<?NONCE>'>
+<tr><td>
+<input type="text" name="ename" maxlength="64">
+<input type="hidden" name="etype" VALUE="clamav">
+</td><td align=left>
+<input type="submit" name="oper" value="Add">
+<input type="hidden" name="template" value="aide_inetconf">
+</td></tr></table></form>
diff --git a/webcit/static/t/subject_inet_clamav.html b/webcit/static/t/subject_inet_clamav.html
new file mode 100644 (file)
index 0000000..521452b
--- /dev/null
@@ -0,0 +1 @@
+<?_("ClamAV clamd hosts")>