%PDF- %PDF-
| Direktori : /home/riacommer/public_html/admin/ |
| Current File : /home/riacommer/public_html/admin/sidebar.php |
<nav id="sidebar" class="sidebar" role="navigation">
<!-- need this .js class to initiate slimscroll -->
<div class="js-sidebar-content">
<header class="logo hidden-xs">
<!--<a href="index.php"><img src="images/software_logo.png" /></a>-->
<!--<img src="images/content-small-logo.png" style="float:left;" />-->
</header>
<!-- seems like lots of recent admin template have this feature of user info in the sidebar.
looks good, so adding it and enhancing with notifications -->
<div class="sidebar-status visible-xs">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<span class="thumb-sm avatar pull-right">
<img class="img-circle" src="demo/img/people/a5.jpg" alt="...">
</span>
<!-- .circle is a pretty cool way to add a bit of beauty to raw data.
should be used with bg-* and text-* classes for colors -->
<span class="circle bg-warning fw-bold text-gray-dark">
13
</span>
<?php
echo isset($_SESSION["user_name"])?$_SESSION["user_name"]:"";
//echo $_SESSION["user_name"];
?>
<b class="caret"></b>
</a>
<!-- #notifications-dropdown-menu goes here when screen collapsed to xs or sm -->
</div>
<!-- main notification links are placed inside of .sidebar-nav -->
<ul class="sidebar-nav">
<li<?php isSelected('index.php');?>>
<!-- an example of nested submenu. basic bootstrap collapse component -->
<a href="index.php">
<span class="icon">
<i class="fa fa-desktop" style="color:white;"></i>
</span>
Dashboard
</a>
</li>
<li<?php isSelected('brand.php');
isSelected('brand_ce.php');
?>>
<a href="brand.php">
<span class="icon">
<i class="glyphicon glyphicon-stats" style="color:white;"></i>
</span>
Brand
</a>
</li>
<li<?php isSelected('product_cat.php');
isSelected('product_cat_ce.php');
?>>
<a href="product_cat.php">
<span class="icon">
<i class="fa fa-envelope" style="color:white;"></i>
</span>
Product Category
</a>
</li>
<li<?php
isSelected('product.php');
isSelected('product_ce.php');
?>>
<a href="product.php">
<span class="icon">
<i class="fa fa-envelope" style="color:white;"></i>
</span>
Product
</a>
</li>
<!--<li>
<a class="collapsed" href="#sidebar-admin" data-toggle="collapse" data-parent="#sidebar">
<span class="icon">
<i class="glyphicon glyphicon-user" style="color:white;"></i>
</span>
Administrator
<i class="toggle fa fa-angle-down"></i>
</a>
<ul id="sidebar-admin" class="collapse">
<li><a href="user_group.php">User Group</a></li>
</ul>
</li>-->
</ul>
</div>
</nav>
<!--
//product
//page content
//order
//customer
/report
-->