Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!--
- Template Name: Metronic - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.1.1
- Version: 2.0.2
- Author: KeenThemes
- Website: http://www.keenthemes.com/
- Contact: [email protected]
- Purchase: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes
- License: You must have a valid license purchased only from themeforest(the above link) in order to legally use the theme for your project.
- -->
- <!--[if IE 8]> <html lang="en" class="ie8 no-js"> <![endif]-->
- <!--[if IE 9]> <html lang="en" class="ie9 no-js"> <![endif]-->
- <!--[if !IE]><!-->
- <html lang="en" class="no-js">
- <!--<![endif]-->
- <!-- BEGIN HEAD -->
- <head>
- <meta charset="utf-8"/>
- <title>Metronic | Page Layouts - Blank Page</title>
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta content="width=device-width, initial-scale=1.0" name="viewport"/>
- <meta content="" name="description"/>
- <meta content="" name="author"/>
- <!-- BEGIN GLOBAL MANDATORY STYLES -->
- <link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=all" rel="stylesheet" type="text/css"/>
- <link href="<?php echo base_url();?>assets/plugins/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
- <link href="<?php echo base_url();?>assets/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css"/>
- <link href="<?php echo base_url();?>assets/plugins/uniform/css/uniform.default.css" rel="stylesheet" type="text/css"/>
- <!-- END GLOBAL MANDATORY STYLES -->
- <!-- BEGIN PAGE LEVEL STYLES -->
- <link rel="stylesheet" type="text/css" href="<?php echo base_url();?>assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css"/>
- <link rel="stylesheet" type="text/css" href="<?php echo base_url();?>assets/plugins/typeahead/typeahead.css">
- <!-- END PAGE LEVEL STYLES -->
- <!-- BEGIN THEME STYLES -->
- <link href="<?php echo base_url();?>assets/css/style-metronic.css" rel="stylesheet" type="text/css"/>
- <link href="<?php echo base_url();?>assets/css/style.css" rel="stylesheet" type="text/css"/>
- <link href="<?php echo base_url();?>assets/css/style-responsive.css" rel="stylesheet" type="text/css"/>
- <link href="<?php echo base_url();?>assets/css/plugins.css" rel="stylesheet" type="text/css"/>
- <link href="<?php echo base_url();?>assets/css/themes/default.css" rel="stylesheet" type="text/css" id="style_color"/>
- <link href="<?php echo base_url();?>assets/css/custom.css" rel="stylesheet" type="text/css"/>
- <!-- END THEME STYLES -->
- <link rel="shortcut icon" href="favicon.ico"/>
- </head>
- <!-- END HEAD -->
- <!-- BEGIN BODY -->
- <body class="page-header-fixed">
- <!-- BEGIN HEADER -->
- <div class="header navbar navbar-fixed-top">
- <!-- BEGIN TOP NAVIGATION BAR -->
- <div class="header-inner">
- <!-- BEGIN LOGO -->
- <a class="navbar-brand" href="index.html">
- <img src="<?php echo base_url();?>assets/img/logo.png" alt="logo" class="img-responsive"/>
- </a>
- <!-- END LOGO -->
- <!-- BEGIN RESPONSIVE MENU TOGGLER -->
- <a href="javascript:;" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
- <img src="<?php echo base_url();?>assets/img/menu-toggler.png" alt=""/>
- </a>
- <!-- END RESPONSIVE MENU TOGGLER -->
- <!-- BEGIN TOP NAVIGATION MENU -->
- <ul class="nav navbar-nav pull-right">
- <!-- BEGIN USER LOGIN DROPDOWN -->
- <li class="dropdown user">
- <a href="#" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true">
- <span class="username">
- <?php echo $this->session->userdata('namalengkap');?>
- </span>
- <i class="fa fa-angle-down"></i>
- </a>
- <ul class="dropdown-menu">
- <li>
- <a href="extra_profile.html">
- <i class="fa fa-user"></i> My Profile
- </a>
- </li>
- <li>
- <a href="auth/logout/">
- <i class="fa fa-key"></i> Log Out
- </a>
- </li>
- </ul>
- </li>
- <!-- END USER LOGIN DROPDOWN -->
- </ul>
- <!-- END TOP NAVIGATION MENU -->
- </div>
- <!-- END TOP NAVIGATION BAR -->
- </div>
- <!-- END HEADER -->
Advertisement
Add Comment
Please, Sign In to add comment