Example Of Custom Homepage (Login Page) - D-Link DSA-3110 User Manual

Hotspot service gateway
Hide thumbs Also See for DSA-3110:
Table of Contents

Advertisement

DSA-3110 Hotspot Edition – User Manual

Example of Custom Homepage (Login Page)

Note: This is a demo template (see other templates on the D-Link website).
The content of udlogin_pc:
<?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 http-equiv="content-type" content="application/xhtml+xml; charset=utf-8" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="content-style-type" content="text/css" />
<link rel="stylesheet" href="templates/user/login.css" type="text/css" />
</head>
<body inhibited_load="on_load();">
<div id="id_div_main_container">
<form id="id_form_main" method="post" enctype="application/x-www-form-urlencoded"
action="index.cgi">
<div id="id_div_login_input">
@LNG:hs_login@:
<input id="A1" name="A1" type="text" maxlength="15" />
<br />
<br />
@LNG:hs_password@:
<input id="A2" name="A2" type="password" maxlength="30" />
<input id="auth" name="auth" type="hidden" value="auth" />
<br />
<br />
</div>
<div id="id_div_login_buttons">
<br />
<input name="bt" type="submit" value="@LNG:button_enter@" />
</div>
</form>
</div>
</body>
</html>
Page 45 of 61

Advertisement

Table of Contents
loading

Table of Contents