www.gusucode.com > 站长俱乐部新闻发布系统精简版 1.01源码程序 > admin/admin_files_view.asp

    <!--#include file="admin_scripts.asp" -->
<!--#include file="admin_top.asp" -->
<% 
'check that the user is allowed to edit this page
if ((Session("MM_UserAuthorization") <> 1) AND (Session("MM_UserAuthorization") <> 2)) then 
        Response.Redirect(MM_authFailedURL)
end if
%>
<table width="100%" border="0 cellpadding="5" cellspacing="0" class="ac_admin_main">
        <tr><td><img src="../images/blank.gif" width="18" height="6" alt="" /></td></tr>
        <tr valign="baseline"><td><%= adminHeading(2,lang_admin_default_001,"icons/folder_24.gif",lang_admin_files_001,"admin_files.asp") %></td></tr>
        <tr><td class="admin_intro"> <div align="center">
                <table width="60%" border="0" cellspacing="0" cellpadding="5">
                <tr><td width="100%">
                <!--#include file="admin_image_list.asp" -->
                </td></tr></table>
        </div></td></tr>
</table>
<!--#include file="admin_bottom.asp" -->