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

   

Encoding
Client Scope
Cookie Scope
Form Scope
Page Scope
Roxen Scope
Var Scope

Page

This scope contains information specific to this page.


&page.accessed; (provided by Accessed counter)

Generates an access counter that shows how many times the page has been accessed. Needs the accessed module.


&page.filesize; (provided by RXML 2 tags)

This file's size, in bytes.


&page.language; (provided by RXML 2 tags)

What language the contens of this file is written in. The language must be given as metadata to be found.


&page.last-true; (provided by RXML 2 tags)

Is "1" if the last <if>-statement succeeded, otherwise 0. (<true> and <false> is considered as <if>-statements here) See also: If Tags.


&page.path; (provided by RXML 2 tags)

Absolute path to this file in the virtual filesystem.


&page.pathinfo; (provided by RXML 2 tags)

The "path info" part of the URL, if any. Can only get set if the "Path info support" module is installed. For details see the documentation for that module.


&page.query; (provided by RXML 2 tags)

The query part of the page URI.


&page.realfile; (provided by RXML 2 tags)

Path to this file in the file system.


&page.scope; (provided by RXML 2 tags)

The name of the current scope, i.e. the scope accessible through the name "_".


&page.self; (provided by RXML 2 tags)

The name of this file.


&page.ssl-strength; (provided by RXML 2 tags)

The strength in bits of the current SSL connection.


&page.url; (provided by RXML 2 tags)

The absolute path for this file from the web server's root or point of view including query variables


&page.virtroot; (provided by RXML 2 tags)

The root of the present virtual filesystem.