File: notify.html

package info (click to toggle)
webcit 917-dfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 9,164 kB
  • sloc: ansic: 34,213; sh: 4,455; makefile: 346; xml: 91; sed: 9
file content (14 lines) | stat: -rw-r--r-- 694 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<span class="menudesc">
<?_("(URLS for notifications when users receive new mails; )")> <?_("Syntax: Notificationtemplatename:http[s]://user:password@hostname/path")>
</span><br />
<form method="post" action="save_inetconf">
<input type="hidden" name="nonce" value='<?NONCE>'>
<table border="0" cellspacing="2" cellpadding="2" width="94%" class="altern" >
<?ITERATE("SERVCFG:INET", ="aide_inet_section", 0, 0, -1, "notify")>
<tr><td>
<input type="text" name="ename" maxlength="256">
<input type="hidden" name="etype" VALUE="notify">
</td><td align=left>
<input type="submit" name="oper" value="Add">
<input type="hidden" name="template" value="aide_display_inetconf">
</td></tr></table></form>