docs.roxen.com
main | demo | docs
download | community | pike
© 2000 Roxen Internet Software
Suggestions, Comments or Complaints
manuals@roxen.com

DocsRoxen2.0Web Site Creator ManualIf tags
   

  • <else>
  • <elseif>
  • <false>
  • <if>
  • <then>
  • <true>
  • <if accept>
  • <if client>
  • <if clientvar>
  • <if config>
  • <if cookie>
  • <if date>
  • <if domain>
  • <if exists>
  • <if expr>
  • <if false>
  • <if group>
  • <if ip>
  • <if language>
  • <if match>
  • <if ppoint>
  • <if pragma>
  • <if prestate>
  • <if referrer>
  • <if supports>
  • <if time>
  • <if true>
  • <if user>
  • <if variable>
  • If plugin "ppoint"

    Test if a user has access to a RXML protection point. The RXML protection points can be listed, created and edited under the configuration tab.

    Attributes

    ppoint
    ppoint=RXML protection point
    The protection point to check.
    none
    The check will be true if the user has no permission to the protection point.
    read
    The check will be true if the user has read permission to the protection point.
    write
    The check will be true if the user has write permission to the protection point.
    Note that the , and attributes can be combined. could be used to give access to everyone that has either read or write access to the RXML protection point .