Administrator Guide

Dell Networking W-ClearPass Guest 6.6 | User Guide Reference | 697
Chapter 10
Reference
This chapter includes the following sections:
l "Basic HTML Syntax" on page 697
l "Standard HTML Styles" on page 698
l "Smarty Template Syntax" on page 700
l "Date/Time Format Syntax" on page 716
l "Programmer’s Reference" on page 719
l "Field, Form, and View Reference" on page 724
l "LDAP Standard Attributes for User Class" on page 748
l "Regular Expressions" on page 749
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>
</ul>
Table 322: Standard HTML Tags