timesheetbatchjobsearch.jsp
来自「一个很好的开源项目管理系统源代码」· JSP 代码 · 共 23 行
JSP
23 行
<%@ include file="../includes/taglibs.jsp" %><form name="appForm" action="timesheetBatchJobSearch.do" method="post"> <input type="hidden" name="dispatch" value="query"/> <div id="buttonBar"> <input type="button" onclick="document.appForm.submit()" value="<spring:message code="button.search" />" /> <input type="reset" value="<spring:message code="button.reset" />" /> </div> <spring:nestedPath path="command"> <div id="search"> <table> <tr> <td class="label"> <spring:message code="batchJobId"/>: </td> <td> <html:text path="batchJobId" size="10" maxlength="10"/> </td> </tr> </table> </div> </spring:nestedPath></form>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?