📄 taskinfo.jsp
字号:
<%@ page contentType="text/html;charset=GBK" %>
<%@ taglib uri="/tags/struts-html" prefix="html" %>
<%@ taglib uri="/tags/struts-logic" prefix="logic" %>
<HTML>
<HEAD>
<TITLE>Task Information</TITLE>
<html:base/>
</HEAD>
<BODY>
<logic:present name="getTaskInfo">
<H3>projectId:<bean:write name="getTaskInfo" property="projectId"/></H3>
<H3>taskId:<bean:write name="getTaskInfo" property="taskId"/></H3>
<H3>taskName:<bean:write name="getTaskInfo" property="taskName"/></H3>
<H3>planStart:<bean:write name="getTaskInfo" property="planStart"/></H3>
<H3>planEnd:<bean:write name="getTaskInfo" property="planEnd"/></H3>
<H3>realStart:<bean:write name="getTaskInfo" property="realStart"/></H3>
<H3>realEnd:<bean:write name="getTaskInfo" property="realEnd"/></H3>
<H3>formerTask:<bean:write name="getTaskInfo" property="formerTask"/></H3>
<H3>wsbId:<bean:write name="getTaskInfo" property="wsbId"/></H3>
<H3>isLandMask:<bean:write name="getTaskInfo" property="isLandMask"/></H3>
<H3>managerName:<bean:write name="getTaskInfo" property="managerName"/></H3>
<H3>taskLoad:<bean:write name="getTaskInfo" property="taskLoad"/></H3>
<H3>harves:<bean:write name="getTaskInfo" property="harves"/></H3>
<H3>desc:<bean:write name="getTaskInfo" property="desc"/></H3>
</logic:present>
<logic:notPresent scope="session" name="getTaskInfo">
<H3>the project is not exist!</H3>
</logic:notPresent>
</BODY>
</HTML>
<%--
Allow user to submit username and password to logon action.
--%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -