博主信息
博文 48
粉丝 0
评论 0
访问量 49249
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
0928-简单的网站后台界面
3期-Shawn的博客
原创
915人浏览过

编程: 利用已学到的知识,写一个简单的网站后台界面,实现不少于三个页面的展示,功能随意,商城,企业站都可以

0928zuoye.png

实例

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <link rel="stylesheet" href="../lib/dist/css/bootstrap.css">
    <title>网站管理后台</title>

  </head>
  <body>


    <div class="row bg-info">

      <div class="col-md-2 ">
        <div class="container ">

                  <ul  class="nav navbar-nav navbar-left ">
                    <li role="presentation" ><a href="#" class="navbar-brand">网站管理后台</a></li>
                  </ul>

        </div>
      </div>


      <div class="col-md-10">
          <div class="container">

             <ul class="nav navbar-nav navbar-right">
                 <li role="presentation"><a href=""><span class="glyphicon glyphicon-user"></span>超级管理员</a></li>
                 <li role="presentation"><a href=""><span class="glyphicon glyphicon-off"></span>注销</a></li>
             </ul>

          </div>
      </div>
</div>







<div class="row" >
  <div class="col-md-2 bg-success" style="min-height: 1200px;">

    <div class="container">

    <a href="#declare1" class="btn btn-primary" data-toggle="collapse">资讯管理                                                   <span class="glyphicon glyphicon-chevron-right pull-right"></span></a>
    <div class="collapse" id="declare1">
        <div class="btn-group-vertical">
          <a target="fname" href="../lib/index1.html" class="list-group-item">资讯管理</a>
        </div>
    </div>
    <br>
    <a href="#declare2" class="btn btn-primary" data-toggle="collapse">图片管理                                                   <span class="glyphicon glyphicon-chevron-right pull-right"></span></a>
    <div class="collapse" id="declare2">
        <div class="btn-group-vertical">
            <a target="fname" href="../lib/index1.html" class="list-group-item">图片管理</a>
        </div>
    </div>
    <br>
    <a href="#declare2" class="btn btn-primary" data-toggle="collapse">产品管理                                                   <span class="glyphicon glyphicon-chevron-right pull-right"></span></a>
    <div class="collapse" id="declare2">
        <div class="btn-group-vertical">
            <a target="fname" href="../lib/index1.html" class="list-group-item">分类管理</a>
            <a target="fname" href="../lib/index1.html" class="list-group-item">***管理</a>
            <a target="fname" href="../lib/index1.html" class="list-group-item">产品管理</a>
        </div>
    </div>
    <br>
    <a href="#declare2" class="btn btn-primary" data-toggle="collapse">评论管理                                                   <span class="glyphicon glyphicon-chevron-right pull-right"></span></a>
    <div class="collapse" id="declare2">
        <div class="btn-group-vertical">
            <a target="fname" href="../lib/index1.html" class="list-group-item">评论列表</a>
            <a target="fname" href="../lib/index1.html" class="list-group-item">意见反馈</a>
        </div>
    </div>
    <br>
    <a href="#declare2" class="btn btn-primary" data-toggle="collapse">会员管理                                                   <span class="glyphicon glyphicon-chevron-right pull-right"></span></a>
    <div class="collapse" id="declare2">
        <div class="btn-group-vertical">
            <a target="fname" href="../lib/index1.html" class="list-group-item">会员列表</a>
            <a target="fname" href="../lib/index1.html" class="list-group-item">删除的会员</a>
            <a target="fname" href="../lib/index1.html" class="list-group-item">等级管理</a>
            <a target="fname" href="../lib/index1.html" class="list-group-item">积分管理</a>
            <a target="fname" href="../lib/index1.html" class="list-group-item">浏览记录</a>
            <a target="fname" href="../lib/index1.html" class="list-group-item">下载记录</a>
            <a target="fname" href="../lib/index1.html" class="list-group-item">分享记录</a>
        </div>
    </div>
    <br>
    <a href="#declare2" class="btn btn-primary" data-toggle="collapse">管理员管理                                               <span class="glyphicon glyphicon-chevron-right pull-right"></span></a>
    <div class="collapse" id="declare2">
        <div class="btn-group-vertical">
            <a target="fname" href="../lib/index1.html" class="list-group-item">角色管理</a>
            <a target="fname" href="../lib/index1.html" class="list-group-item">权限管理</a>
            <a target="fname" href="../lib/index1.html" class="list-group-item">管理员列表</a>
        </div>
    </div>
    <br>
    <a href="#declare2" class="btn btn-primary" data-toggle="collapse">系统管理                                                   <span class="glyphicon glyphicon-chevron-right pull-right"></span></a>
    <div class="collapse" id="declare2">
        <div class="btn-group-vertical">
            <a target="fname" href="../lib/index1.html" class="list-group-item">系统设置</a>
            <a target="fname" href="../lib/index1.html" class="list-group-item">栏目管理</a>
            <a target="fname" href="../lib/index1.html" class="list-group-item">数据字典</a>
            <a target="fname" href="../lib/index1.html" class="list-group-item">屏蔽词</a>
            <a target="fname" href="../lib/index1.html" class="list-group-item">系统日志</a>
        </div>
    </div>

</div>

  </div>

  <div class="col-md-10" style="min-height: 1200px;background-color: pink;">

<iframe name="fname"  frameborder="false"></iframe>

  </div>

</div>










    <script src="../lib/jquery.js"></script>
    <script src="../lib/dist/js/bootstrap.js"></script>
    </script>
  </body>
</html>

运行实例 »

点击 "运行实例" 按钮查看在线实例


批改状态:合格

老师批语:
本博文版权归博主所有,转载请注明地址!如有侵权、违法,请联系admin@php.cn举报处理!
全部评论 文明上网理性发言,请遵守新闻评论服务协议
0条评论
作者最新博文
关于我们 免责申明 意见反馈 讲师合作 广告合作 最新更新 English
php中文网:公益在线php培训,帮助PHP学习者快速成长!
关注服务号 技术交流群
PHP中文网订阅号
每天精选资源文章推送
PHP中文网APP
随时随地碎片化学习

Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号

  • 登录PHP中文网,和优秀的人一起学习!
    全站2000+教程免费学