<% 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:220px;">
<%=LANG["title_type"]%>:
<%=LANG["title_fromdate"]%>:" onclick="selectTime();" style="width:220px;" readonly>
<%=LANG["title_starttime"]%>:" onclick="selectTime();" style="width:220px;" readonly>
 
<%=LANG["str_luascript"]%>:
" id="selectHead" style="width:100px;height:24px;border:0px;cursor:pointer;background:url('images/btn3_1.gif') no-repeat;" onclick="drawSelect('selectHead','selectContent',insertText)">
<%=LANG["str_luahelp"]%>
 
<% else print("") print("") end %>