Edit D:\rfid\libsystem\page\application\bookcaseedit.jsp
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; %> <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>????????</title> <%@ include file="../global/linkcss.jsp" %> </head> <body class="m-top"> <!-- ????? ???????????????? --> <div class="tool-div"> <div class="easyui-panel m-top" data-options="fit:true" style="padding: 5px;" > <a href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-search'" onclick="serachBookList()">????</a> <a href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-plus'" onclick="addBookRecord()">???</a> <a href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-save'" onclick="saveBookRecord()">???</a> <a href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-trash'" onclick="deleteBookRecord()">???</a> </div> </div> <div class="tool-div-search m-top-3" > <div class="easyui-panel" data-options="fit:true" style="padding: 5px;"> <select id="index" class="easyui-combobox" style="width:100px;height:26px;" editable="false" data-options=""> <option value="serno">?????</option> <option value="isbn" selected="selected">ISBN</option> <option value="title">???</option> <option value="author">????</option> <option value="classno">?????</option> </select> <input id="keyword" class="easyui-textbox" data-options="buttonText:'????',buttonIcon:'e-icon-search fa fa-search',prompt:'?????????????????????',onClickButton:function(){serachBookList()}" style="width:250px;height:26px;"> <input id="serno" item-type="record" disabled="disabled" class="easyui-textbox" style="width:120px;height:26px;"></input> </div> </div> <div class="easyui-panel m-top" style="padding: 5px;"> <!-- ????????? --> <div class="table-content" class="m-top"> <table class="table-box rdr-table-input" data-options="fit:true"> <tr> <td class="div-tr-td" >??????</td> <td><select id="libcode" item-type="record" class="easyui-combobox" required="true" style="width:100%;height: 28px;" editable="false" data-options=""> </select></td> <td class="div-tr-td">???</td> <td><input id="title" item-type="record" required="true" class="easyui-textbox" style="width:100%;height: 28px;" data-options="prompt:'???'"></td> <td class="div-tr-td">????</td> <td><input id="author" item-type="record" required="true" class="easyui-textbox" style="width:100%;height: 28px;" data-options="prompt:'????'"></td> <td class="div-tr-td">?????</td> <td><input id="classno" item-type="record" required="true" class="easyui-textbox" style="width:100%;height: 28px;" data-options="prompt:'?????'"></td> <td class="div-tr-td" style="display: none;">????</td> <td style="display: none;"><select id="arstatus" item-type="record" class="easyui-combobox" required="true" style="width:100%;height: 28px;" editable="false" data-options=""> </select></td> </tr> <tr> <td class="div-tr-td">ISBN</td> <td><input id="isbn" item-type="record" required="true" class="easyui-textbox" style="width:100%;height: 28px;" data-options="prompt:'ISBN??'"></td> <td class="div-tr-td">???</td> <td><input id="price" item-type="record" required="true" class="easyui-numberbox" precision="2" style="width:100%;height: 28px;" data-options="prompt:'???'"></td> <td class="div-tr-td">?????</td> <td><input id="publish" item-type="record" class="easyui-textbox" style="width:100%;height: 28px;" data-options="prompt:'?????'"></td> <td class="div-tr-td">?????</td> <td><input id="publishaddress" item-type="record" class="easyui-textbox" style="width:100%;height: 28px;" data-options="prompt:'?????'"></td> <td class="div-tr-td">??????</td> <td><input id="publishdate" item-type="record" class="easyui-datebox" style="width:100%;height: 28px;" data-options="prompt:'??????'"></td> </tr> <tr> <td class="div-tr-td" >?????</td> <td><input id="subject" item-type="record" class="easyui-textbox" style="width:100%;height: 28px;" data-options="prompt:'???'"></td> <td class="div-tr-td">???</td> <td><input id="bibsize" item-type="record" class="easyui-textbox" style="width:100%;height: 28px;" data-options="prompt:'???'"></td> <td class="div-tr-td">???</td> <td><input id="language" item-type="record" class="easyui-textbox" style="width:100%;height: 28px;" data-options="prompt:'???'"></td> <td class="div-tr-td">???</td> <td><input id="page" item-type="record" class="easyui-textbox" style="width:100%;height: 28px;" data-options="prompt:'???'"></td> <td class="div-tr-td">?????</td> <td><input id="orderno" item-type="record" class="easyui-textbox" style="width:100%;height: 28px;" data-options="prompt:'?????'"></td> </tr> <tr> <td class="div-tr-td" >??????</td> <td><input id="unifiedno" item-type="record" class="easyui-textbox" style="width:100%;height: 28px;" data-options="prompt:'??????'"></td> <td class="div-tr-td">???</td> <td><input id="attachment" item-type="record" class="easyui-textbox" style="width:100%;height: 28px;" data-options="prompt:'???'"></td> <td class="div-tr-td" style="display: none;">????</td> <td style="display: none;"><input id="account" item-type="record" class="easyui-textbox" style="width:100%;height: 28px;" data-options="prompt:'????'"></td> <td class="div-tr-td" style="display: none;">????????</td> <td style="display: none;"><input id="linkid" item-type="record" class="easyui-numberbox" style="width:100%;height: 28px;" data-options="prompt:'????????'"></td> <td class="div-tr-td" style="display: none;">????????</td> <td style="display: none;"><input id="orderid" item-type="record" class="easyui-numberbox" style="width:100%;height: 28px;" data-options="prompt:'????????'"></td> </tr> </table> </div> </div> <!-- ????????? --> <div class="datagrid-div m-top"> <table id="bookDataGridList" title="" class="easyui-datagrid" data-options="singleSelect:true,fit:true,fitColumns:true,pagination:true,striped:true" > <thead> <tr> <th data-options="field:'serno'" width="60">?????</th> <th data-options="field:'libcode',formatter:onShowLibName" width="80">??????</th> <th data-options="field:'status',formatter:onShowBibStatusName" hidden="hidden" width="80">????</th> <th data-options="field:'isbn'" width="80">ISBN??</th> <th data-options="field:'classno'" width="80">?????</th> <th data-options="field:'title'" width="200">???</th> <th data-options="field:'author'" width="100">????</th> <th data-options="field:'orderno'" width="100">??????</th> <th data-options="field:'unifiedno'" width="100">??????</th> <th data-options="field:'price'" width="80">???</th> <th data-options="field:'publish'" width="80">?????</th> <th data-options="field:'publishaddress'" width="80">?????</th> </tr> </thead> </table> </div> <%@ include file="../global/easyui-dialog.jsp"%> </body> <%@ include file="../global/linkjs.jsp" %> <script type="text/javascript" src="${pageContext.request.contextPath}/page/global/grid/js/grid.js?version=<%=MyJspUtils.getVersion() %>"></script> <script type="text/javascript" src="${pageContext.request.contextPath}/page/application/js/bookcaseedit.js?version=<%=MyJspUtils.getVersion() %>"></script> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de