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

📄 sitebase.asp

📁 企业办公简单管理系统,可以发布信息以及论坛
💻 ASP
字号:
<!-- #include file="conn/logors.asp" -->

<html>
<head>

<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><%=site_title%></title>
</head>
<%=styletext%>

<DIV class=menuskin id=popmenu 
onmouseover="clearhidemenu();highlightmenu(event,'on')" style="Z-INDEX: 100" 
onmouseout="highlightmenu(event,'off');dynamichide(event)"></DIV><!--顶部表格-->

<SCRIPT language=JavaScript src="style/main.js"></SCRIPT>


<body>
<table width="750" height="100" align="center">
  <tr>
    <td class=TableTitle2 height="97">
	  <!-- #include file="sitehead.asp" -->
	</td>
  </tr>
  <tr>
    <td height="50" valign="top" class="tablebody1">
	<% navigation_flag=6 %>
	<!-- #include file="func_navigationbar.asp" -->
		<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
        <tr>
          <td width="20%" height="66" valign="top"> <!-- #include file="func_menulist.asp" --></td>
          <td valign="top"> 
		  <!-- #include file="func_verify.asp" -->
<%
dim sumcount,saveserial


set rs = Server.CreateObject("ADODB.Recordset")
if request("saveflag")<>"" then
	SQL = "select * From cci_base"
	Rs.Open Sql,connObj,3,3
	if not rs.eof then
		select case request("saveflag")
			case "1"
				rs("SysName")=request("pubtext")
		end select
		rs.update
	end if
	rs.close
	
end if
SQL = "select * From cci_baseinfo"
Rs.Open Sql,connObj,1,1
if not rs.eof then
	pub1=rs("SysName")
end if
rs.close
set rs=nothing 
%>				
<table width="100%" align="center" cellpadding="1" cellspacing="1" class=tableBorder1>
  <tr> 
    <td height="30" align="center" valign="top"> <b><%=site_title%>基本信息管理</b></td>
  </tr>
  <tr> 
    <td  align="center" valign="top" bgcolor="#FFFFFF"> <table width="100%" cellpadding=1 cellspacing=1 class=tableborder1>
        <tr> 
          <td width="30" align="center" >标识</td>
          <td align="center" width="150" >名称</td>
          <td align="center" >设置</td>
          <td width="30" align="center" >保存</td>
        </tr>
        <tr bgcolor="#FFFFFF"> 
          <form action="" method="post">
            <td align="center">1</td>
                        <td align="center">系统名称</td>
            <td > <input name="pubtext" type="text" value="<%=pub1%>" size="50"> 
            </td>
            <td align="center"><input name=save type=submit value="更新" > <input name="saveflag" type=hidden value=1 size="15"> 
            </td>
          </form>
        </tr>
       
      </table>
       </td>
  </tr>
</table>



</td>
        </tr>
      </table>



	</td>
  </tr>
  <tr>
    <td>
	  <!-- #include file="sitefloor.asp" -->    </td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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