<% include("language.html") if _SESSION["logined"] ~= nil then %> <% local domain = _GET["domain"] local accessway = c_AccessDataWay(domain) local totalrecords = 0 local totalpages = 0 if accessway == 2 or accessway == 3 then totalrecords,totalpages = c_GetGroupPageCount(domain) end %> Group List
<%=LANG["str_domain"]%>:<%=specialhtml_encode(unescape(_GET["domain"]))%> <% if totalrecords == -1 and totalpages == -1 then print("("..LANG["str_datebase_error"]..")") print("") end %>
<%=LANG["str_groupname"]%>
  <% if accessway == 2 or accessway == 3 then %>                    <% end %>
<% else print("") print("") end %>