⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 projectinfo.jsp

📁 网站开发模板框架 网站开发模板 网站开发模板 网站开发模板框架
💻 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("确定要删除数据?"))
	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="关闭">    
   
     <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>预计结束日期:</TD>
                <TD class=hilite><%=input.getParam("project_end_date")%></TD></TR>
              <TR>
                <TD noWrap align=right>实际结束日期:</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>网址:</TD>
                <TD class=hilite><A 
                  href="<%=input.getParam("project_url")%>" 
              target=_new></A><%=input.getParam("project_url")%></TD></TR>
              <TR>
                <TD noWrap align=right>阶段网址(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>. 状态 .:</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>已工作的小时数:</TD>
                <TD class=hilite width="100%">2.</TD></TR>
              <TR>
                <TD noWrap align=right>总小时数:</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")%>&nbsp; 
      </TD></TR></TBODY></TABLE></TD></TR></TABLE>


       
</BODY></HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -