www.gusucode.com > 追梦翔飞数字报静态生成版 7.0 体验版码程序 > admin/admin_main.asp

    <!--#include file="Admin.asp" -->
<!--#include file="cf.asp" -->
<link href="images/skin.css" rel="stylesheet" type="text/css" />
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" /><style type="text/css">
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EEF2FB;
}
.STYLE2 {color: #181818;font-size: 12px}
-->
</style>
<body>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td width="17" valign="top" background="images/mail_leftbg.gif"><img src="images/left-top-right.gif" width="17" height="29" /></td>
    <td valign="top" background="images/content-bg.gif"><table width="100%" height="31" border="0" cellpadding="0" cellspacing="0" class="left_topbg" id="table2">
      <tr>
        <td height="31"><div class="titlebt">欢迎界面</div></td>
      </tr>
    </table></td>
    <td width="16" valign="top" background="images/mail_rightbg.gif"><img src="images/nav-right-bg.gif" width="16" height="29" /></td>
  </tr>
  <tr>
    <td valign="middle" background="images/mail_leftbg.gif">&nbsp;</td>
    <td valign="top" bgcolor="#F7F8F9"><table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td colspan="2" valign="top">&nbsp;</td>
        <td width="7%">&nbsp;</td>
        <td width="40%" valign="top">&nbsp;</td>
      </tr>
      <tr>
        <td colspan="4" valign="top"><span class="left_bt">感谢您使用追梦翔飞数字报刊管理系统</span><br>
          <br>
            <span class="left_txt">&nbsp;<img src="images/pic5.gif" width="16" height="16"> 使用本系统注意事项:<br>
            &nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;本程序由追梦翔飞网络科技有限公司开发,版权归追梦翔飞网络科技有限公司所有!<br>
            &nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;本系统为演示程序,供网友学习使用,如有需要请于本公司联系,请尊重作者劳动成果,任何单位、个人不得修改版权和进行二次销售!<br>
&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;</span><span class="left_txt">您在使用过程,如发现BUG!请及时联系程序员(QQ:229835180 追梦翔飞),本公司将特别感谢并与适当的奖励!<br>
</span></td>
        </tr>
      <tr>
        <td colspan="4"><TABLE width=99% border=0 align="center"
cellPadding=0 cellSpacing=0 class=main_tab id=mainTable>
                        <TBODY>
                         
                          <TR>
                            <TD width="4%" height="28" background="images/news-title-bg.gif"></TD>
                            <TD height="25" colspan="2" background="images/news-title-bg.gif" class="left_txt">服务器信息: <font color="#FFFFFF" class="left_ts"><b></b></TD>
                          </TR>
                          <TR>
                            <TD bgcolor="#FAFBFC">&nbsp;</TD>
                            <TD width="42%" height="25" bgcolor="#FAFBFC"><span class="left_txt"><span class="STYLE2">服务器名:</span></span>
                               
                                <span class="left_ts"> <span class="STYLE2"><%=Request.ServerVariables("SERVER_NAME")%></span></span></TD>
                            <TD width="54%" height="25" bgcolor="#FAFBFC"><span class="left_txt"><span class="STYLE2">服务器IP:</span></span>
                               
                                <span class="left_ts"> <%=Request.ServerVariables("LOCAL_ADDR")%></span></TD>
                          </TR>
                          <TR>
                            <TD bgcolor="#FAFBFC">&nbsp;</TD>
                            <TD height="25" bgcolor="#FAFBFC"><span class="STYLE2">服务器端口:</span><span class="left_ts"><span class="STYLE2"><%=Request.ServerVariables("SERVER_PORT")%></span> </span></TD>
                            <TD height="25" bgcolor="#FAFBFC"><span class="STYLE2">服务器操作系统:</span><span class="left_ts"> <span class="STYLE2"><%=Request.ServerVariables("OS")%></span></span></TD>
                          </TR>
                          <TR>
                            <TD bgcolor="#FAFBFC">&nbsp;</TD>
                            <TD height="25" bgcolor="#FAFBFC"><span class="STYLE2">客户端IP:</span><span class="left_ts"><span class="STYLE2"><%=Request.ServerVariables("REMOTE_ADDR")%></span> </span></TD>
                            <TD height="25" bgcolor="#FAFBFC"><span class="STYLE2">服务器名:</span><span class="left_ts"><span class="STYLE2"><%=Request.ServerVariables("SERVER_NAME")%></span> </span></TD>
                          </TR>
                          <TR>
                            <TD bgcolor="#FAFBFC">&nbsp;</TD>
                            <TD height="25" bgcolor="#FAFBFC"><span class="STYLE2">服务器CPU数量:</span><span class="left_ts"><span class="STYLE2"><%=Request.ServerVariables("NUMBER_OF_PROCESSORS")%></span> </span></TD>
                            <TD height="25" bgcolor="#FAFBFC"><span class="left_txt"><span class="STYLE2">端口</span>: </span>
                                <span class="left_ts"> <span class="STYLE2"><%=Request.ServerVariables("REMOTE_PORT")%></span></span></TD>
                          </TR>
                          <TR>
                            <TD bgcolor="#FAFBFC">&nbsp;</TD>
                            <TD height="25" bgcolor="#FAFBFC"><span class="STYLE2">脚本解释引擎: </span><span class="left_ts"> <span class="STYLE2"><%=ScriptEngine & "/"& ScriptEngineMajorVersion &"."&ScriptEngineMinorVersion&"."& ScriptEngineBuildVersion %></span></span></TD>
                            <TD height="25" bgcolor="#FAFBFC"><span class="left_txt"><span class="STYLE2">FSO组件支持:</span></span><span class="left_ts"><span class="STYLE2">
      <%If IsObjInstalled("Scripting.FileSystemObject") then%>
      FSO支持
      <%else%>
      不支持FSO组件
      <%end if%>
      <%Function IsObjInstalled(strClassString)
On Error Resume Next
IsObjInstalled = False
Err = 0
Dim xTestObj
Set xTestObj = Server.CreateObject(strClassString)
If 0 = Err Then IsObjInstalled = True
Set xTestObj = Nothing
Err = 0
End Function
%>
    </span></span></TD>
                          </TR>
                          <TR>
                            <TD bgcolor="#FAFBFC"> </TD>
                            <TD height="25" bgcolor="#FAFBFC"><span class="left_txt"><span class="STYLE2">本文件绝对路径:</span></span><span class="left_ts"><span class="STYLE2"><%=server.mappath(Request.ServerVariables("SCRIPT_NAME"))%></span></span></TD>
                            <TD height="25" bgcolor="#FAFBFC"><span class="left_txt"><span class="STYLE2">CDONTS邮箱组件支持:</span></span><span class="left_ts"><span class="STYLE2">
      <%If IsObjInstalled("CDONTS.NewMail") then%>
      CDONTS邮箱组件支持
      <%else%>
      不支持CDONTS邮箱组件
      <%end if%>
    </span></span></TD>
                          </TR>
                        </TBODY>
                    </TABLE></td>
        </tr>
      <tr>
        <td height="40" colspan="4"><table width="100%" height="1" border="0" cellpadding="0" cellspacing="0" bgcolor="#CCCCCC">
          <tr>
            <td></td>
          </tr>
        </table></td>
      </tr>
      <tr>
        <td width="2%">&nbsp;</td>
        <td width="51%" class="left_txt"><img src="images/icon-mail2.gif" width="16" height="11"> 客户服务邮箱:229835180@qq.com<br></td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
      </tr>
    </table></td>
    <td background="images/mail_rightbg.gif">&nbsp;</td>
  </tr>
  <tr>
    <td valign="bottom" background="images/mail_leftbg.gif"><img src="images/buttom_left2.gif" width="17" height="17" /></td>
    <td background="images/buttom_bgs.gif"><img src="images/buttom_bgs.gif" width="17" height="17"></td>
    <td valign="bottom" background="images/mail_rightbg.gif"><img src="images/buttom_right2.gif" width="16" height="17" /></td>
  </tr>
</table>
</body>