5e9fb66cc7b0a1a01bff49423122ad2e6ae0c302
[citadel.git] / webcit / static / t / aide / inet / clamav.html
1 <span class="menudesc">
2 <?_("(hosts running the ClamAV clamd service)")>
3 </span><br />
4 <table border=0 cellspacing="2px" cellpadding="2px" width=94%% class="altern" >
5 <?ITERATE("SERVCFG:INET", ="aide_inet_section", 0, 0, -1, "clamav")>
6 <form method="post" action="save_inetconf">
7 <input type="hidden" name="nonce" value='<?NONCE>'>
8 <tr><td>
9 <input type="text" name="ename" maxlength="64">
10 <input type="hidden" name="etype" VALUE="clamav">
11 </td><td align=left>
12 <input type="submit" name="oper" value="Add">
13 <input type="hidden" name="template" value="aide_display_inetconf">
14 </td></tr></table></form>