Edit D:\chineseall_products\bak\digitalLib6\admin\statistics\userRanking.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" /> <style> body{font-size:14px;color:#000;background:#fff;} </style> </head> <body> <div class="crumbs tl">?????????????? >> ???????? </div> <div class="mainCon"> <form name="pageListForm" id="pageListForm" action="userRanking.action" method="post"> <div class="search tl"> <span style="float:left; height:30px; line-height:30px;"> ?????</span><input type="text" name="name" value="${name}" class="textIn"/> <input type="button" class="searchBtn" value="???" onclick="doquery();"/> </div> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="tableList" id="tableColor"> <tr > <th width="10%" align="center">???</th> <th width="15%" align="center">???</th> <th width="20%" align="center">???</th> <th width="20%" align="center">??????</th> <th width="10%" align="center">??????</th> <th width="10%" align="center">???</th> </tr> <s:iterator value="listModel.source" status="obj"> <tr > <td><s:property value="listModel.getPagingFilter().getPageSize() * (listModel.getPagingFilter().getPage()-1) + #obj.count"/> </td> <td><s:property value="user.loginName" /> </td> <td>${user.userExtra.gradeName } <s:if test="user.userExtra!=null && user.userExtra.className!=null"> ${user.userExtra.className}</s:if> </td> <td> <s:date name="user.createTime" format="yyyy-MM-dd HH:mm:ss"/> </td> <td> ${totalReadCount } </td> <td> <a href="userReadDetail.action?id=${user.id }">??????</a></td> </tr> </s:iterator> <tr > <td colspan="7"> <s:property value="@com.chineseall.util.page.PageUtil@getPageListView(listModel.pagingFilter)" escape="false"/> </td> </tr> <tr > <td colspan="7"> <input type="hidden" name="objectId" id="objectId" value=""/> <input type="hidden" name="userType" id="userType" value="${userType }"/> <font color="red"><s:property value="info"/></font> </td> </tr> </table> </form> </div> <script> function dosubmit(actionName,objId) { if(objId && objId>0) { var obj = document.getElementById("objectId"); obj.value = objId; } else { var obj = document.getElementById("objectId"); obj.value = ""; } document.getElementById("pageListForm").action=actionName; document.getElementById("pageListForm").submit(); } function doquery() { if(document.pageListForm.currentPage) document.pageListForm.currentPage.value = 1; document.getElementById("pageListForm").submit(); } </script> </body> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de