boardroom_inc_apply_top.jsp
来自「oa 源代码」· JSP 代码 · 共 32 行
JSP
32 行
<%@ page contentType="text/html; charset=utf-8"%><%@ page import = "com.redmoon.oa.meeting.BoardroomSQLBuilder"%>
<script src="../inc/nav.js"></script>
<table width="100%" height="30" border="1" align="center" cellpadding="1" cellspacing="0" bordercolorlight="#848284" bordercolordark="#ffffff" bgcolor="D6D3CE" style="color:#ffffff">
<tr>
<td nowrap="nowrap"><table align="left" border="0" cellpadding="0" cellspacing="0" width="120" bgcolor="D6D3CE" style="color:#ffffff" onmouseover="return menu_table_onmouseover(this)" onmouseout="return menu_table_onmouseout(this)">
<tr>
<td width="35%" height="22" align="center" nowrap="nowrap" style="border:thin" onmouseover="return menu_td_onmouseover(this)" onmouseout="return menu_td_onmouseout(this)"><a class="black" href="boardroom_apply_list.jsp?result=<%=StrUtil.UrlEncode(BoardroomSQLBuilder.RESULT_APPLY)%>">待批会议</a></td>
</tr>
</table>
<table align="left" border="0" cellpadding="0" cellspacing="0" width="120" bgcolor="D6D3CE" style="color:#ffffff" onmouseover="return menu_table_onmouseover(this)" onmouseout="return menu_table_onmouseout(this)">
<tr>
<td width="35%" height="22" align="center" nowrap="nowrap" style="border:thin" onmouseover="return menu_td_onmouseover(this)" onmouseout="return menu_td_onmouseout(this)"><a class="black" href="boardroom_apply_list.jsp?result=<%=StrUtil.UrlEncode(BoardroomSQLBuilder.RESULT_AGREE)%>">已准会议</a></td>
</tr>
</table>
<table align="left" border="0" cellpadding="0" cellspacing="0" width="120" bgcolor="D6D3CE" style="color:#ffffff" onmouseover="return menu_table_onmouseover(this)" onmouseout="return menu_table_onmouseout(this)">
<tr>
<td width="35%" height="22" align="center" nowrap="nowrap" style="border:thin" onmouseover="return menu_td_onmouseover(this)" onmouseout="return menu_td_onmouseout(this)"><a class="black" href="boardroom_apply_list.jsp?result=<%=StrUtil.UrlEncode(BoardroomSQLBuilder.RESULT_USED)%>">进行中会议</a></td>
</tr>
</table>
<table align="left" border="0" cellpadding="0" cellspacing="0" width="120" bgcolor="D6D3CE" style="color:#ffffff" onmouseover="return menu_table_onmouseover(this)" onmouseout="return menu_table_onmouseout(this)">
<tr>
<td width="35%" height="22" align="center" nowrap="nowrap" style="border:thin" onmouseover="return menu_td_onmouseover(this)" onmouseout="return menu_td_onmouseout(this)"><a class="black" href="boardroom_apply_list.jsp?result=<%=StrUtil.UrlEncode(BoardroomSQLBuilder.RESULT_DISAGREE)%>">未批准会议</a></td>
</tr>
</table>
<table align="left" border="0" cellpadding="0" cellspacing="0" width="120" bgcolor="D6D3CE" style="color:#ffffff" onmouseover="return menu_table_onmouseover(this)" onmouseout="return menu_table_onmouseout(this)">
<tr>
<td width="35%" height="22" align="center" nowrap="nowrap" style="border:thin" onmouseover="return menu_td_onmouseover(this)" onmouseout="return menu_td_onmouseout(this)"><a class="black" href="boardroom_apply_list.jsp?result=<%=StrUtil.UrlEncode(BoardroomSQLBuilder.RESULT_END)%>">已结束会议</a></td>
</tr>
</table></td>
</tr>
</table>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?