% local uci = require 'luci.model.uci'.cursor() ssl = uci:get_first('alist', 'alist', 'ssl') if ssl == '1' then protocol="https://" else protocol="http://" end %>
<%:Collecting data...%>