⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 admin_main.asp

📁 于毕业设计与论文以及做课题用-MSK Simulink simulation program for the design and graduation thesis topic, and makin
💻 ASP
字号:
<!--#include file="../Conn.asp"-->
<!--#include file="Admin_Session.asp"-->
<HTML>
<title>管理首页面</title>
<link rel="stylesheet" href="css/Style.css" type="text/css">
<style type="text/css">
<!--
.style1 {color: #666666}
-->
</style>
<BODY>
 <table border="0" cellspacing="1" width="100%" align=center>
    <tr>
      <td width="100%"><table cellpadding="3" cellspacing="1" border="0" width="100%" class="tableBorder" align=center>
        <tr> 
          <th class="tableHeaderText" colspan=2 height=12><%=HX33_WishName%>安装说明</th>
        </tr>
        <tr> 
          <td width="66" class="forumRowHighlight">使用设置</td>
          <td width="678" class="forumRow" style="LINE-HEIGHT: 150%"><p>一、 第一次使用本系统,请点击左边管理导航菜单中的“<font color=Red>常规设置--&gt;修改登录密码</font>”处修改登陆密码后重新登陆.如果想更换用户名,请到&quot;<font color=Red>用户管理--&gt;后台用户管理</font>&quot;添加或删除现有帐号. 拥有所有所有的管理权限。 </p>
          <p>二、第一次使用本系统,请点击左边管理导航菜单中的“<font color=Red>常规设置--&gt;网站初始设置</font>”设置网站相关的参数。</p></td>
        </tr>
        
        
      </table>
</td>
    </tr>
</table><BR>
    <br>
	<table cellpadding="3" cellspacing="1" border="0" width="100%" class="tableBorder" align=center>
  <tr> 
    <th class="tableHeaderText" colspan=6 height=25>登陆信息</th>
  <tr>
    <td width="87" class="forumRowHighlight">登陆用户</td>
    <td width="146" class="forumRow"><%=session("admin")%> </td>
    <td width="82" class="forumRow"><span class="forumRowHighlight">登陆次数</span></td>
    <td width="96" class="forumRow"><%=Conn.ExeCute("Select count(*) From HX33_Admin_Detail Where AdminName='"&session("Admin")&"'")(0)%></td>
    <td width="95" class="forumRow"><span class="forumRowHighlight">登陆IP:</span></td>
    <td width="187" class="forumRow"><%=Conn.ExeCute("Select Login_IP From HX33_Admin_Detail Where AdminName='"&session("Admin")&"' Order By ID desc")(0)%> </td>
  </tr>
</table>

<BR>
    
<table cellpadding="3" cellspacing="1" border="0" width="100%" class="tableBorder" align=center>
  <tr>
    <th class="tableHeaderText" colspan=2 height=25>开发信息</th>
  <tr>
    <td width="70" class="forumRowHighlight">程序开发者1</td>
    <td class="forumRow"><%=HX33_Programmer1%></td>
  </tr>
  <tr>
    <td width="70" class="forumRowHighlight">程序开发者2</td>
    <td class="forumRow"><%=HX33_Programmer2%></td>
  </tr>
  <tr>
    <td width="60" class="forumRowHighlight">QQ交流群</td>
    <td class="forumRow"><%=HX33_QQ%></td>
  </tr>
  <tr>
    <td class="forumRowHighlight">程序交流以及插件更新发布</td>
    <td class="forumRow"><%=HX33_BBS%></td>
  </tr>
 <tr>
    <td class="forumRowHighlight">官方网站</td>
    <td class="forumRow"><%=HX33_Site%></td>
  </tr>
  <tr>
    <td class="forumRowHighlight">联系Email</td>
    <td class="forumRow"><%=HX33_Email%></td>
  </tr>
</table>
<br>
<table cellpadding="3" cellspacing="1" border="0" width="100%" class="tableBorder" align=center>
  <tr>
    <th class="tableHeaderText" colspan=2 height=25>版本信息</th>
  <tr>
    <td width="60" class="forumRowHighlight" height=23>目前版本</td>
    <td class="forumRow" style="LINE-HEIGHT: 150%"><%=HX33_Version%></td>
  </tr>
  <tr>
    <td class="forumRowHighlight" height=23>程序声明</td>
    <td class="forumRow" style="LINE-HEIGHT: 150%"><BR>
 &nbsp;&nbsp;&nbsp;1、本软件为非商业软件;任何单位或个人可以对本软件进行修改、复制。 <br>
  2、您可以对本系统进行修改和美化,如果可以你把我的网址做个链接,谢谢。 <br>
  3、如果你发现系统存在BUG,请你和作者联系,如果您有更好的美化版本希望给我一份 <span class="forumRow" style="LINE-HEIGHT: 150%">。</span><BR>      </td>
  </tr>
</table>
<%=Bottom%>
</BODY>
</HTML>
<%
ConnClose()%>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -