📄 materialsearch.jsp
字号:
<%@ page language="java" %><%@ include file="style.html" %><html> <head><title>Material Search</title></head><BODY class=bg MARGINWIDTH="0" MARGINHEIGHT="0" LEFTMARGIN="0" TOPMARGIN="0"><form action="materialdisplay.jsp" name="login" method="post"><!-- main table ########################################################################### --><TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH=100% HEIGHT="136"><!-- top links and logo ################################################################### --> <TR> <td class=bg height="100" align="right" valign="top" colspan=2> </td> </TR> <!-- white space & error space ############################################################ --> <tr> <td colspan="2"><!-- content table ######################################################################## --> <table class=tableBorder border="0" cellspacing="0" cellpadding="0" width="100%"> <TR class="bgOuter"> <TD class=title2 align="left" width="33%"> Material Search </TD> <td class=text width="66%"> </td> </tr> <tr class="bgOuter"> <td colspan="2"><!-- inner table ########################################################################## --> <table border="0" cellspacing="1" cellpadding="0" width="100%"> <TR class=bgInner> <TD class=text width="33%"> Material Search: </TD> <TD width="66%"> <INPUT type="TEXT" name="SEARCHVALUE" size="16" maxlength="10"> </TD> </TR><!-- end of inner table ################################################################### --> </table> </td> </tr> <TR> <TD class=text width="33%"> </td> <td class=text width="66%"> <input type="submit" value="Search"> </td> </TR><!-- end of content table ################################################################# --> </table> <br> </td> </tr><!-- end of main table #################################################################### --></table></form></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -