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