task_inc_menu_top.jsp
上传用户:jhtang88
上传日期:2014-01-27
资源大小:28528k
文件大小:3k
源码类别:

Jsp/Servlet

开发平台:

Java

  1. <%@ page contentType="text/html;charset=utf-8"%>
  2. <script src="inc/nav.js"></script>
  3. <table width="100%" height="30" border="1" align="center" cellpadding="1" cellspacing="0" borderColorLight="#848284" borderColorDark="#ffffff" bgcolor="D6D3CE" style="color:#ffffff">
  4.   <tr>
  5.     <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)">
  6.       <tr>
  7.         <td width="35%" height="22" align="center" nowrap="nowrap" style="border:thin" onmouseover="return menu_td_onmouseover(this)" onmouseout="return menu_td_onmouseout(this)"><img src="images/task/icon-notyet.gif" align="absmiddle" /> <a class="black" href="task.jsp?status=0" title="我未完成的任务">未完成</a></td>
  8.       </tr>
  9.     </table>
  10.       <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)">
  11.       <tr>
  12.         <td width="35%" height="22" align="center" nowrap="nowrap" style="border:thin" onmouseover="return menu_td_onmouseover(this)" onmouseout="return menu_td_onmouseout(this)"><img src="images/task/icon-yes.gif" align="absmiddle" /> <a class="black" href="task.jsp?status=1" title="我已完成的任务">已完成</a></td>
  13.       </tr>
  14.     </table>
  15.   <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)">
  16.         <tr>
  17.           <td width="35%" height="22" align="center" nowrap="nowrap" style="border:thin" onmouseover="return menu_td_onmouseover(this)" onmouseout="return menu_td_onmouseout(this)"><img src="images/task/icon-no.gif" align="absmiddle" /> <a class="black" href="task.jsp?status=2" title="我已作废的任务">已作废</a></td>
  18.         </tr>
  19.       </table>
  20.   <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)">
  21.       <tr>
  22.         <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="task.jsp" title="我的全部任务">全部任务</a></td>
  23.       </tr>
  24.     </table>
  25.   <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)">
  26.         <tr>
  27.           <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="task_query.jsp" title="查询任务">任务查询</a></td>
  28.         </tr>
  29.       </table></td>
  30.   </tr>
  31. </table>