Information tags
Information tags are simple tags that provide information about the
client, the server or some external event. Examples are the
<accessed> tag, that counts accesses to the page and the
<modified> tag which shows when the page was last updated.
The information tags are:
- <accept-language>
-
Returns the
language code of the language the user prefers.
- <accessed>
-
Generates an access
counter that shows how many times the page has been accessed.
- <clientname>
-
Prints the name of
the browser the user is using.
- <configurl>
-
Prints the URL to the
configuration interface for this Challenger server.
- <configimage>
-
Inserts an image
used by the configuration interface.
- <countdown>
-
Counts the time to or
from a specified date.
- <date>
-
Prints the date and time.
- <file>
-
Prints the path part of the URL
used to get this page.
- <help>
-
Prints help texts for tags.
- <available_languages>
-
Lists the
number of additional languages the current page has been translated
to, with links to them.
- <language>
-
Prints the language of
the current page.
- <unavailable_language>
-
Shows the language the user wanted in case the page was not available
in that language.
- <line>
-
Prints the current line number of
the current page.
- <list-tags>
-
Lists all available
RXML tags.
- <modified>
-
Prints when or by whom a
page was last modified.
- <number>
-
Prints a number as a word.
- <pr>
-
Displays a Powered by Roxen
Challenger logo.
- <referrer>
-
Prints the URL of the
page from which the user followed a link that brought her to this
page.
- <user>
-
Prints information about the
specified user.
- <version>
-
Prints the version number
of the Roxen Challenger web server being used.
|