📄 right.jsp
字号:
<%@ page language="java" pageEncoding="utf-8"%>
<%@ taglib uri="http://java.fckeditor.net" prefix="FCK"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<script type="text/javascript" language="javascript" src="../js/WdatePicker.js"></script>
<style type="text/css">
<!--
body,td,th {
font-size: 9pt;
}
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
input{
width:500;
}
-->
</style></head>
<body background="../image/bgall.gif"><br />
<br />
<form name="form1" method="post" action="">
<table style="border-top:1px solid #96C334;border-bottom:1px solid #96C334;" width="95%" height="30" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="16%"> 请输入书籍名称查询:</td>
<td width="84%">
<input type="text" name="bookName">
<input type="submit" name="Submit" style="width:40" value="查询"></td>
</tr>
</table>
</form>
<form style="border-bottom:1px solid #96C334;" name="form2" method="post" action="" enctype="multipart/form-data">
<table width="95%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="16%" height="30"> 书籍名称:</td>
<td width="84%" height="30">
<input name="bkName" type="text"/>
</tr>
<tr>
<td height="30"> ISBN:</td>
<td height="30">
<input type="text" name="ISBN"></td>
</tr>
<tr>
<td height="30"> 出版社:</td>
<td height="30">
<input type="text" name="bookConcern"></td>
</tr>
<tr>
<td height="30"> 出版时间:</td>
<td height="30">
<input name="publishTime" id="d12" type="text"/>
<img onclick="WdatePicker({el:$dp.$('d12')})" src="../js/skin/datePicker.gif" width="16" height="22" align="absmiddle"></td>
</tr>
<tr>
<td height="30"> 作者:</td>
<td height="30">
<input type="text" name="authorName"></td>
</tr>
<tr>
<td height="30"> 图书封面:</td>
<td height="30">
<input type="file" name="cover"></td>
</tr>
<tr>
<td height="30"> 价格:</td>
<td height="30">
<input type="text" name="textfield"></td>
</tr>
<tr>
<td height="30"> 当当价格:</td>
<td height="30">
<input type="text" name="textfield"></td>
</tr>
<tr>
<td height="30"> 内容简介:</td>
<td height="30"> <FCK:editor instanceName="content" width="95%" height="300" toolbarSet="Default">
<jsp:attribute name="value">
</jsp:attribute>
</FCK:editor></td>
</tr>
<tr>
<td></td>
<td><div align="left"><input style="width:40" name="s1" type="button" value="增加"><input style="width:40" name="s2" type="button" value="修改"><input style="width:40" name="s3" type="button" onClick="" value="删除"><input name="re" style="width:40" type="reset" value="重写"></div></td>
</tr>
</table>
</form>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -