anjhar

kepala

Mar 25th, 2015
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.02 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <!--
  4. Template Name: Metronic - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.1.1
  5. Version: 2.0.2
  6. Author: KeenThemes
  7. Website: http://www.keenthemes.com/
  8. Purchase: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes
  9. License: You must have a valid license purchased only from themeforest(the above link) in order to legally use the theme for your project.
  10. -->
  11. <!--[if IE 8]> <html lang="en" class="ie8 no-js"> <![endif]-->
  12. <!--[if IE 9]> <html lang="en" class="ie9 no-js"> <![endif]-->
  13. <!--[if !IE]><!-->
  14. <html lang="en" class="no-js">
  15. <!--<![endif]-->
  16. <!-- BEGIN HEAD -->
  17. <head>
  18. <meta charset="utf-8"/>
  19. <title>Metronic | Page Layouts - Blank Page</title>
  20. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  21. <meta content="width=device-width, initial-scale=1.0" name="viewport"/>
  22. <meta content="" name="description"/>
  23. <meta content="" name="author"/>
  24.  
  25. <!-- BEGIN GLOBAL MANDATORY STYLES -->
  26. <link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=all" rel="stylesheet" type="text/css"/>
  27. <link href="<?php echo base_url();?>assets/plugins/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
  28. <link href="<?php echo base_url();?>assets/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css"/>
  29. <link href="<?php echo base_url();?>assets/plugins/uniform/css/uniform.default.css" rel="stylesheet" type="text/css"/>
  30. <!-- END GLOBAL MANDATORY STYLES -->
  31. <!-- BEGIN PAGE LEVEL STYLES -->
  32. <link rel="stylesheet" type="text/css" href="<?php echo base_url();?>assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css"/>
  33. <link rel="stylesheet" type="text/css" href="<?php echo base_url();?>assets/plugins/typeahead/typeahead.css">
  34. <!-- END PAGE LEVEL STYLES -->
  35. <!-- BEGIN THEME STYLES -->
  36. <link href="<?php echo base_url();?>assets/css/style-metronic.css" rel="stylesheet" type="text/css"/>
  37. <link href="<?php echo base_url();?>assets/css/style.css" rel="stylesheet" type="text/css"/>
  38. <link href="<?php echo base_url();?>assets/css/style-responsive.css" rel="stylesheet" type="text/css"/>
  39. <link href="<?php echo base_url();?>assets/css/plugins.css" rel="stylesheet" type="text/css"/>
  40. <link href="<?php echo base_url();?>assets/css/themes/default.css" rel="stylesheet" type="text/css" id="style_color"/>
  41. <link href="<?php echo base_url();?>assets/css/custom.css" rel="stylesheet" type="text/css"/>
  42. <!-- END THEME STYLES -->
  43. <link rel="shortcut icon" href="favicon.ico"/>
  44. </head>
  45. <!-- END HEAD -->
  46. <!-- BEGIN BODY -->
  47. <body class="page-header-fixed">
  48. <!-- BEGIN HEADER -->
  49. <div class="header navbar navbar-fixed-top">
  50. <!-- BEGIN TOP NAVIGATION BAR -->
  51. <div class="header-inner">
  52. <!-- BEGIN LOGO -->
  53. <a class="navbar-brand" href="index.html">
  54. <img src="<?php echo base_url();?>assets/img/logo.png" alt="logo" class="img-responsive"/>
  55. </a>
  56. <!-- END LOGO -->
  57. <!-- BEGIN RESPONSIVE MENU TOGGLER -->
  58. <a href="javascript:;" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
  59. <img src="<?php echo base_url();?>assets/img/menu-toggler.png" alt=""/>
  60. </a>
  61. <!-- END RESPONSIVE MENU TOGGLER -->
  62. <!-- BEGIN TOP NAVIGATION MENU -->
  63. <ul class="nav navbar-nav pull-right">
  64. <!-- BEGIN USER LOGIN DROPDOWN -->
  65. <li class="dropdown user">
  66. <a href="#" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true">
  67. <span class="username">
  68. <?php echo $this->session->userdata('namalengkap');?>
  69. </span>
  70. <i class="fa fa-angle-down"></i>
  71. </a>
  72. <ul class="dropdown-menu">
  73. <li>
  74. <a href="extra_profile.html">
  75. <i class="fa fa-user"></i> My Profile
  76. </a>
  77. </li>
  78. <li>
  79. <a href="auth/logout/">
  80. <i class="fa fa-key"></i> Log Out
  81. </a>
  82. </li>
  83. </ul>
  84. </li>
  85. <!-- END USER LOGIN DROPDOWN -->
  86. </ul>
  87. <!-- END TOP NAVIGATION MENU -->
  88. </div>
  89. <!-- END TOP NAVIGATION BAR -->
  90. </div>
  91. <!-- END HEADER -->
Advertisement
Add Comment
Please, Sign In to add comment