Good morning people.
I have a small problem with my HOTSPOT. I downloaded a custom theme for my business.
I can not remove the word “Success” after the client authenticates to my HOTSPOT. This is becoming very annoying because the client has to click on the word “OK” to proceed and skip this attached screen.
Does anyone have any tips on how to remove what I call lock?
Below is the file called login.html. This file is inside the HOSTSPOT folder of my Mikrotik
<!DOCTYPE html>
<html lang="es">
<head>
<title>Polygon Surface Mikrotik Hotspot Theme</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Polygon Surface Mikrotik Hotspot Theme">
<meta name="author" content="www.biostudio.com.ar">
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="expires" content="-1" />
<link href="favicon.png" rel="shortcut icon" type="image/vnd.microsoft.icon" />
<link rel="stylesheet" href="stylesheets/normalize.min.css">
<link rel="stylesheet" href="stylesheets/main.css">
<!-- Le styles -->
<script src="jquery.min.js"></script>
<link href="stylesheets/bootstrap_v3.min.css?1432737103" media="screen" rel="stylesheet" type="text/css" />
<link href="stylesheets/boostrap_application_v3_website.css?1432737103" media="screen" rel="stylesheet" type="text/css" />
<style type="text/css">
@-webkit-keyframes background_zoom{
0% {transform:scale(1) rotate(0deg)}
50% {transform:scale(1.4) rotate(0.3deg)}
100% {transform:scale(1) rotate(0deg)}
}
@keyframes background_zoom{
0% {transform:scale(1) rotate(0deg)}
50% {transform:scale(1.4) rotate(0.3deg)}
100% {transform:scale(1) rotate(0deg)}
}
</style>
<meta name="csrf-param" content="authenticity_token"/>
<meta name="csrf-token" content="CMSBqV7nvl4YqbQv33MDXBOLWd590WQjcLD6Txz3luc="/>
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<![endif]-->
</head>
<body class="login"><div class="startmessage">
$(if chap-id)
<form name="sendin" action="$(link-login-only)" method="post">
<input type="hidden" name="username" />
<input type="hidden" name="password" />
<input type="hidden" name="dst" value="$(link-orig)" />
<input type="hidden" name="popup" value="true" />
</form>
<script type="text/javascript" src="/md5.js"></script>
<script type="text/javascript">
<!--
function doLogin() {
document.sendin.username.value = document.login.username.value;
document.sendin.password.value = hexMD5('$(chap-id)' + document.login.password.value + '$(chap-challenge)');
document.sendin.submit();
return false;
}
//-->
</script>
$(endif)
<div class="bg_anim row-dinamic-height-except"></div>
<div class="container">
</div> <!-- /container -->
<form class="form-signin" id="portal_client_new" action="$(link-login-only)" method="post" $(if chap-id) onSubmit="return doLogin()" $(endif)>
<input type="hidden" name="dst" value="$(link-orig)" />
<input type="hidden" name="popup" value="true" />
<div style="margin:0;padding:0;display:inline">
<input name="utf8" type="hidden" value="✓" />
<input name="authenticity_token" type="hidden" value="CMSBqV7nvl4YqbQv33MDXBOLWd590WQjcLD6Txz3luc=" /></div>
<div class="form-inner text-center">
<a href="#">
<img alt="Logo_light_login" src="images/logo_light_login.png?1432737103" width="128" />
</a> <div class="divider"></div>
<input autocomplete="off" id="portal_client_email" placeholder="Login" size="30" name="username" type="text" value="$(username)" />
<input id="portal_client_password" name="password" placeholder="Senha" size="30" type="password" />
<input class="btn btn-block btn-primary ingresar" id="portal_client_submit" name="commit" type="submit" value="Ingresar" />
<!--
<a href="/portal/clients/sign_up.portal_client?locale=es">Registrarse</a><br />
-->
<form class="form-signin" id="portal_client_new" action="$(link-login-only)?dst=$(link-orig-esc)&username=T-$(mac-esc)" method="post">
$(if trial == 'yes')<a href="$(link-login-only)?dst=$(link-orig-esc)&username=T-$(mac-esc)">Ingresar Gratis</a>$(endif)</form><br />
<div class="divider"></div><br>
</div>
</form>
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="javascripts/jquery.min.js?1432737103" type="text/javascript"></script>
<script src="javascripts/rails.js?1432737103" type="text/javascript"></script>
<script src="javascripts/application.js?1432737103" type="text/javascript"></script>
<script src="javascripts/bootstrap_v3.min.js?1432737103" type="text/javascript"></script>
<script type="text/javascript">
<!--
document.login.username.focus();
//-->
</script>
</div>
<div class="bg">
<div id="vcpolygonsurface_1444343625_661661291" data-theid="vcpolygonsurface_1444343625_661661291" data-mesh-ambient="#555555" data-mesh-diffuse="#ffffff" data-mesh-width="1.2" data-mesh-height="1.2" data-mesh-depth="20" data-mesh-segments="15" data-mesh-slices="8" data-mesh-xrange="0.3" data-mesh-yrange="0.3" data-mesh-speed="0.0002" data-light-autopilot="true" data-light-ambient="#0060dd" data-light-diffuse="#ff0044" data-light-count="1" data-light-zoffset="200" data-light-speed="0.0010" class="vc-polygonsurface-background" style="display:none;"></div>
</div>
<script src="fss.min.js"></script>
<script src="app.js"></script>
</body>
</html>
