Subversion Repositories wimsdev

Rev

Rev 5766 | Rev 5921 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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