📄 index.jsp
字号:
<%@page contentType="text/html; charset=GBK"%>
<HTML>
<HEAD>
<TITLE>语义检索实验系统——首页</TITLE>
<META http-equiv="Content-Type" content="text/html">
</HEAD>
<BODY BGCOLOR="#000000" text="#333333" link="#6666FF" alink="#6666FF" vlink="#6666FF" topmargin="0">
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=640 HEIGHT=540 align="center" >
<TR>
<TD ROWSPAN=1 COLSPAN=6 WIDTH=640 HEIGHT=40><IMG SRC="images/index1x1.gif" WIDTH=640 HEIGHT=40 BORDER=0></TD>
</TR>
<TR>
<TD ROWSPAN=1 COLSPAN=3 WIDTH=117 HEIGHT=56><IMG SRC="images/index2x1.gif" WIDTH=117 HEIGHT=56 BORDER=0></TD>
<TD ROWSPAN=1 COLSPAN=1 WIDTH=318 HEIGHT=56><IMG SRC="images/index2x2.gif" WIDTH=318 HEIGHT=56 BORDER=0></TD>
<TD ROWSPAN=1 COLSPAN=1 WIDTH=192 HEIGHT=56><IMG SRC="images/index2x3.gif" WIDTH=192 HEIGHT=56 BORDER=0></TD>
<TD ROWSPAN=1 COLSPAN=1 WIDTH=13 HEIGHT=56><IMG SRC="images/index2x4.gif" WIDTH=13 HEIGHT=56 BORDER=0></TD>
</TR>
<TR>
<TD ROWSPAN=1 COLSPAN=3 WIDTH=117 HEIGHT=159 background="images/index31b.gif" ><IMG SRC="images/index3x1.gif" WIDTH=117 HEIGHT=159 BORDER=0 >
</TD>
<TD ROWSPAN=2 COLSPAN=2 WIDTH=510 HEIGHT=425 align="center" valign="top" bgcolor="#FECA58"><p> </p>
<table width="300" border="0" >
<tr height="0">
<td width="0"></td>
<td width="300"></td>
<td width="0"></td>
</tr>
<tr height="300">
<td></td>
<td bgcolor="#FECA58" valign="top" align="center">
<form method="get" action="searchResult.jsp">
<table >
<tr>
<th width="80">检索项</th><td width="150">
<select name="searchItem">
<option value="title">标题</option>
<option value="keywords">关键词 </option>
<option value="author">作者 </option>
</select></td></tr>
<tr><th>检索值</th><td><input type="text" maxlength="20" name="searchValue" width="100" /></td></tr>
<tr>
<td></td><td><input type="submit" name="Submit" value="提交">
<input type="reset" value="撤销"></td></tr>
</table>
</form>
</td>
<td></td>
</tr>
<tr height="0">
<td></td>
<td></td>
<td></td>
</tr>
</table> </TD>
<TD ROWSPAN=2 COLSPAN=1 WIDTH=13 HEIGHT=425 background="images/index3x3.gif" ><IMG SRC="images/index3x3.gif" WIDTH=13 HEIGHT=425 BORDER=0></TD>
</TR>
<TR>
<TD ROWSPAN=1 COLSPAN=1 WIDTH=14 HEIGHT=266><IMG SRC="images/index4x1.gif" WIDTH=14 HEIGHT=266 BORDER=0></TD>
<TD ROWSPAN=1 COLSPAN=1 WIDTH=87 HEIGHT=266><IMG SRC="images/index4x2.gif" width=87 height=266 BORDER=0></TD>
<TD ROWSPAN=1 COLSPAN=1 WIDTH=16 HEIGHT=266><IMG SRC="images/index4x3.gif" WIDTH=16 HEIGHT=266 BORDER=0></TD>
</TR>
<TR>
<TD ROWSPAN=1 COLSPAN=1 WIDTH=14 HEIGHT=19><IMG SRC="images/index5x1.gif" WIDTH=14 HEIGHT=19 BORDER=0></TD>
<TD ROWSPAN=1 COLSPAN=1 WIDTH=87 HEIGHT=19><IMG SRC="images/index5x2.gif" WIDTH=87 HEIGHT=19 BORDER=0></TD>
<TD ROWSPAN=1 COLSPAN=1 WIDTH=16 HEIGHT=19><IMG SRC="images/index5x3.gif" WIDTH=16 HEIGHT=19 BORDER=0></TD>
<TD ROWSPAN=1 COLSPAN=3 WIDTH=523 HEIGHT=19 ><IMG SRC="images/index5x4.gif" width=523 height=19 BORDER=0 ></TD>
</TR>
</TABLE>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -