Subversion Repositories wimsdev

Rev

Rev 4562 | Rev 5920 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4562 Rev 5766
Line 4... Line 4...
4
  $lst_mean Creates a javascript-crypted email interface that is difficult
4
  $lst_mean Creates a javascript-crypted email interface that is difficult
5
  for spammer-robot to decrypt.
5
  for spammer-robot to decrypt.
6
  <p>
6
  <p>
7
  The first word of the first line in the parameter should be the email
7
  The first word of the first line in the parameter should be the email
8
  address.
8
  address.
9
  <br>
9
  <br/>
10
  The rest of the first line is the recepient name (default to email address).
10
  The rest of the first line is the recepient name (default to email address).
11
  <br>
11
  <br/>
12
  The second line and up is the mail subject.
12
  The second line and up is the mail subject.
13
  <p>
13
  <p>
14
  This command calls, in the order of priority, one of the following files:
14
  This command calls, in the order of priority, one of the following files:
15
  <ol>
15
  <ol>
16
  <li>"mailurl.proc" in the module directory.
16
  <li>"mailurl.proc" in the module directory.
17
  <li>"mailurl.proc" in the current theme.
17
  <li>"mailurl.proc" in the current theme.
18
  <li>"scripts/mailurl.proc".
18
  <li>"scripts/mailurl.proc".
19
  </ol>
19
  </ol>
20
  This allows site managers and authors to define different address encryption
20
  This allows site managers and authors to define different address encryption
21
  methods.
21
  methods.
22
  <br>
22
  <br/>
23
  Mail addresses are not encrypted when the user is within a virtual class.
23
  Mail addresses are not encrypted when the user is within a virtual class.
24
  <br>
24
  <br/>
25
  This command collapses some variables beginning with "mailurl_".
25
  This command collapses some variables beginning with "mailurl_".