?? shreadwork.jsp
字號:
<%@ page contentType="text/html;charset=gb2312" %>
<%@ include file="top.jsp"%>
<TABLE id=Table1 cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR id=main_section vAlign=top>
<TD>
<TABLE height="100%" cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR >
<TD class=welcomeleft id=left_pane vAlign=top width=155 >
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0 background=../images/back.gif height=586>
<TBODY>
<TR>
<TD valign=top>
<%@ include file="personal_menu.jsp"%>
</TD></TR>
</TBODY></TABLE>
</TD><TD id=right_pane>
<%
int id = Integer.parseInt((String)request.getParameter("id"));
rs=stmt.executeQuery("SELECT * from work where id="+id);
while(rs.next())
{
%>
<TABLE id=Table2 cellSpacing=0 cellPadding=0 width="95%" border=0 align=center>
<TBODY>
<TR>
<TD vAlign=top height=10 ></TD>
</TR>
</TBODY>
</TABLE>
<TABLE id=Table2 cellSpacing=0 cellPadding=0 width="95%" border=0 align=center>
<TBODY>
<TR><TD class=article-title vAlign=bottom>
<IMG src="../images/tpdl.gif"><SPAN style="FONT-WEIGHT: bold; FONT-SIZE: larger"><%=rs.getString("topic")%></SPAN>
</TD>
</TR>
<TR>
<TD class=article-summary vAlign=top>創建者:<%=rs.getString("fbmem")%> 最后更新: <%=rs.getString("fbtime")%></TD>
</TR>
</TBODY>
</TABLE>
<TABLE class=article-page borderColor=red cellSpacing=0 cellPadding=0 width="95%" align=center border=0>
<TBODY>
<TR>
<TD class=article-page-body width="100%" colSpan=2 height="100%">
<TABLE borderColor=blue height="100%" cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD vAlign=top height=2>
<DIV id=BasePages1_theBodyControl_Toolbar>
<TABLE id=BasePages1_theBodyControl_MainToolbarTable height=35
cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD noWrap align=left width="1%"><INPUT class=pushbutton type=button onclick="javascript:location.reload()" value=刷新>
<INPUT class=pushbutton type=button value=返回 onclick="window.history.go(-1);"> </TD>
<TD noWrap align=left width="1%">
<INPUT class=pushbutton onclick="turnit('code_area770')" <%if((rs.getString("readok")).compareTo("1")==0){%>disabled<%}%> type=submit value=操作>
<SCRIPT src="../conn/func.js"></SCRIPT>
</TD>
<TD noWrap align=left>
<DIV
id=BasePages1_theBodyControl_CLP_MoveTools></DIV></TD></TR></TBODY></TABLE></DIV></TD></TR>
<TR>
<TD vAlign=top>
<TABLE
style="BORDER-RIGHT: thin solid; BORDER-TOP: thin solid; FONT-SIZE: x-small; BORDER-LEFT: thin solid; BORDER-BOTTOM: thin solid; FONT-FAMILY: Verdana; HEIGHT: 66px" cellSpacing=0 cellPadding=2 width="100%" border=0>
<TBODY>
<TR id=code_area770 style="DISPLAY: none">
<form action=opwork.jsp?id=<%=id%>>
<TD style="WIDTH: 88px; HEIGHT: 27px" vAlign=top>操作</TD>
<TD vAlign=top><SPAN ><input name="content2" type=text size=70 value=已閱!備注:><input type=submit value=提交></SPAN></TD>
<input type="hidden" name="id" value="<%=rs.getString("id")%>">
</form>
</TR>
<TR>
<TD style="WIDTH: 88px; HEIGHT: 27px" vAlign=top>標題</TD>
<TD vAlign=top><SPAN ><%=rs.getString("topic")%></SPAN></TD></TR>
<TR >
<TD style="WIDTH: 88px" vAlign=top>來自:</TD>
<TD vAlign=top><a href=user.jsp?username=<%=rs.getString("fbmem")%>><%=rs.getString("fbmem")%></a></TD></TR>
<TR>
<TD style="WIDTH: 88px" vAlign=top>狀態</TD>
<TD vAlign=top><SPAN
id=BasePages1_theBodyControl_TaskPage_ascx_fVStatus><%if(Integer.parseInt((String)rs.getString("readok"))==0){%>未閱<%}%><%if(Integer.parseInt((String)rs.getString("readok"))==1){%>已閱<%}%></SPAN></TD></TR>
<TR>
<TD style="WIDTH: 88px" vAlign=top>開始時間</TD>
<TD vAlign=top><%=rs.getString("fbtime")%></TD></TR>
<%if(!(Integer.parseInt((String)rs.getString("readok"))==0)){%>
<TR>
<TD style="WIDTH: 88px" vAlign=top>審核人</TD>
<TD vAlign=top bgcolor=yellow><%=rs.getString("recemem")%></TD></TR>
<TR>
<TD style="WIDTH: 88px" vAlign=top>審核時間</TD>
<TD vAlign=top bgcolor=yellow><%=rs.getString("readtime")%></TD></TR>
<TR>
<TD style="WIDTH: 88px" vAlign=top>備注</TD>
<TD vAlign=top bgcolor=yellow><%=rs.getString("content2")%></TD></TR>
<%}%>
<TR height=320>
<TD style="WIDTH: 88px" vAlign=top>正文</TD>
<TD vAlign=top bgcolor=f3f3f3><%=rs.getString("content")%></TD></TR></TBODY></TABLE>
</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
</BODY></HTML>
<%}%>
</TD></TR></TBODY></TABLE></TD></TR>
</TBODY>
</table>
<%@ include file="end.jsp"%>
</BODY>
</HTML>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -