V001: Login UI screen using the phonenumber
This commit is contained in:
+27
@@ -0,0 +1,27 @@
|
||||
$(if http-status == 302)Hotspot login required$(endif)
|
||||
$(if http-header == "Location")$(link-redirect)$(endif)
|
||||
<html>
|
||||
<!--
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<WISPAccessGatewayParam
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="http://$(hostname)/xml/WISPAccessGatewayParam.xsd">
|
||||
<Redirect>
|
||||
<AccessProcedure>1.0</AccessProcedure>
|
||||
<AccessLocation>$(location-id)</AccessLocation>
|
||||
<LocationName>$(location-name)</LocationName>
|
||||
<LoginURL>$(link-login-only)?target=xml</LoginURL>
|
||||
<MessageType>100</MessageType>
|
||||
<ResponseCode>0</ResponseCode>
|
||||
</Redirect>
|
||||
</WISPAccessGatewayParam>
|
||||
-->
|
||||
<head>
|
||||
<title>Bhaktivedanta Hospital Wi-Fi</title>
|
||||
<meta http-equiv="refresh" content="0; url=$(link-redirect)">
|
||||
<meta http-equiv="pragma" content="no-cache">
|
||||
<meta http-equiv="expires" content="-1">
|
||||
</head>
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user