<% include("language.html") local plugin_dir = c_GetAppPath().."/webclient/plugins" for isdir,plugin in c_GetFileDir(plugin_dir) do if isdir == true and c_FileExist(plugin_dir.."/"..plugin.."/setting.html") then include("plugins/"..plugin.."/setting.html") end end %> <% if _SESSION["username"] ~= nil and _SESSION["currentpath"] ~= nil then local enable_changepass = c_CanChangePass(_SESSION["username"]) local enable_sendmessage = c_CanSendMessage() %> Wing FTP Server <% local nType = c_GetLicenseInfo() if nType >= 5 then print("(UNREGISTERED)") end %>
<% for _,val in pairs(_SERVER) do if val.exthtml ~= nil then print(val.exthtml) end end %>
<% if nType >= 5 then print("") end %> <% if enable_changepass == true then %> <% end %>
(UNREGISTERED COPY) [<%=LANG["welcome"]%>, <%=_SESSION["username"]%>]       " tabindex="8"> <%=LANG["item_help"]%>  " tabindex="9"> <%=LANG["item_changepass"]%>  " tabindex="10"> <%=LANG["item_logout"]%>  
  " onclick="goUp()" class="cur" tabindex="1" id="first_button">  " onclick="goHome()" class="cur" tabindex="2">  " onclick="Refresh()" class="cur" tabindex="3">  " onclick="checkUpload()" class="cur" tabindex="4">  " onclick="downloadFile_ext()" class="cur" tabindex="5">  " onclick="deleteFile(0)" class="cur" tabindex="6">  " onclick="createFolder()" class="cur" tabindex="7">  " onclick="openSearch()" class="cur" tabindex="-1">  " onclick="change_viewmode(true)" class="cur" id="thumbmode" tabindex="-1" />" onclick="change_viewmode(false)" class="cur" style="display:none;" id="listmode" tabindex="-1" />    <%=LANG["multifiles_action"]%>:    
  <%=LANG["str_chkbox_select"]%>: <%=LANG["str_chkbox_all"]%>, <%=LANG["str_chkbox_none"]%>
 
<%=LANG["thread_name"]%>
 
<%=LANG["thread_size"]%>
 
<%=LANG["thread_type"]%>
 
<%=LANG["thread_modify"]%>
Wing FTP Server ©2003-2013 wftpserver.com All Rights Reserved
<% else print("") print("") end %>