📄 timesheetperiod.jsp
字号:
<%@ include file="../includes/taglibs.jsp" %><form name="appForm" action="timesheetPeriod.do" method="post"> <input type="hidden" name="dispatch" value="query" > <div id="buttonBar" > <input type="button" onclick="document.appForm.submit()" value="Next" /> </div> <spring:nestedPath path="command" > <div id="search" > <table> <tr> <td class="label"> <spring:message code="timesheetStartDt"/>: </td> <td> <html:select path="fromDt" > <html:options items="${fromDtLov}" value="value" selected="${command.fromDt}"/> </html:select> </td> </tr> </table> </div> </spring:nestedPath></form>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -