zoukankan      html  css  js  c++  java
  • 管理页面左侧导航代码|网站制作

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
    <title>无标题文档</title>
    <link href="../img/member.css" rel="stylesheet" type="text/css" />
    </head>

    <body>
    <table width="85%" align="center" class="wltb">
              <tr  style="cursor:hand" onclick="parentElement.rows[this.rowIndex+1].style.display=parentElement.rows[this.rowIndex+1].style.display=='block'?('none'):('block')">
                <td class="wltby">基本信息</td>
              </tr>
        <tr style="display:block"><td><table width="100%">
              <tr>
                <td class="wltb1"><a href="info.htm" target="_parent">基本资料</a></td>
              </tr>
              <tr>
                <td class="wltb1"><a href="pw.htm" target="_parent">修改密码</a></td>
              </tr>
              <tr>
                <td class="wltb1"><a href="logo.htm" target="_parent">LOGO上传</a></td>
              </tr>
        </table>
    </td></tr>
              <tr  style="cursor:hand" onclick="parentElement.rows[this.rowIndex+1].style.display=parentElement.rows[this.rowIndex+1].style.display=='block'?('none'):('block')">
                <td class="wltby">职位管理</td>
              </tr>
        <tr style="display:block"><td><table width="100%">
                  <tr>
                <td class="wltb1"><a href="addpost.htm" target="_parent">发布职位</a></td>
              </tr>
              <tr>
                <td class="wltb1"><a href="post.htm" target="_parent">职位<a href="post.htm" target="_parent">管理</a></td>
              </tr>
              <tr>
                <td class="wltb1"><a href="secrecy.htm" target="_parent">保密设置</a></td>
              </tr>
        </table>
    </td></tr>
              <tr  style="cursor:hand" onclick="parentElement.rows[this.rowIndex+1].style.display=parentElement.rows[this.rowIndex+1].style.display=='block'?('none'):('block')">
                <td class="wltby">应聘管理</td>
              </tr>
        <tr style="display:block"><td><table width="100%">
              <tr>
                <td class="wltb1"><a href="applicant.htm" target="_parent">管理应聘者</a></td>
              </tr>
              <tr>
                <td class="wltb1"><p><a href="interview.htm" target="_parent">邀请面试记录</a></p></td>
              </tr>
              <tr>
                <td class="wltb1"><p><a href="favorite.htm" target="_parent">收藏简历</a></p></td>
              </tr>
              <tr>
                <td class="wltb1"><p><a href="letter.htm" target="_parent">面试函设置</a></p></td>
              </tr>
        </table>
    </td></tr>
              <tr  style="cursor:hand" onclick="parentElement.rows[this.rowIndex+1].style.display=parentElement.rows[this.rowIndex+1].style.display=='block'?('none'):('block')">
                <td class="wltby">搜索人才</td>
              </tr>
        <tr style="display:block"><td><table width="100%">
              <tr>
                <td class="wltb1"><a href="search.htm" target="_parent">快速搜索</a></td>
              </tr>
              <tr>
                <td class="wltb1"><a href="powersearch.htm" target="_parent">高级搜索</a></td>
              </tr>
        </table>
    </td></tr>
            </table>
    </body></html>

  • 相关阅读:
    《梦断代码》读书计划
    四则运算3
    《梦断代码》读后感Ⅱ
    第二次结对开发
    首次结对开发
    四则运算2的测试
    四则运算2的任务完成时间表
    四则运算2
    《梦断代码》观后感1
    四则运算2的心路历程
  • 原文地址:https://www.cnblogs.com/bestsaler/p/1835872.html
Copyright © 2011-2022 走看看