customer_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. <%
  4. String action_inc = ParamUtil.get(request, "action");
  5. %>
  6. <table width="100%" height="30" border="1" align="center" cellpadding="1" cellspacing="0" borderColorLight="#848284" borderColorDark="#ffffff" bgcolor="D6D3CE" style="color:#ffffff">
  7.   <tr>
  8.     <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)">
  9.       <tr>
  10.         <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="customer_list.jsp?action=<%=StrUtil.UrlEncode(action_inc)%>">客户管理</a></td>
  11.       </tr>
  12.     </table>
  13.       <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)">
  14.         <tr>
  15.           <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="customer_add.jsp?formCode=sales_customer">添加客户</a></td>
  16.         </tr>
  17.       </table>
  18.       <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)">
  19.         <tr>
  20.           <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 href="customer_query.jsp?formCode=sales_customer&amp;action=<%=StrUtil.UrlEncode(action_inc)%>" class="black">高级查询</a></td>
  21.         </tr>
  22.       </table>
  23.       <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)">
  24.       <tr>
  25.         <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 href="customer_myshare_list.jsp" class="black">共享客户</a></td>
  26.       </tr>
  27.     </table>
  28.     </td>
  29.   </tr>
  30. </table>