|
<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="Pike v7.0 release 147"
sent=0
sent-kbit-per-second="0.00"
sent-mb="0.00"
sent-per-minute=0
server="http://cherry.idonex.se:4002/"
ssl-strength=0
time=967634051
uptime=21
uptime-days=0
uptime-hours=0
uptime-minutes=0
version="Roxen/2.0.76"
|
|
- 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.
- href
href=string
-
Inserts the contents at that URL. This function has to be enabled in
the
module in the Roxen WebServer
configuration interface.
|
|