<% include("language.html") if _SESSION["logined"] ~= nil and _SESSION["admin_readonly"] == 0 then %> Weblink Manager <% local domain = _GET["domain"] or _POST["domain"] local is_uplink = _GET["is_uplink"] or _POST["is_uplink"] or "0" local count_title = LANG["str_total_download"] if is_uplink == "1" then count_title = LANG["str_total_upload"] end %>
<%=LANG["str_domain"]%>:<%=specialhtml_encode(unescape(_GET["domain"]))%>
<%=LANG["title_id"]%> <%=LANG["str_weblink"]%> <%=LANG["title_username"]%> <%=LANG["str_modify_date"]%> <%=LANG["str_filename"]%> <%=LANG["title_size"]%> <%=count_title%> <%=LANG["str_expired"]%>  
 
<% else print("") print("") end %>