Advertisement
crisstinell

Untitled

May 3rd, 2015
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.  
  4. <head>
  5.  
  6.     <meta charset="utf-8"/>
  7.     <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
  8.     <meta name="viewport" content="width=device-width, initial-scale=1"/>
  9.     <meta name="description" content=""/>
  10.     <meta name="author" content=""/>
  11.  
  12.     <title>Trường đại học Công Nghệ GTVT - Trung tâm công nghệ cơ khí</title>
  13.     <link rel="shortcut icon" href="http://trungtamcongnghecokhi.utt.edu.vn/home/images/icon-sevice.png"/>
  14.     <!-- Bootstrap Core CSS -->
  15.     <link rel="stylesheet" href="http://trungtamcongnghecokhi.utt.edu.vn/css/bootstrap.min.css"/>
  16.  
  17.     <!-- MetisMenu CSS -->
  18.     <link rel="stylesheet" href="http://trungtamcongnghecokhi.utt.edu.vn/css/plugins/metisMenu/metisMenu.min.css"/>
  19.  
  20.     <!-- Custom CSS -->
  21.     <link rel="stylesheet" href="http://trungtamcongnghecokhi.utt.edu.vn/css/sb-admin-2.css"/>
  22.  
  23.     <!-- Custom Fonts -->
  24.     <link rel="stylesheet" type="text/css" href="http://trungtamcongnghecokhi.utt.edu.vn/font-awesome-4.1.0/css/font-awesome.min.css"/>
  25.  
  26.     <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
  27.     <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
  28.     <!--[if lt IE 9]>
  29.    <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
  30.    <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
  31.    <![endif]-->
  32.  
  33.     <!-- jQuery Version 1.11.0 -->
  34.     <script src="http://trungtamcongnghecokhi.utt.edu.vn/js/jquery-1.11.0.js"></script>
  35.  
  36.     <!-- Bootstrap Core JavaScript -->
  37.     <script src="http://trungtamcongnghecokhi.utt.edu.vn/js/bootstrap.min.js"></script>
  38.  
  39.     <!-- Metis Menu Plugin JavaScript -->
  40.     <script src="http://trungtamcongnghecokhi.utt.edu.vn/js/plugins/metisMenu/metisMenu.min.js"></script>
  41.  
  42.     <!-- Custom Theme JavaScript -->
  43.     <script src="http://trungtamcongnghecokhi.utt.edu.vn/js/sb-admin-2.js"></script>
  44. </head>
  45.  
  46. <body>
  47.  
  48. <div id="wrapper">
  49.  
  50.     <!-- Navigation -->
  51.     <nav class="navbar navbar-default navbar-static-top" role="navigation" style="margin-bottom: 0">
  52.         <div class="navbar-header">
  53.             <a class="navbar-brand" href="/Admin/index.html">Trung Tâm Công Nghệ Cơ Khí - Đại Học CN GTVT</a>
  54.         </div>
  55.         <!-- /.navbar-header -->
  56.  
  57.         <ul class="nav navbar-top-links navbar-right">
  58.             <li class="dropdown">
  59.                 <a class="dropdown-toggle" data-toggle="dropdown" href="#">
  60.                     <i class="fa fa-user fa-fw"></i>  <i class="fa fa-caret-down"></i>
  61.                 </a>
  62.                 <ul class="dropdown-menu dropdown-user">
  63.                     <li><a href="#"><i class="fa fa-user fa-fw"></i> Thông Tin Người Dùng</a>
  64.                     </li>
  65.                     <li><a href="#"><i class="fa fa-gear fa-fw"></i> Cài Đặt</a>
  66.                     </li>
  67.                     <li class="divider"></li>
  68.                     <li><a href="/Users/logout"><i class="fa fa-sign-out fa-fw"></i> Đăng Xuất</a>
  69.                     </li>
  70.                 </ul>
  71.                 <!-- /.dropdown-user -->
  72.             </li>
  73.             <!-- /.dropdown -->
  74.         </ul>
  75.         <!-- /.navbar-top-links -->
  76.  
  77.         <div class="navbar-default sidebar" role="navigation">
  78.             <div class="sidebar-nav navbar-collapse">
  79.                 <ul class="nav" id="side-menu">
  80.                     <li>
  81.                         <a class="active" href="/Indexs/display"><i class="fa fa-dashboard fa-fw"></i> Trang Chủ</a>
  82.                     </li>
  83.                     <li>
  84.                         <a href="#"><i class="fa fa-user fa-fw"></i> Quản Lý Người Dùng<span class="fa arrow"></span></a>
  85.                         <ul class="nav nav-second-level">
  86.                             <li>
  87.                                 <a href="/Users/listUser">Danh Sách Người Dùng</a>
  88.                             </li>
  89.                             <li>
  90.                                 <a href="/Users/addUser">Thêm Mới Người Dùng</a>
  91.                             </li>
  92.                         </ul>
  93.                         <!-- /.nav-second-level -->
  94.                     </li>
  95.                     <li>
  96.                         <a href="/Locations/display"><i class="glyphicon glyphicon-tag fa-fw"></i> Vi trí Bài Viết</a>
  97.                     </li>
  98.                     <li>
  99.                         <a href="#"><i class="glyphicon glyphicon-list fa-fw"></i> Quản Lý Danh Mục Tin<span class="fa arrow"></span></a>
  100.                         <ul class="nav nav-second-level">
  101.                             <li>
  102.                                 <a href="/Categories/listCategoryNew">Danh Sách Danh Mục Tin</a>
  103.                             </li>
  104.                             <li>
  105.                                 <a href="/Categories/addCategory">Thêm Danh Mục Tin</a>
  106.                             </li>
  107.                         </ul>
  108.                     </li>
  109.                     <li>
  110.                         <a href="#"><i class="fa fa-pencil fa-fw"></i> Quản Lý Tin Tức<span class="fa arrow"></span></a>
  111.                         <ul class="nav nav-second-level">
  112.                             <li>
  113.                                 <a href="/Articles/listNew">Danh Sách Bài Viết</a>
  114.                             </li>
  115.                             <li>
  116.                                 <a href="/Articles/addNew">Thêm Mới Bài Viết</a>
  117.                             </li>
  118.                         </ul>
  119.                         <!-- /.nav-second-level -->
  120.                     </li>
  121.  
  122.                     <li>
  123.                         <a href="#"><i class="glyphicon glyphicon-list fa-fw"></i> Quản Lý Menu<span class="fa arrow"></span></a>
  124.                         <ul class="nav nav-second-level">
  125.                             <li>
  126.                                 <a href="/Navications/listMenu">Danh Mục Menu</a>
  127.                             </li>
  128.                             <li>
  129.                                 <a href="/Navications/addMenu">Tạo Mới Menu</a>
  130.                             </li>
  131.                         </ul>
  132.                         <!-- /.nav-second-level -->
  133.                     </li>
  134.  
  135.                 </ul>
  136.             </div>
  137.             <!-- /.sidebar-collapse -->
  138.         </div>
  139.         <!-- /.navbar-static-side -->
  140.     </nav>
  141.  
  142.     <!-- Page Content -->
  143.     <div id="page-wrapper">
  144.         <div class="row">
  145.             <div class="col-lg-12">
  146.                 <h1 class="page-header">Trung tâm công nghệ cơ khí</h1>
  147.             </div>
  148.             <!-- /.col-lg-12 -->
  149.             <div class="col-lg-12">
  150.     <div class="panel panel-default">
  151.         <div class="panel-heading">
  152.             Danh Sách Bài Viết
  153.         </div>
  154.         <!-- /.panel-heading -->
  155.         <div class="panel-body">
  156.             <div class="table-responsive">
  157.                 <table class="table table-striped table-bordered table-hover" id="dataTables-example">
  158.                     <thead>
  159.                     <tr>
  160.                         <th style="width: 80px;" class="text-center">STT</th>
  161.                         <th class="col-lg-1">Ảnh Hiển Thị</th>
  162.                         <th class="col-lg-2">Tiêu Đề</th>
  163.                         <th>Mô Tả</th>
  164.                         <th class="col-lg-2">Loại Bài Viết</th>
  165.                         <th class="col-sm-2">Trạng Thái</th>
  166.                     </tr>
  167.                     </thead>
  168.                     <tbody>
  169.                     <tr class="odd gradeX">
  170.                         <td class="text-center">1</td>
  171.                         <td><img style="width: 150px; max-height: 150px;" class="img-responsive img-thumbnail" src=""/></td>
  172.                         <td>asdasd asd á dfdsf </td>
  173.                         <td><p>asd dfgs asd asd &aacute;</p>
  174. </td>
  175.                         <td>Tin Giáo dục</td>
  176.                         <td>
  177.                             <div class="center-block text-center"><a href="/Articles/hiddenArticle/1"><button type="button" class="btn btn-danger center-block" data-toggle="tooltip" data-placement="right" title="Ẩn Bài Viết"><i class="fa fa-eye-slash"></i></button></a><br/>Bài viết đã đăng</div>
  178.                            
  179.                         </td>
  180.                     </tr><tr class="odd gradeX">
  181.                         <td class="text-center">2</td>
  182.                         <td><img style="width: 150px; max-height: 150px;" class="img-responsive img-thumbnail" src=""/></td>
  183.                         <td>tester</td>
  184.                         <td><p>xcsd sad sad sad</p>
  185. </td>
  186.                         <td>Tin Giáo dục</td>
  187.                         <td>
  188.                             <div class="center-block text-center"><a href="/Articles/hiddenArticle/2"><button type="button" class="btn btn-danger center-block" data-toggle="tooltip" data-placement="right" title="Ẩn Bài Viết"><i class="fa fa-eye-slash"></i></button></a><br/>Bài viết đã đăng</div>
  189.                            
  190.                         </td>
  191.                     </tr>
  192.                    </tbody>
  193.                 </table>
  194.             </div>
  195.  
  196.             <!-- /.table-responsive -->
  197.         </div>
  198.         <!-- /.panel-body -->
  199.     </div>
  200.     <!-- /.panel -->
  201. </div>
  202. <!-- /.col-lg-12 -->
  203.  
  204. <!-- DataTables JavaScript -->
  205. <script src="http://trungtamcongnghecokhi.utt.edu.vn/js/plugins/dataTables/jquery.dataTables.js"></script>
  206. <script src="http://trungtamcongnghecokhi.utt.edu.vn/js/plugins/dataTables/dataTables.bootstrap.js"></script>
  207.  
  208. <script>
  209.     $(document).ready(function() {
  210.         $('#dataTables-example').dataTable();
  211.     });
  212. </script>
  213.         </div>
  214.         <!-- /.row -->
  215.     </div>
  216.     <!-- /#page-wrapper -->
  217.  
  218. </div>
  219. <!-- /#wrapper -->
  220.  
  221.  
  222.  
  223. </body>
  224.  
  225. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement