% include("language.html") if _SESSION["logined"] ~= nil then local disallow_option = "" local timefrom = "06:00:00" local timeto = "20:00:00" if _GET["timefrom"] ~= nil and _GET["timeto"] ~= nil then if _GET["timefrom"] == LANG["str_disallow_allday"] and _GET["timeto"] == LANG["str_disallow_allday"] then disallow_option = "checked" else timefrom = _GET["timefrom"] timeto = _GET["timeto"] end end %>
<%=LANG["title_weekday"]%>: | |||
<%=LANG["title_from"]%> | <%=LANG["title_to"]%> | ||
<%=LANG["str_same_schedule"]%> | |||
> <%=LANG["str_disallow_allday"]%> | |||