99c6c6963bbebe705fe8bea31a2254c4d335a070
[citadel.git] / webcit / static / t / aide / inet / aliases.html
1 <span class="menudesc">
2 <?_("(domains for which this host receives mail)")>
3 </span><br />
4 <form method="post" action="save_inetconf">
5 <input type="hidden" name="nonce" value='<?NONCE>'>
6 <table border="0" cellspacing="2" cellpadding="2" width="94%" class="altern" >
7 <?ITERATE("SERVCFG:INET", ="aide_inet_section", 0, 0, -1, "localhost")>
8 <tr><td>
9 <input type="text" name="ename" maxlength="64">
10 <input type="hidden" name="etype" VALUE="localhost">
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>