% include("language.html") if _SESSION["logined"] ~= nil then local nType = c_GetLicenseInfo() 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["str_username"]%> | <%=LANG["str_expired"]%> | <%=LANG["str_logincount"]%> | <%=LANG["str_lastlogin"]%> | <%=LANG["str_received"]%> (<%=LANG["str_files"]%>) | <%=LANG["str_sent"]%> (<%=LANG["str_files"]%>) | <%=LANG["str_current_quota"]%> / <%=LANG["str_max_quota"]%> | <% else %> | <%=LANG["str_username"]%> | <% end %>
<% else %> | <% end %> |