?? projectinfo.jsp
字號:
<%@ page contentType="text/html;charset=gb2312" %>
<%@ page import="com.web.component.*" %>
<%com.web.action.ActionContent input =(com.web.action.ActionContent) request.getAttribute("input");%>
<%
if(input==null)input=new com.web.action.ActionContent();
String jsppath=input.getParam("jsppath");%>
<html>
<head>
<link rel="stylesheet" type="text/css" href="jsp/project/css/main.css" media="all" />
<style>
A{
behavior:url(jsp/mdi/Link.htc);
}
</style>
<script>
function show(obj){
if(obj.style.display=="none"){obj.style.display="block";}
else {obj.style.display="none";}
}
function del(){
if(confirm("確定要刪除數(shù)據(jù)?"))
window.location='project.project.page?cmd=del&key.project_id.int=<%=input.getParam("project_id")%>';
}
</script>
</head>
<BODY class=mainpage >
<INPUT class=button onclick="javascript:alert('no')" type=button value=編輯>
<INPUT class=button onclick="del()" type=button value=刪除>
<INPUT class=button onclick="location.reload() ;" type="button" value="刷新">
<INPUT class=button onclick="window.top.fraMain.closewin();" type="button" value="關(guān)閉">
<TABLE class=std cellSpacing=0 cellPadding=4 width="100%" border=0>
<TR>
<TD
style="BORDER-RIGHT: #d1d1cd 1px outset; BORDER-TOP: #d1d1cd 1px outset; BORDER-LEFT: #d1d1cd 1px outset; BORDER-BOTTOM: #d1d1cd 1px outset; BACKGROUND-COLOR: #<%=input.getParam("project_color_identifier")%>"
colSpan=2><FONT color=#000000><STRONG><%=input.getParam("project_name")%></STRONG></FONT>
</TD></TR>
<TR>
<TD vAlign=top width="50%"><STRONG>詳細信息</STRONG>
<TABLE cellSpacing=1 cellPadding=2 width="100%" border=0>
<TBODY>
<TR>
<TD noWrap align=right>公司:</TD>
<TD class=hilite width="100%"><%=new Options(input.getParamObj("company"),input.getParam("project_company")).getSelectName()%></TD></TR>
<TR>
<TD noWrap align=right>短名稱:</TD>
<TD class=hilite><%=input.getParam("project_short_name")%></TD></TR>
<TR>
<TD noWrap align=right>開始日期:</TD>
<TD class=hilite><%=input.getParam("project_start_date")%></TD></TR>
<TR>
<TD noWrap align=right>預計結(jié)束日期:</TD>
<TD class=hilite><%=input.getParam("project_end_date")%></TD></TR>
<TR>
<TD noWrap align=right>實際結(jié)束日期:</TD>
<TD class=hilite><%=input.getParam("project_actual_end_date")%></TD></TR>
<TR>
<TD noWrap align=right>預算:</TD>
<TD class=hilite>$<%=input.getParam("project_target_budget")%></TD></TR>
<TR>
<TD noWrap align=right>項目主管:</TD>
<TD class=hilite><%=new Options(input.getParamObj("user"),input.getParam("project_owner")).getSelectName()%> </TD></TR>
<TR>
<TD noWrap align=right>網(wǎng)址:</TD>
<TD class=hilite><A
href="<%=input.getParam("project_url")%>"
target=_new></A><%=input.getParam("project_url")%></TD></TR>
<TR>
<TD noWrap align=right>階段網(wǎng)址(Staging URL):</TD>
<TD class=hilite><A
href="<%=input.getParam("project_demo_url")%>"
target=_new><%=input.getParam("project_demo_url")%></A></TD></TR></TBODY></TABLE></TD>
<TD vAlign=top width="50%" rowSpan=9><STRONG>簡介</STRONG><BR>
<TABLE cellSpacing=1 cellPadding=2 width="100%" border=0>
<TBODY>
<TR>
<TD noWrap align=right>. 狀態(tài) .:</TD>
<TD class=hilite width="100%"><%=new Options(input.getParamObj("projectstatus"),input.getParam("project_status")).getSelectName()%> </TD></TR>
<TR>
<TD noWrap align=right>進度:</TD>
<TD class=hilite width="100%">100.0%</TD></TR>
<TR>
<TD noWrap align=right>進行中的:</TD>
<TD class=hilite width="100%"><%=new Options(input.getParamObj("yesno"),input.getParam("project_active")).getSelectName()%></TD></TR>
<TR>
<TD noWrap align=right>已工作的小時數(shù):</TD>
<TD class=hilite width="100%">2.</TD></TR>
<TR>
<TD noWrap align=right>總小時數(shù):</TD>
<TD class=hilite
width="100%">2396</TD></TR></TBODY></TABLE><STRONG>概述</STRONG><BR>
<TABLE cellSpacing=0 cellPadding=2 width="100%" border=0>
<TBODY>
<TR>
<TD class=hilite><%=input.getParam("project_description")%>
</TD></TR></TBODY></TABLE></TD></TR></TABLE>
</BODY></HTML>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -