ff3b99895ded3863aa6cd9d7431ea6040f30c86b
[citadel.git] / webcit / static / t / aide / inet / notify.html
1 <span class="menudesc">
2 <?_("(URLS for notifications when users receive new mails; )")> <?_("Syntax: Notificationtemplatename:http[s]://user:password@hostname/path")>
3 </span><br />
4 <table border=0 cellspacing="2" cellpadding="2" width=94% class="altern" >
5 <?ITERATE("SERVCFG:INET", ="aide_inet_section", 0, 0, -1, "notify")>
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="256">
10 <input type="hidden" name="etype" VALUE="notify">
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>