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>

  • 相关阅读:
    设计模式入门--设计模式原则(总纲)
    Chart图形 [GDI+] OWCChart统计图的封装类 (转载)
    Chart图形 [功能帮助类] Assistant创建显示图像的标签和文件 (转载)
    [GDI+] 生成缩略图的类文件SmallImage (转载)
    [Mime] 在c#程序中放音乐的帮助类 (转载)
    [访问系统] Api_Win32_Mac类工具包 (转载)
    [访问系统] C#计算机信息类ComputerInfo (转载)
    [Jquery] jQuery.cookie帮助类 (转载)
    [综合|基础|语法] 最新的皮肤帮助类 UI_Misc_Helper (转载)
    [JS] JavascriptHelp (转载)
  • 原文地址:https://www.cnblogs.com/bestsaler/p/1835872.html
Copyright © 2011-2022 走看看