left

left

<%@page contentType="text/html" pageEncoding="gbk"%>
<!DOCTYPE html>
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=gbk">
        <title>JSP Page</title>
    </head>
    <body background="../image/4.jpg">
        <table>
         <br><br><br><br>
        <br><br><br><br>
     <br><br><br><br>
            <tr>
                <td>
                    <a href="../clientManage/lookClient.jsp" target="main">客户管理</a>
                </td>
            <tr/>
      
            <tr>
                <td>
                    <a href="../contactManage/lookContact.jsp" target="main">合同管理</a>
                </td>
           <tr/>
          
           <tr>
                <td>
                    <a href="../CSManage/lookCS.jsp" target="main">售后管理</a>
                </td> 
            <tr/>
            
            <tr>
                <td>
                    <a href="../productManage/lookProduct.jsp" target="main">产品管理</a>
                </td> 
            <tr/>
            
            <tr>
                <td>
                    <a href="../staffManage/lookStaff.jsp" target="main">员工管理</a>
                </td>
            <tr/>
        
            <tr>
                <td>
                    <a href="../login.jsp" target="_parent">退出系统</a>
                </td>
            </tr>
        </table>
    </body>
</html>

猜你喜欢

转载自blog.csdn.net/weixin_42483660/article/details/83821313