Dell Networking W-ClearPass Guest 6.0 | Deployment Guide
Reference | 261
Chapter 9
Reference
This chapter includes the following sections:
l
"Basic HTML Syntax" on page 261
l
"Standard HTML Styles" on page 262
l
"Smarty Template Syntax" on page 264
l
"Date/Time Format Syntax" on page 279
l
"Programmer’s Reference" on page 282
l
"Field, Form, and View Reference " on page 287
l
"LDAP Standard Attributes for User Class" on page 304
l
"Regular Expressions" on page 305
Basic HTML Syntax
Dell Networking W-ClearPass Guest allows different parts of the user interface to be customized using the Hypertext
Markup Language (HTML).
Most customization tasks only require basic HTML knowledge, which is covered in this section.
HTML is a markup language that consists primarily of
tags
that are enclosed inside angle brackets, for example,
<p>
. Most tags are paired to indicate the start and end of the text being marked up; an end tag is formed by
including the tag inside the angle brackets with a forward slash, for example,
</p>
.
Use the following standard HTML tags in customization:
Item
HTML Syntax
Basic Content
<h1>Main Heading</h1>
<h2>Subheading</h2>
<h3>Section heading</h3>
<p>Paragraph text</p>
<br>
<br />
– equivalent syntax (XHTML)
<ul>
<li>List item text</li>
Table 24:
Standard HTML Tags
Summary of Contents for Networking W-ClearPass Guest 6.0
Page 1: ...Dell Networking W ClearPass Guest 6 0 Deployment Guide ...
Page 12: ...12 DellNetworking W ClearPass Guest 6 0 Deployment Guide ...
Page 26: ...26 Use of Cookies DellNetworking W ClearPass Guest 6 0 Deployment Guide ...
Page 64: ...64 About SMS Guest Account Receipts DellNetworking W ClearPass Guest 6 0 Deployment Guide ...
Page 218: ...218 Viewing the Hotspot User Interface DellNetworking W ClearPass Guest 6 0 Deployment Guide ...
Page 260: ...260 Automatic Logout DellNetworking W ClearPass Guest 6 0 Deployment Guide ...
Page 310: ...310 Glossary DellNetworking W ClearPass Guest 6 0 Deployment Guide ...
Page 320: ...320 Index DellNetworking W ClearPass Guest 6 0 Deployment Guide ...