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 "time"

    Is the time hhmm? The attributes before, after and inclusive modifies the behavior. Time is a Utils plugin.

    Attributes

    time
    time=hhmm
    Choose what time to test.
    after
    The time after present time.
    before
    The time before present time.
    inclusive
    Adds present time to after and before.
      <if time='1200' before='' inclusive=''>
        ante meridiem
      </if>
      <else>
        post meridiem
      </else>
     
    ante meridiem