Management and Configuration Guide (Includes ACM xl) 2005-12

ProCurve Secure Access 700wl Series Management and Configuration Guide C-3
<!-- required functions -->
@satmac()
@interface()
@java_works()
@secret()
@query()
</FORM>
</body>
</html>
The template file is a standard HTML file with the tmpl functions included. You should be sure to
include any tags or meta-tags needed to make the display correctly in your browser environment.
The template file shown in “Example 1” on page C-2 generates the very plain page shown in Figure C-1.
Figure C-1. Simple Logon page output
Logon Template Elements
There are a number of HTML elements and tmpl functions that are needed to create a functional Logon
page template. The other templates (Logoff or Guest Registration) may also use these elements, but
have fewer required elements.
Note:
The “@” character is used to identify a tmpl function. If you need to use it in your template for
another purpose (for example, in an email address) you must escape it using a second @ character
(@@).