├── favicon.png ├── img ├── bg.jpg └── logo.png ├── lv ├── alogin.html ├── logout.html ├── radvert.html ├── status.html ├── login.html └── errors.txt ├── screenshot ├── login.png ├── logout.png ├── status.png └── redirect.png ├── redirect.html ├── xml ├── flogout.html ├── logout.html ├── error.html ├── rlogin.html ├── login.html ├── alogin.html └── WISPAccessGatewayParam.xsd ├── css ├── theme.css └── theme.css.map ├── .github └── FUNDING.yml ├── rlogin.html ├── README.md ├── LICENSE ├── sass └── theme.scss ├── error.html ├── alogin.html ├── radvert.html ├── logout.html ├── errors.txt ├── login.html ├── status.html ├── md5.js ├── packages └── bootstrap │ ├── libraries │ ├── popper.js │ └── tether.js │ └── bootstrap.js └── js └── jquery.min.js /favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teguhrianto/Responsive-Mikrotik-Template/HEAD/favicon.png -------------------------------------------------------------------------------- /img/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teguhrianto/Responsive-Mikrotik-Template/HEAD/img/bg.jpg -------------------------------------------------------------------------------- /img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teguhrianto/Responsive-Mikrotik-Template/HEAD/img/logo.png -------------------------------------------------------------------------------- /lv/alogin.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teguhrianto/Responsive-Mikrotik-Template/HEAD/lv/alogin.html -------------------------------------------------------------------------------- /lv/logout.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teguhrianto/Responsive-Mikrotik-Template/HEAD/lv/logout.html -------------------------------------------------------------------------------- /lv/radvert.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teguhrianto/Responsive-Mikrotik-Template/HEAD/lv/radvert.html -------------------------------------------------------------------------------- /lv/status.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teguhrianto/Responsive-Mikrotik-Template/HEAD/lv/status.html -------------------------------------------------------------------------------- /screenshot/login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teguhrianto/Responsive-Mikrotik-Template/HEAD/screenshot/login.png -------------------------------------------------------------------------------- /screenshot/logout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teguhrianto/Responsive-Mikrotik-Template/HEAD/screenshot/logout.png -------------------------------------------------------------------------------- /screenshot/status.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teguhrianto/Responsive-Mikrotik-Template/HEAD/screenshot/status.png -------------------------------------------------------------------------------- /screenshot/redirect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teguhrianto/Responsive-Mikrotik-Template/HEAD/screenshot/redirect.png -------------------------------------------------------------------------------- /redirect.html: -------------------------------------------------------------------------------- 1 | $(if http-status == 302)Hotspot redirect$(endif) 2 | $(if http-header == "Location")$(link-redirect)$(endif) 3 | 4 |
5 |
18 |
19 | 23 | Login page: $(link-login) 24 |
25 |
39 |
40 | Advertisement.
43 |44 | If nothing happens, open advertisement manually. 45 |
46 |
29 |
30 | | user name | 39 |$(username) | 40 |
| IP address | 43 |$(ip) | 44 |
| MAC address | 47 |$(mac) | 48 |
| session time | 51 |$(uptime) | 52 |
| time left | 56 |$(session-time-left) | 57 |
| bytes up/down: | 61 |$(bytes-in-nice) / $(bytes-out-nice) | 62 |
|
58 | Lūdzu pieslēdzieties, lai lietotu mikrotik hotspot servisu. $(if trial == 'yes')Lai izmēģinātu bez maksas, spiediet šeit..$(endif) 59 |
nodrošina mikrotik routeros © 2005 mikrotik
85 | $(if error)$(error) $(endif)
86 | |
87 | |||
41 |
42 | Please log on to use the hotspot service.
49 | 50 | $(if trial == 'yes') 51 |52 | Free trial available, click here. 53 |
54 | $(endif) 55 |
45 |
46 |