📄 timesheetbatchjobsearch.jsp
字号:
<%@ 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -