![]() |
Greyware Logon Monitor Greyware Automation Products, Inc. Version 2.3.b.20060320R |
| [Users] [Machines] [Log] [Help] | |
You cannot refer to files "above" the root folder, or refer to any folder or filename with a double dot ".." in the name or path.
You may edit the header and trailer files to suit your preferences. Since these files contain the top and bottom of every dynamic page, and also contain the header and style information, you can customize almost everything about Greyware Logon Monitor's appearance.
The web server expects the header to define fonts and table styles. The main table style used for all report data is named DataTable and must be present in header.inc for the program to function properly.
<!-- if condition any text to be rendered if the condition is true... -->
You may replace condition with any of the following tokens:
To test for false instead of testing for true, preface the condition token with an exclamation point.
Examples:
| Variable Name | Meaning | Example |
| App.Name | the name of the program | Greyware Logon Monitor |
| App.Version | the version string of the program | 2.3.b.20060320R |
| App.Copyright | the copyright string | Copyright © 2002-2006 by Greyware Automation Products, Inc. |
| App.Company | the company name | Greyware Automation Products, Inc. |
| App.Support | the company's support email address | techsupport@greyware.com |
| App.Documentation | link to program's online documentation | http://www.greyware.com/software/logonmon/ |
| Computer.Name | the name of the computer | THINCRUST |
| Computer.Domain | the domain of the computer | SLRGRAPHICS |
| Computer.OSType | the operating system type, name, and version | 32-bit (x86) WinXP build 2600 Service Pack 2 (SP 2.0) |
| Computer.OSName | the operating system name | WinXP |
| Computer.Platform | the operating system platform | AMD/Intel x86 |
| Date | the current date | Sat 15 Apr 2006 |
| Time | the current time | 01:21:49 |
| DateTime | the current date/time | Sat 15 Apr 2006 at 01:21:49 |
| File filename | the contents of the named file; if the filename contains spaces, enclose it in double quotation marks | This message is coming from the contents of the file included by the <%=file "sample.inc"%> directive. |
| HTTP.varname | any HTTP session variable - use /dump to see the available variables |
<%=HTTP.URL%> = /customize.htm <%=HTTP.REQUEST_LINE%> = GET /customize.htm HTTP/1.1 <%=HTTP.REQUEST_METHOD%> = GET <%=HTTP.USER-AGENT%> = Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7 <%=HTTP.HOST%> = localhost:1017 |