DSA-3110 Hotspot Edition – User Manual
APPENDIX A. RULES AND RESTRICTIONS FOR CREATING
CUSTOM TEMPLATES
Page Format
You can create custom pages with help of any markup language considering whether the selected
language is supported by browsers (XHTML, HTML, WML, SGML, etc.).
Below are examples of XHTML 1.0 Strict and XHTML Mobile Profile (<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-
strict.dtd"> and <!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN"
"http://www.wapforum.org/DTD/xhtml-mobile10.dtd">) pages, and JavaScript scripts. You may
use other markup languages in the same way.
General Structure
Example
:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/
DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>D-Link DSA</title>
<meta name="author" content="D-Link, Russia" />
<meta name="date" content="" />
<meta name="generator" content="no generator" />
<meta name="copyright" content="Copyright (C) 2008 D-Link Russia" />
<meta name="keywords" content="D-Link DSA" />
<meta name="description" content="D-Link DSA" />
<meta http-equiv="content-type" content="application/xhtml+xml; charset=utf-8" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="content-script-type" content="text/javascript" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="templates/user/ttt.css" type="text/css" />
<script type="text/javascript" src="templates/user/ttt.js"></script>
</head>
<body oпload="javascript:OnLoad();">
<div id="id_test">
Test
</div>
<div>
<form id="id_form_main" method="post" enctype="application/x-www-form-urlencoded"
action="index.cgi">
<div>
Page 59 of 61