Table of Contents
Introduction
Information Tags
String Tags
Variable Tags
URL Tags
If Tags
Graphics Tags
Database Tags
Programming Tags
Supports System
SSI
htaccess
Image Maps
Appendix
|
<modified>
|
 |
<modified> is defined in the Main RXML parser module.
Prints when or by whom a page was last modified, by default the
current page.
|
|
Attributes
- by
-
Print by whom the page was modified. Takes the same attributes as the
<user> tag.
- capitalize
-
Capitalizes the first letter of the result.
- date
-
Print the modification date. All attributes from the <date>
tag can be used.
- file=path
-
Get information from this file rather than the current page.
- lower
-
Print the result in lower case.
- realfile=path
-
Get information from this file in the computers filesystem rather than
Challenger's virtual filesystem.
Example
source code
|
This page was last modified <modified date type=string>
|
 |
|
result
|
This page was last modified January the 3rd in the year of 1999
|
|
|