timesheetperiod.jsp
来自「一个很好的开源项目管理系统源代码」· JSP 代码 · 共 25 行
JSP
25 行
<%@ 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 + =
减小字号Ctrl + -
显示快捷键?