docs.roxen.comView this page in a printer friendly mode
DocsRoxenWebServer 5.1Web Developer ManualEmit Tags
Copyright © 2013, Roxen Internet Software
Suggestions, comments & compliments
manuals@roxen.com
 DEMO  DOCS  PIKE
 COMMUNITY  DOWNLOAD
www.roxen.com

   

<emit>
<emit atlas>
<emit captcha>
<emit cimg>
<emit dir>
<emit exec>
<emit fonts>
<emit js-dynamic-popup>
<emit js-hide-popup>
<emit languages>
<emit ldap>
<emit path>
<emit sources>
<emit sql>
<emit timerange>
<emit values>
<emit ws-dir>

<emit source="captcha"></emit>

Provided by module: Tags: Captcha

Prepares a captcha and emits needed parameters.
<emit source='captcha'> <img src='&_.url;' height='&_.image-height;' width='&_.image-width;'/> <form> <input type='text' name='response' /> <input type='hidden' name='secret' value='&_.secret;' /> </form> </emit>


&_.image-height; (provided by Tags: Captcha)

The captcha image's height.


&_.image-width; (provided by Tags: Captcha)

The captcha image's width.


&_.secret; (provided by Tags: Captcha)

Encrypted (hashed) secret that can be sent to clients and should be used together with the captcha response for verification.


&_.url; (provided by Tags: Captcha)

URL to the captcha image.