Source Code For The Internal Pages; Login Page - Colubris Networks CN3000 Administrator's Manual

Table of Contents

Advertisement

Chapter 6 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Customizing the public access interface - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Chapter 6

Source code for the internal pages

This section presents source code for the default internal pages.
Important: Do not create your own pages by saving a page from within your web
browser. The server side code is removed when you do this and the resulting pages will
not work. Use the examples in this section or those on the CD in
\HTML\Colubris\Internal as the basis for your pages.

Login page

<!-- Colubris -->
<!-- Default -->
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 138 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- iPass
<WISPAccessGatewayParam>
<Redirect>
<MessageType>100</MessageType>
<ResponseCode><% iPassGetRedirectResponseCode(); %></ResponseCode>
<AccessProcedure><% iPassGetAccessProcedure(); %></AccessProcedure>
<LocationName><% iPassGetLocationName(); %></LocationName>
<AccessLocation><% iPassGetAccessLocation(); %></AccessLocation>
<LoginURL><% iPassGetLoginUrl(); %></LoginURL>
<AbortLoginURL><% iPassGetAbortLoginUrl(); %></AbortLoginURL>
</Redirect>
</WISPAccessGatewayParam>
-->
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="Expires" content="0" />
<meta http-equiv="Cache-Control" content="no-cache" />
<meta http-equiv="Pragma" content="no-cache" />
<title>Login</title>
<style type="text/css">
.labels {
font-family: verdana, sans-serif;
}
#title {
font-size: 14px;
color: #000000;
padding-left: 5px;
}
.tags {
font-size: 10px;
color: #000000;
}
#error {
font-size: 12px;
color: #CC0000;
font-weight: bold;
}
#input {
font-family: verdana, sans-serif;
font-size: 11px;
width: 120px;
color: #003366;
}
#submit {

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents