<% include("language.html") if _SESSION["logined"] ~= nil then %> Add/Edit Group <% if _GET["domain"] ~= nil then local group = "" if _GET["groupname"] ~= nil then group = c_GetGroup(_GET["domain"],_GET["groupname"]) if group == nil then print("") exit() else group = json.encode(group) end end %>
"> <% if _GET["groupname"] ~= nil then %> <% end %>
   <%=LANG["str_addgroup_tip"]%>
<%=LANG["str_groupname"]%>:
<%=LANG["str_show_hiddenfile"]%>
<%=LANG["str_send_message"]%>
<%=LANG["str_group_statistics"]%>     
<%=LANG["str_logincount"]%>: 0
<%=LANG["str_file_downloaded"]%>: 0<%=LANG["str_file_uploaded"]%>: 0
<%=LANG["str_fail_download"]%>: 0<%=LANG["str_fail_upload"]%>: 0
<%=LANG["str_sent"]%>: 0<%=LANG["str_received"]%>: 0
   <%=LANG["str_userdir_tip"]%>
<%=LANG["title_directory"]%> <%=LANG["title_virtualpath"]%> <%=LANG["title_attributes"]%>
   <%=LANG["str_subfolder_tip"]%>
<%=LANG["title_directory"]%> <%=LANG["title_attributes"]%>
<%=LANG["str_limitgroupspecial"]%>(0 = <%=LANG["str_nolimit"]%>)
<%=LANG["str_connect_num_group"]%>:
<%=LANG["str_connectnum_ip_group"]%>:
<%=LANG["str_limitgroupoverride"]%>(0 = <%=LANG["str_nolimit"]%>)
<%=LANG["str_connectionlimit3"]%>:
<%=LANG["str_connectionlimit4"]%>:
<%=LANG["str_connectionlimit5"]%>: <%=LANG["str_minute"]%>
<%=LANG["str_limitgroupspecial"]%>(0 = <%=LANG["str_nolimit"]%>)
<%=LANG["str_group_downspeed"]%>: KB/s
<%=LANG["str_group_upspeed"]%>: KB/s
<%=LANG["str_limitdomainoverride"]%>(0 = <%=LANG["str_nolimit"]%>)
<%=LANG["str_session_downspeed"]%>: KB/s
<%=LANG["str_session_upspeed"]%>: KB/s
<%=LANG["str_account_downspeed"]%>: KB/s
<%=LANG["str_account_upspeed"]%>: KB/s
<%=LANG["str_transferlimit7"]%>: <%=LANG["str_minute"]%>
   <%=LANG["str_groupip_tip"]%>
<%=LANG["title_ip"]%> <%=LANG["title_allowdeny"]%>
   <%=LANG["str_groupfile_tip"]%>
<%=LANG["title_file"]%> <%=LANG["title_allowdeny"]%>
   <%=LANG["str_group_allusers"]%>
<%=LANG["title_username"]%>
 
<% end %> <% else print("") print("") end %>