?? complete.jsp
字號:
<%@ page language="java" pageEncoding="gb2312"%>
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
<html>
<head>
<title>施工完成</title>
</head>
<body>
<f:view>
<h:form>
<h:panelGrid columns="2">
<h:outputLabel for="name" value="施工類別:" />
<h:outputLabel for="name" value="#{wuhaibao.construct.type1.typeTitle}" />
<h:outputLabel for="password" value="申請時間:"/>
<h:outputLabel for="password" value="#{wuhaibao.construct.constDate}"/>
<h:outputLabel for="password" value="原因描述:"/>
<h:outputLabel for="password" value="#{wuhaibao.construct.constCause}"/>
<h:outputLabel for="name" value="施工完成時間:" />
<h:inputText id="name" value="#{wuhaibao.date}" />
<h:outputLabel for="password" value="用戶反饋:"/>
<h:inputTextarea rows="5" cols="10" id="fankuei" value="#{wuhaibao.construct.constFeedback}"></h:inputTextarea>
<h:outputLabel for="power" value="備注:"/>
<h:inputTextarea rows="5" cols="10" id="baizhu" value="#{wuhaibao.construct.constRemark}"></h:inputTextarea>
</h:panelGrid>
<h:commandButton value="施工完工" action="#{wuhaibao.update}" type="submit" id="qq"/>
</h:form>
</f:view>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -