惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

P
Proofpoint News Feed
V2EX - 技术
V2EX - 技术
S
Secure Thoughts
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
L
LINUX DO - 最新话题
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
Hacker News: Ask HN
Hacker News: Ask HN
T
Troy Hunt's Blog
Forbes - Security
Forbes - Security
Application and Cybersecurity Blog
Application and Cybersecurity Blog
P
Proofpoint News Feed
Know Your Adversary
Know Your Adversary
Schneier on Security
Schneier on Security
H
Heimdal Security Blog
C
Cybersecurity and Infrastructure Security Agency CISA
Simon Willison's Weblog
Simon Willison's Weblog
V
Vulnerabilities – Threatpost
月光博客
月光博客
罗磊的独立博客
Webroot Blog
Webroot Blog
博客园 - 【当耐特】
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
The Cloudflare Blog
爱范儿
爱范儿
Last Week in AI
Last Week in AI
博客园 - 聂微东
博客园 - 叶小钗
美团技术团队
A
Arctic Wolf
P
Palo Alto Networks Blog
T
Tailwind CSS Blog
Cyberwarzone
Cyberwarzone
雷峰网
雷峰网
Apple Machine Learning Research
Apple Machine Learning Research
人人都是产品经理
人人都是产品经理
宝玉的分享
宝玉的分享
H
Hacker News: Front Page
大猫的无限游戏
大猫的无限游戏
S
SegmentFault 最新的问题
Jina AI
Jina AI
C
Cyber Attacks, Cyber Crime and Cyber Security
The Last Watchdog
The Last Watchdog
IT之家
IT之家
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
酷 壳 – CoolShell
酷 壳 – CoolShell
阮一峰的网络日志
阮一峰的网络日志
J
Java Code Geeks
B
Blog
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
P
Privacy & Cybersecurity Law Blog

博客园 - 小子好黑

String 和 string vs2005常用快捷键 Wscript.shell 收集一些常用的正则表达式 WINDOWS自启动方式总结 简单的C#面试题 写卡程序 C#后台调用JS Request.ServerVariables获取环境变量 直接创建一个DataTable,并为之添加数据(自定义DataTable) 文本框回车自动提交FORM的解决方法 闲来无事,JS排序 sql 查询数据生成insert语句 学习.NET的经典网站 查询系统所有存储过程,并以树形结构显示 html实现树形结构(精简代码) c# 字母大小写转换 对于错误“不能确定应用到此机器的组策略安全性设置”的解决办法
菜单
小子好黑 · 2007-12-21 · via 博客园 - 小子好黑

<html >
<head runat="server">
    <title>Menu</title>
    <style type="text/css">
     body{color:Black;font-size:10pt;line-height:25px;margin-top:0px; }
     #menu{float:left;border: 1px solid #CAD9EA;}
     ul{padding:1px;margin:0px;}
     li{list-style:none;text-indent: 26px; line-height: 2.4em; border-width: 1px 0; }
     .mainTitle{background:url(../Images/arrow_right.gif) no-repeat 14px 46%;border-bottom:1px solid #E8E8E8;width:100%;cursor:hand;}
     .mainTitle2{background:#E8F3FD url(../Images/arrow_down.gif) no-repeat 14px 46%;border-bottom:1px solid #CAD9EA;width:100%;cursor:hand;font-weight:bold;}
     .menu1 ul{border-bottom:1px solid #E8E8E8;display:none;}
     .menu1 li{text-indent:40px;}
     .menu1 a{font-size:8pt; text-decoration:none;color:Black;}
     .menu1 a:hover{color:Red;}
     .last{border-bottom:none;}
    </style>
</head>
<body>
    <form id="form1" runat="server">
    <div id="menu" >
        <ul>
            <li class="menu1">
                <div class="mainTitle" onclick="change(this,'job')">工作管理</div>
                <ul id="job">
                    <li><a  target="rightFrame" href="Works/CreateWork.aspx">新建工作</a></li>
                    <li><a  target="rightFrame" href="Works/Works.aspx?status=2">待办工作</a></li>
                    <li><a  target="rightFrame" href="Works/Works.aspx?status=3">己办工作</a></li>
                    <li><a  target="rightFrame" href="Works/Works.aspx">全部工作</a></li>
                </ul>
            </li>
            <li class="menu1">
                <div class="mainTitle" onclick="change(this,'organize')">组织结构</div>
                <ul id="organize">
                    <li><a  target="rightFrame" href="Employees/Employees.aspx">员工列表</a></li>
                    <li><a  target="rightFrame" href="Employees/EmployeeEdit.aspx">增加员工</a></li>
                    <li><a  target="rightFrame" href="Departments/Departments.aspx">部门管理</a></li>
                    <li><a  target="rightFrame" href="Purviews/PositionsPurviews.aspx">岗位权限</a></li>
                </ul>
            </li>
            <li class="menu1">
                <div class="mainTitle" onclick="change(this,'workFlow')">工作流程</div>
                <ul id="workFlow">
                    <li><a  target="rightFrame" href="Workflows/CreateWorkflow.aspx" >新建流程</a></li>
                    <li><a  target="rightFrame" href="Workflows/Workflows.aspx" >流程管理</a></li>
                </ul>
            </li>
            <li class="menu1">
                <div class="mainTitle" onclick="change(this,'else')">其它</div>
                <ul id="else">
                    <li><a  target="rightFrame" href="News/News.aspx">快讯</a></li>
                    <li><a  target="rightFrame" href="News/CreateNews.aspx">绩效考核</a></li>
                    <li><a  target="rightFrame" href="ProjectPlan/Plan.aspx">工作计划</a></li>
                    <li><a  target="rightFrame" href="Purviews/Purviews.aspx">页面权限管理</a></li>
                </ul>
            </li>
        </ul>
    </div>
    </form>
<script type="text/javascript">
    function change(menu,id)
    {
        var obj=document.getElementById(id);

        if(obj.currentStyle.display=="none")
        {
            obj.style.display="block";
            menu.className="mainTitle2";
        }
        else
        {
            obj.style.display="none";
            menu.className="mainTitle";
        }
    }

 
</script>
</body>
</html>