<% include("language.html") if _SESSION["logined"] ~= nil then %> <% local result = nil local taskname = nil if _GET["taskname"] ~= nil then taskname = _GET["taskname"] result = c_GetTask(taskname) if result == nil then print("") exit() end end %> Add/Modify Task Scheduler
<%=LANG["title_taskname"]%>: style="width:420px;">
<%=LANG["title_type"]%>:
<%=LANG["title_fromdate"]%>:" onclick="selectTime();" style="width:220px;" readonly>
<%=LANG["title_starttime"]%>:" onclick="selectTime();" style="width:220px;" readonly>
 
<%=LANG["str_luascript"]%>:
<%=LANG["str_luahelp"]%>
 
<% else print("") print("") end %>