X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=applications%2Fluci-app-travelmate%2Fluasrc%2Fview%2Ftravelmate%2Fwifi_scan.htm;h=dea107eef4d1a9c097f729510f308a4ba955df69;hp=2ce45c63cb5d07db1c961c37c9cebccd7a1467e5;hb=81f52d429081bba20a898d3a6ed5ad7241cbadc0;hpb=f450c0403d4aa2d1e5cbcb262315121b130990e9 diff --git a/applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm b/applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm index 2ce45c63c..dea107eef 100644 --- a/applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm +++ b/applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm @@ -48,7 +48,7 @@ This is free software, licensed under the Apache License, Version 2.0 <%:Signal strength%> <% for i, net in ipairs(iw.scanlist or { }) do%> - + <%=net.ssid and utl.pcdata(net.ssid) or "%s" % translate("hidden")%> @@ -58,17 +58,17 @@ This is free software, licensed under the Apache License, Version 2.0 <%=percent_wifi_signal(net)%> % - +
- - - - + + + + <% if net.encryption.wpa then %> - - <% for _, v in ipairs(net.encryption.auth_suites) do %> + + <% for _, v in ipairs(net.encryption.auth_suites) do %> <% end; end %> - +
@@ -77,13 +77,14 @@ This is free software, licensed under the Apache License, Version 2.0
- +
- - - + + +
+ <%+footer%>