source: pro-violet-viettel/www/deploy/20150304/application/views/layout/admin/header.php @ 780

Last change on this file since 780 was 780, checked in by dungnv, 10 years ago
File size: 3.4 KB
Line 
1<!DOCTYPE html>
2<html lang="en">
3        <head>
4                <meta charset="utf-8" />
5                <title>SBG|Admin</title>
6
7                <meta name="description" content="overview &amp; stats" />
8                <meta name="viewport" content="width=device-width, initial-scale=1.0" />
9
10                <link href="<?php echo $base_url;?>assets/css/bootstrap.min.css" rel="stylesheet" />
11                <link rel="stylesheet" href="<?php echo $base_url;?>assets/css/font-awesome.min.css" />
12
13                <!-- page specific plugin styles -->
14
15                <link rel="stylesheet" href="<?php echo $base_url;?>assets/css/jquery-ui-1.10.3.full.min.css" />
16                <link rel="stylesheet" href="<?php echo $base_url;?>assets/css/datepicker.css" />
17                <link rel="stylesheet" href="<?php echo $base_url;?>assets/css/ui.jqgrid.css" />
18               
19                <link rel="stylesheet" href="<?php echo $base_url;?>assets/css/ace-fonts.css" />
20
21                <link rel="stylesheet" href="<?php echo $base_url;?>assets/css/ace.min.css" />
22                <link rel="stylesheet" href="<?php echo $base_url;?>assets/css/ace-rtl.min.css" />
23                <link rel="stylesheet" href="<?php echo $base_url;?>assets/css/ace-skins.min.css" />
24        <link rel="stylesheet" href="<?php echo $base_url;?>assets/css/custom.css" />
25                <link rel="stylesheet" href="<?php echo $base_url;?>assets/css/daterangepicker.css" />
26               
27               
28                <script src="<?php echo $base_url;?>assets/js/ace-extra.min.js"></script>
29
30                <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
31
32                <!--[if lt IE 9]>
33                <script src="<?php echo $base_url;?>assets/js/html5shiv.js"></script>
34                <script src="<?php echo $base_url;?>assets/js/respond.min.js"></script>
35                <![endif]-->
36                <style>
37                        table a
38                        {
39                                cursor: pointer;
40                                font-size: 13px;
41                                font-weight: normal;
42                        }
43                </style>
44        </head>
45
46        <body>
47                <div class="navbar navbar-default navbar-fixed-top" id="navbar">
48                        <script type="text/javascript">
49                                try{ace.settings.check('navbar' , 'fixed')}catch(e){}
50                        </script>
51
52                        <div class="navbar-container" id="navbar-container">
53                                <div class="navbar-header pull-left">
54                                        <a href="#" class="navbar-brand">
55                                                <img src="<?php echo $base_url;?>assets/img/logo_soanbai_online_white.png" width="350" class="img-responsive">
56                                        </a><!-- /.brand -->
57                                </div><!-- /.navbar-header -->
58
59                                <div class="navbar-header pull-right" role="navigation">
60                                        <ul class="nav ace-nav">
61                                                <li>
62                                                        <a data-toggle="dropdown" href="#" class="dropdown-toggle">
63                                                                <img class="nav-user-photo" src="<?php echo $base_url;?>assets/avatars/user.jpg" alt="Admin's Photo" />
64                                                                <span class="user-info">
65                                                                        <small>Xin chào,</small>
66                                                                        Admin
67                                                                </span>
68
69                                                                <i class="icon-caret-down"></i>
70                                                        </a>
71
72                                                        <ul class="user-menu pull-right dropdown-menu dropdown-yellow dropdown-caret dropdown-close">
73                                                                <li>
74                                                                        <a href="<?php echo $base_url; ?>admin/quan_tri_vien/thong_tin_ca_nhan">
75                                                                                <i class="icon-user"></i>
76                                                                                ThÃŽng tin cá nhân
77                                                                        </a>
78                                                                </li>
79
80                                                                <li class="divider"></li>
81
82                                                                <li>
83                                                                        <a href="<?php echo $base_url; ?>admin/home/logout">
84                                                                                <i class="icon-off"></i>
85                                                                                Thoát
86                                                                        </a>
87                                                                </li>
88                                                        </ul>
89                                                </li>
90                                        </ul><!-- /.ace-nav -->
91                                </div><!-- /.navbar-header -->
92                        </div><!-- /.container -->
93                </div>
94
95                <div class="main-container" id="main-container">
96                        <script type="text/javascript">
97                                try{ace.settings.check('main-container' , 'fixed')}catch(e){}
98                        </script>
Note: See TracBrowser for help on using the repository browser.