I want to detect in the portal if the checkbox in the Cookie under --> IP> Hotspot> Hotspot Server Profile > Login tab is checke or unchecked.
The Trial is working like this:
Code: Select all
<p class="info $(if error)alert$(endif)">
$(if error == "")
$(if trial == 'yes')
<br />Free trial available, <a href="$(link-login-only)?dst=$(link-orig-esc)&username=T-$(mac-esc)">click here</a>.
$(endif)
$(endif)
$(if error)$(error)$(endif)
</p>
now I'm trying like this:
Code: Select all
$(if Cookie == 'no')
<br>no cookie</br>
$(endif)
Please anyone help me if there are list of variables we can pull in the hotspot portal, thanks