docs.roxen.comView this page in a printer friendly mode
DocsRoxen2.1Web Site Creator ManualIf Tags
Copyright © 2001, Roxen Internet Software
Suggestions, comments & compliments
manuals@roxen.com
 DEMO  DOCS  PIKE
 COMMUNITY  DOWNLOAD
www.roxen.com

   

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

<if time></if>

Provided by module: RXML 2 parser

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


Attributes

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