Edit D:\chineseall_products\chineseall_digitallib\digitallib\digitalLib6\admin\book\readNotes.jsp
??<%@ page contentType="text/html;charset=utf-8" %> <%@ taglib prefix="s" uri="/struts-tags"%> <!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>??????????????</title> <link rel="stylesheet" type="text/css" href="/style/style.css" /> <script type='text/javascript' src='/js/jquery-1.12.4.min.js'></script> <style> body{font-size:14px;color:#000;background:#fff;} .searchTitle{float:left; height:20px; line-height:20px; margin:5px;} </style> </head> <body> <div class="crumbs tl" style="float:left;">????????????????? >>?????????</div> <div class="mainCon"> <form name="pageListForm" id="pageListForm" action="readNotes.action" method="post"> <div style="clear:both;height:2px;"></div> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="tableList" id="tableColor"> <tr > <td width="7%" align="center"><input type="checkbox" onclick="checkAll(this)"/>????</td> <td width="12%" align="center">??????</td> <td width="10%" align="center">??????</td> <td width="5%" align="center">???</td> <td width="14%" align="center">??????</td> <td width="27%" align="center" > ??????</td> <td width="18%" align="center">??????</td> <td width="auto" align="center" > ???</td> </tr> <s:iterator value="list" status="obj" var="temp"> <tr > <td><input type="checkbox" name="idList" value="${id }"/><s:property value="listModel.getPagingFilter().getPageSize() * (listModel.getPagingFilter().getPage()-1) + #obj.count"/> </td> <td>${bookName }</td> <td>${userName }</td> <td>${pageNum }</td> <td><s:date name="date" format="yyyy-MM-dd"/></td> <td> <div style="width:270px;word-break:break-all;word-wrap:break-word;text-align:left;">${content }</div> </td> <td> <div style="width:180px;word-break:break-all;word-wrap:break-word;text-align:left;">${note }</div> </td> <td><s:if test="type==9"><s:if test="note==null || note.trim().equals('')">???</s:if><s:else>???</s:else></s:if><s:elseif test="type==10">?????</s:elseif> </td> </tr> </s:iterator> <tr > <td colspan="8"> <span style="float:left;"><a href="javascript:;" onclick="doRemove();">???</a></span> <s:property value="@com.chineseall.util.page.PageUtil@getPageListView(listModel.pagingFilter)" escape="false"/> </td> </tr> <tr > <td colspan="8"> <input type="hidden" name="objectId" id="objectId" value=""/> <input type="hidden" name="oper" id="oper" value=""/> <font color="red"><s:property value="info"/></font> </td> </tr> </table> </form> </div> <script> function doRemove() { if(confirm("???????????")) { document.getElementById("pageListForm").action="removeNotes.action"; document.getElementById("pageListForm").submit(); } } function doquery() { if(document.pageListForm.currentPage) document.pageListForm.currentPage.value = 1; document.getElementById("pageListForm").submit(); } function checkAll(chk) { var code_Values = document.getElementsByTagName("input"); for (i = 0; i < code_Values.length; i++) { if (chk.checked) { code_Values[i].checked = true; }else{ code_Values[i].checked = false; } } } </script> </body> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de