Hey guys,
I did some customization on the "continue.html"
<h3>Network provided by: <b>John Doe</b><br>
<b><a class="footer-links" href="$MERAKI:AUTH_URL(imprint.html)$" title="Imprint" style="color:#888">Imprint</a></b> | <b><a class="footer-links" href="$MERAKI:AUTH_URL(termsandconditions.html)$" title="Terms and conditions" style="color:#888">T&C</a></b>
</h3>
But when clicking on any AUTH_URL(imprint.html)$ I will instantly get internet access instead of browsing to the desired page.
Imprint for instance looks like:
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>$MERAKI:NETWORK_NAME$ - Imprint</title>
<style type="text/css" media="screen">
$MERAKI:INLINE_MAIN_CSS$
</style>
<meta name="viewport" content="width=device-width,initial-scale=1">
</head>
<body>
<div id="content">
<div id="container">
<div class="header">
<div id="icon_cell"></div>
</div>
<a class="buttonback" href="$MERAKI:AUTH_URL(continue.html)$" title="Back to the splash page">Zurück zur Startseite</a>
<p align="justify">Folgender Betreiber stellt Ihnen einen kostenfreien Internetzugang über
WiFi bzw. WLAN zur Verfügung.</p>
<p style="font-family: Arial" align="left"> <b>Impressum</b></p>
<p align="justify">
John Doe<br><br>
</p>
<a class="button" href="$MERAKI:AUTH_AND_CONTINUE_URL$" title="Continue to the Internet">$MERAKI:CONTINUE_TO_THE_INTERNET$</a>
</div>
</div>
</body>
</html>
Any idea on how to solve the continue.html code?
Thanks 🙂