%
include("language.html")
%>
<%=LANG["error_nojavascript"]%>
<%
if _SESSION["username"] ~= nil and _SESSION["currentpath"] ~= nil then
local enable_changepass = c_CanChangePass(_SESSION["username"])
%>
Wing FTP Server
<%
local nType = c_GetLicenseInfo()
if nType >= 5 then
print("(UNREGISTERED)")
end
%>
<%=LANG["update_tip"]%>
<%=LANG["cancelupload_tip"]%>
<%=LANG["button_prepicture"]%>
<%=LANG["button_closepicture"]%>
<%=LANG["button_downpicture"]%>
<%=LANG["button_zoomin"]%>
<%=LANG["button_zoomout"]%>
<%=LANG["button_resetpicture"]%>
<%=LANG["button_fullsize"]%>
<%=LANG["button_startppt"]%>
<%=LANG["button_nextpicture"]%>
<%=LANG["button_closemedia"]%>
<%=LANG["button_showmedia"]%>
<%=LANG["str_app_batchdown"]%>
<%=LANG["str_app_currentfiles"]%> <%=LANG["str_app_queuefiles"]%>
<%=LANG["str_app_add"]%>
<%=LANG["str_app_remove"]%>
<%=LANG["str_app_savepath"]%>: <%=LANG["str_app_notspecified"]%>
<%
if nType >= 5 then
print("(UNREGISTERED COPY) ")
end
%>
[<%=LANG["welcome"]%>, <%=_SESSION["username"]%> ]
<%=LANG["item_help"]%>
<% if enable_changepass == true then %>
<%=LANG["item_changepass"]%>
<% end %>
<%=LANG["item_logout"]%>
<%=LANG["thread_name"]%>
<%=LANG["thread_size"]%>
<%=LANG["thread_type"]%>
<%=LANG["thread_modify"]%>
Wing FTP Server ©2003-2010 wftpserver.com All Rights Reserved
<%
else
print(" ")
print("")
end
%>