<%+header%> <% local fs = require "nixio.fs" local uci = luci.model.uci.cursor() nosms = 1 if not fs.stat("/etc/nosim") then nosms = 0 end havegps = 0 if fs.stat("/etc/havegps") then havegps = 1 end %>

<%:Modem Information%>

<%:%>

<%:Message%>

<%:Loading%> <%:Loading modem information%>...
<% if nosms == 0 then %> <% end %> <% if havegps == 1 then %>

<%:GPS 定位%>

<%:纬度 %> :
     
    <%:经度 %> :
       
      <% end %>
      <%+footer%>