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

DocsRoxen2.0Web Site Creator ManualVariable tags
   

  • <append>
  • <dec>
  • <define>
  • <inc>
  • <insert>
  • <scope>
  • <set>
  • <undefine>
  • <unset>
  • <use>
  • <insert/>

    Inserts a file, variable or other object into a webpage.

    Attributes

    quote
    quote={html, none}
    How the inserted data should be quoted. Default is "html", except for href and file where it's "none".
    variable
    variable=string
    Inserts the value of that variable.
    variables
    Inserts a variable listing. Presently, only the argument 'full' is available.
      <pre>
       <insert variables='full' scope='roxen'/>
      </pre>
     
    hits=0 hits-per-minute=0 pike-version=&#34;Pike v7.0 release 147&#34; sent=0 sent-kbit-per-second=&#34;0.00&#34; sent-mb=&#34;0.00&#34; sent-per-minute=0 server=&#34;http://cherry.idonex.se:4002/&#34; ssl-strength=0 time=967634051 uptime=21 uptime-days=0 uptime-hours=0 uptime-minutes=0 version=&#34;Roxen/2.0.76&#34;

    scopes
    Inserts a listing of all present scopes.
      <pre>
       <insert scopes=''/>
      </pre>
     
    client, cookie, form, page, roxen, ssi, user and var

    file
    file=string
    Inserts the contents of that file. Note that the file is parsed before it is inserted. Put the tag <eval> around the <insert> if the file isn't to be parsed before it is inserted.
      <insert file='foo.xml'/>
     

    href
    href=string
    Inserts the contents at that URL. This function has to be enabled in the

    module in the Roxen WebServer configuration interface.