%
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
%>
<%=LANG["str_groupdir_tip"]%>
<%=LANG["title_directory"]%>
<%=LANG["title_virtualpath"]%>
<%=LANG["title_attributes"]%>
<%=LANG["button_adddir"]%> <%=LANG["button_modify"]%> <%=LANG["button_delete"]%> <%=LANG["button_up"]%> <%=LANG["button_down"]%>
<%=LANG["str_limitgroupspecial"]%>(0 = <%=LANG["str_nolimit"]%>)
<%=LANG["str_limitgroupoverride"]%>(0 = <%=LANG["str_nolimit"]%>)
<%=LANG["str_limitgroupspecial"]%>(0 = <%=LANG["str_nolimit"]%>)
<%=LANG["str_limitdomainoverride"]%>(0 = <%=LANG["str_nolimit"]%>)
<%=LANG["str_groupip_tip"]%>
<%=LANG["title_ip"]%>
<%=LANG["title_allowdeny"]%>
<%=LANG["button_addblockip"]%> <%=LANG["button_modify"]%> <%=LANG["button_delete"]%> <%=LANG["button_up"]%> <%=LANG["button_down"]%>
<%=LANG["str_groupfile_tip"]%>
<%=LANG["title_file"]%>
<%=LANG["title_allowdeny"]%>
<%=LANG["button_addblockfile"]%> <%=LANG["button_modify"]%> <%=LANG["button_delete"]%> <%=LANG["button_up"]%> <%=LANG["button_down"]%>
<%=LANG["button_submit"]%>
<%=LANG["button_cancel"]%>
<% end %>
<%
else
print(" ")
print("")
end
%>
<%=LANG["error_nojavascript"]%>