Server : Apache/2.4.18 (Ubuntu) System : Linux canvaswebdesign 3.13.0-71-generic #114-Ubuntu SMP Tue Dec 1 02:34:22 UTC 2015 x86_64 User : oppastar ( 1041) PHP Version : 7.0.33-0ubuntu0.16.04.15 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, Directory : /var/www/kamariallee.com/public_html/application/views/template/ |
Upload File : |
<?php defined('BASEPATH') OR exit('No direct script access allowed'); ?> <!DOCTYPE html> <html lang="en"> <head> <!-- Basic page needs ============================================ --> <title><?= ucwords($browser_title); ?></title> <meta charset="utf-8"> <meta name="keywords" content="<?= $meta_keywords; ?>" /> <meta name="description" content="<?= $meta_description; ?>"> <!-- icon for mobile home --> <!-- MUST ADD THIS ICONS ON EVERY TEMPLATE--> <link rel="icon" href="<?= base_url(). 'uploads/' . $website_icon; ?>"> <link href="<?= base_url(). 'uploads/' . $website_icon; ?>" rel="apple-touch-icon" /> <link href="<?= base_url(). 'uploads/' . $website_icon; ?>" rel="apple-touch-icon" sizes="152x152" /> <link href="<?= base_url(). 'uploads/' . $website_icon; ?>" rel="apple-touch-icon" sizes="167x167" /> <link href="<?= base_url(). 'uploads/' . $website_icon; ?>" rel="apple-touch-icon" sizes="180x180" /> <link href="<?= base_url(). 'uploads/' . $website_icon; ?>" rel="icon" sizes="192x192" /> <link href="<?= base_url(). 'uploads/' . $website_icon; ?>" rel="icon" sizes="128x128" /> <!-- Mobile specific metas ============================================ --> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <!-- Google web fonts ============================================ --> <link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Raleway:300,900' rel='stylesheet' type='text/css'> <!-- Bootstrap CSS ============================================ --> <link rel="stylesheet" href="<?= base_url('theme/css/bootstrap.min.css'); ?>"> <!-- Libs CSS ============================================ --> <link rel="stylesheet" href="<?= base_url('theme/css/animate.css'); ?>"> <link rel="stylesheet" href="<?= base_url('theme/lib/flexslider/flexslider.css'); ?>"> <link href="<?= base_url('theme/lib/rs-plugin/css/settings.css'); ?>" rel="stylesheet" /> <!-- jQuery ui css ============================================ --> <link href="<?= base_url('theme/css/jquery-ui.css'); ?>" rel="stylesheet"> <!-- Theme CSS ============================================ --> <link rel="stylesheet" href="<?= base_url('theme/css/font-awesome.min.css'); ?>"> <link rel="stylesheet" href="<?= base_url('theme/css/style.css'); ?>"> <!-- Color CSS ============================================ --> <link rel="stylesheet" href="<?= base_url('theme/css/oldie.css'); ?>"> <!-- Old IE stylesheet ============================================ --> <!--[if lte IE 9]> <link rel="stylesheet" type="text/css" href="<?= base_url('theme/css/oldie.css'); ?>"> <![endif]--> <!-- MUST ADD THESE SCRIPTS TO EVERY TEMPLATES --> <!-- JS Libs ============================================ --> <script src="<?= base_url('theme/js/jquery-2.1.4.min.js'); ?>"></script> <!--Disabled. Jquery UI & Bootstrap.js already provided by template --> <script src="<?= base_url('assets/admin/js/jquery-ui.min.js'); ?>"></script> <!-- <script src="<?= base_url('assets/frontend/js/bootstrap.min.js'); ?>"></script> --> <!-- THIS IS FOR DATE PICKER AT ACCOUNT PAGE --> <link href="<?= base_url('assets/admin/css/ui-lightness/jquery-ui-1.10.3.custom.css'); ?>" rel="stylesheet"> <!-- Google Analytics --> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', '<?= $google_analytic_id; ?>', 'auto'); ga('send', 'pageview'); </script> <!-- End Google Analytics --> <style> /*--- this must put for every template ---*/ .error {color:red;} .stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices, .stButton .stButton_gradient {height:22px !important;} .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {color:black;} label {font-weight:normal;} .shippingLogo img {width:40%; height:auto;} /*to control shipping logo dimension in summary page */ /* Chris Coyier's Responsive Table Max width before this PARTICULAR table gets nasty This query will take effect for any screen smaller than 760px and also iPads specifically. */ @media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) { /* Force table to not be like tables anymore */ .myCart table, .myCart thead, .myCart tbody, .myCart th, .myCart td, .myCart tr { display: block; } /* Hide table headers (but not display: none;, for accessibility) */ .myCart thead tr { position: absolute; top: -9999px; left: -9999px; } .myCart tr { border: 1px solid #ccc; } .myCart td { /* Behave like a "row" */ border: none; border-bottom: 1px solid #eee; position: relative; padding-left: 10px !important; text-align:left; } .myCart td:before { /* Now like a table header */ /* position: absolute; */ /* Top/left values mimic padding */ top: 6px; left: 6px; width: 45%; padding-right: 10px; white-space: nowrap; clear:both; } /* Label the data */ /* td:nth-of-type(1):before { content: ""; } td:nth-of-type(2):before { content: ""; } */ .myCart td:nth-of-type(3):before { content: "Price"; } .myCart td:nth-of-type(4):before { content: "Quantity"; } .myCart td:nth-of-type(5):before { content: "Subtotal"; } .myCart td:nth-of-type(6):before { content: "Delete"; } #button_continue a {display:block; width:100%; text-align:center;} #button_checkout {text-align:left;} #button_checkout a {display:block; width:100%; text-align:center;} } /*---this is for Order History----*/ @media only screen and (max-width: 760px) { /* Force table to not be like tables anymore */ .orderHistory table, .orderHistory thead, .orderHistory tbody, .orderHistory th, .orderHistory td, .orderHistory tr { display: block; } /* Hide table headers (but not display: none;, for accessibility) */ .orderHistory thead tr { position: absolute; top: -9999px; left: -9999px;} .orderHistory tr { border: 1px solid #ccc; } .orderHistory td { /* Behave like a "row" */ border: none; border-bottom: 1px solid #eee; position: relative; padding-left: 10px !important; text-align:left; } .orderHistory td:before { /* Now like a table header */ /* position: absolute; */ /* Top/left values mimic padding */ top: 6px; left: 6px; width: 45%; padding-right: 10px; white-space: nowrap; clear:both; } /* Label the data */ /* .orderHistory td:nth-of-type(1):before { content: "Order No"; } */ .orderHistory td:nth-of-type(1):before { content: "Order No"; } .orderHistory td:nth-of-type(2):before { content: "Order Date"; } .orderHistory td:nth-of-type(3):before { content: "Amount"; } .orderHistory td:nth-of-type(4):before { content: "Item Details"; } .orderHistory td:nth-of-type(5):before { content: "Order Status"; } .orderHistory td:nth-of-type(6):before { content: "Order Status"; } } a {color:black;} img#nostockIcon { width: 50px !important; height: auto; position: absolute; top: 345px; } </style> <link rel="stylesheet" href="<?= base_url('theme/css/lightbox.css'); ?>"> <!-- jquery ui js --> <!-- <script src="<?= base_url('theme/js/jquery-ui.min.js'); ?>"></script> --> <!-- lightbox 2 --><script src="<?= base_url('theme/js/lightbox.js'); ?>"></script> <script> lightbox.option({ 'maxWidth': 1500, 'maxHeight': 2250, }) </script> <link href="<?= base_url('theme/css/jquery.fancybox.css'); ?>" rel="stylesheet"> <script src="<?= base_url('theme/js/jquery.fancybox.js'); ?>"></script> </head> <body class="home-4"> <!-- HEADER --> <header id="header"> <div class="topbar"> <!-- HEADER TOP --> <div class="header-top"> <div class="container"> <div class="row"> <div class="col-md-8 col-sm-9"> <!-- HEADER TOP MENU --> <div class="header-top-menu"> <ul class="list-unstyled list-inline"> <!-- <li class="dropdown dropdown-small"> <a data-toggle="dropdown" data-hover="dropdown" class="dropdown-toggle" href="index-4.html#">Bahasa<i class="fa fa-angle-down"></i></a> <ul class="dropdown-menu"> <li><a href="index-4.html#">English</a></li> </ul> </li> --> <!-- <li class="dropdown dropdown-small"> <a data-toggle="dropdown" data-hover="dropdown" class="dropdown-toggle" href="index-4.html#">Rp <i class="fa fa-angle-down"></i></a> <ul class="dropdown-menu"> <li><a href="index-4.html#">USD</a></li> </ul> </li> --> <?php if ($this->session->userdata('customer') && $this->session->userdata('customer')['customer_name']) : ?> <li class="dropdown dropdown-small active"> <a data-toggle="dropdown" data-hover="dropdown" class="dropdown-toggle" href="<?= base_url('account'); ?>">My Account <i class="fa fa-angle-down"></i></a> <ul class="dropdown-menu"> <li><a href="<?= base_url('account/profile'); ?>">Profile</a></li> <li><a href="<?= base_url('account/shipping'); ?>">Address</a></li> <li><a href="<?= base_url('account/order_history'); ?>">Order History</a></li> <li><a href="<?= base_url('wishlist'); ?>">My Wishlist</a></li> <li><a href="<?= base_url('account/point_rewards'); ?>">Point Rewards</a></li> <li><a href="<?= base_url('register/logout'); ?>"><strong>Logout</strong></a></li> </ul> </li> <?php endif; ?> <li><a href="<?= base_url('wishlist'); ?>"><i class="fa fa-heart"></i> Wishlist</a></li> <?php if ($this->session->userdata('customer') && $this->session->userdata('customer')['customer_name']) : ?> <li><a href="<?= base_url('register/logout'); ?>"><i class="fa fa-heart"></i> Logout</a></li> <?php else : ?> <li><a href="<?= base_url('register'); ?>"><i class="fa fa-lock"></i> Register / Login</a></li> <?php endif; ?> <li><a href="<?= base_url('account/order_history'); ?>"><i class="fa fa-money" aria-hidden="true"></i> Confirm Payment</a></li> </ul> </div> <!-- HEADER TOP MENU --> </div> <div class="col-md-4 col-sm-3"> <!-- SHOPPING CART --> <?php if ($this->session->userdata('customer') && $this->session->userdata('customer')['customer_name']) : ?> <p class="wlc-message floatleft">Hi <?= ucwords($this->session->userdata('customer')['customer_name']); ?></p> <?php else : ?> <p class="wlc-message floatleft">Welcome to <?= ucwords($website_name); ?></p> <?php endif; ?> <div class="shopping-cart floatright"> <a title="View your shopping cart" href="<?= base_url('cart'); ?>" class="cart-contents"> <?php //count cart items $count_cart = count($this->cart->contents()); ?> <span class="cart-number"><?= $count_cart; ?> Items</span> </a> </div> <!-- SHOPPING CART --> </div> <div class="col-md-12 search-div"> <!-- SEARCH FORM --> <div class="header-search-form text-right"> <?php $attributes = array( 'id' => 'search_form' ); ?> <?= form_open('search/get', $attributes); ?> <input type="text" name="search_product" placeholder="Search product..."> <button id="searchButton" type="submit"><i class="fa fa-search"></i></button> </form> </div> <!-- SECRCH FORM --> </div> </div> </div> </div> <!-- HEADER TOP --> </div> <a href="<?= base_url(); ?>" class="topbar-btn" onclick="return false;"></a> <!-- HEADER --> <div class="header"> <div class="logo_area"> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="logo logo-center"> <a href="<?= base_url(); ?>"><img src="<?= base_url() . 'uploads/' . $logo; ?>" alt="<?= ucwords($website_name); ?>"></a> </div> </div> </div> </div> </div> <div class="mainmeu_area"> <div class="container"> <div class="row"> <div class="col-md-8"> <!-- DESKTOP NAVIGATION --> <nav role="navigation" class="navbar sauget navbar-main"> <div class="bigmenu"> <div class="navbar-collapse collapse" id="navbar-collapse-1"> <ul class="nav navbar-nav"> <?php $count_menu = 0; ?> <?php foreach ($top_main_menus as $menu) : ?> <?php $count_menu = $count_menu + 1; ?> <?php if($count_menu < 10) : ?><!-- this is to limit only 9 menus, or will break the theme--> <!--IF MENU IS CATEGORY--> <?php if ($menu->menu_type == 'category') : ?> <?php if($menu->menu_link == 'all') : ?> <li class="dropdown sauget-fw menuBB"><a href="<?= base_url() . 'category/all-categories'; ?>" >shop</a> <ul class="dropdown-menu list-unstyled"> <li> <div class="sauget-content"> <div class="row"> <?php //get parent categories $this->db->select('alias, category, id_categories')->from('categories')->where('status', '1')->where('parent', NULL)->order_by('priority', 'ASC'); $level1_categories = $this->db->get()->result(); ?> <?php foreach($level1_categories as $level1) : ?> <div class="col-md-2 col-sm-2"> <div class="header-menu"> <h4 style="padding:0; padding-left:10px; margin:0; padding-bottom:10px;"><a style="color:black;" href="<?= base_url() . 'category/' . $level1->alias; ?>"><?= ucwords($level1->category); ?></a></h4> </div> <?php //check if this level1 category have sub category $this->db->select('id_categories')->from('categories')->where('parent', $level1->id_categories)->where('status', '1'); $count_level2category = $this->db->get()->num_rows(); ?> <?php if($count_level2category > 0) : ?> <?php //get level 2 category $this->db->select('id_categories, alias, category')->from('categories')->where('parent', $level1->id_categories)->where('status', '1')->order_by('priority', 'ASC'); $level2categories = $this->db->get()->result(); ?> <ul class="list-unstyled"> <?php foreach($level2categories as $level2) : ?> <li><a style="padding:0; padding-left:10px;" href="<?= base_url() . 'category/' . $level1->alias . '/' . $level2->alias; ?>"><?= ucwords($level2->category); ?></a> <?php //check if this level2 category have sub category $this->db->select('id_categories')->from('categories')->where('parent', $level2->id_categories)->where('status', '1'); $count_level3category = $this->db->get()->num_rows(); ?> <?php if($count_level3category > 0) : ?> <?php //get level 3 category $this->db->select('id_categories, alias, category')->from('categories')->where('parent', $level2->id_categories)->where('status', '1')->order_by('priority', 'ASC'); $level3categories = $this->db->get()->result(); ?> <ul> <?php foreach($level3categories as $level3) : ?> <li><a style="padding:0; padding-left:10px;" href="<?= base_url() . 'category/' . $level1->alias . '/' . $level2->alias . '/' . $level3->alias; ?>"><i class="fa fa-angle-right" aria-hidden="true"></i> <?= ucwords($level3->category); ?></a></li> <?php endforeach; ?> </ul> <?php endif; ?> </li> <?php endforeach; ?> </ul> <?php endif; ?><!-- endif $count_level2category > 0--> </div> <?php endforeach; ?><!-- endforeach $level1_categories as $level1--> <!-- Feature product banner --> <!-- <div class="col-md-3 col-sm-3"> <div class="banner"> <a href="index-4.html#"> <img alt="" src="img/widget/1.jpg"> </a> </div> </div> --> </div> </div> </li> </ul> </li> <?php elseif($menu->menu_link == 'bestseller' || $menu->menu_link == 'sale' || $menu->menu_link == 'new_arrivals') : ?> <li class="dropdown sauget-fw menuBB"><a href="<?= base_url() . $menu->menu_link; ?>" ><?= ucwords($menu->menu); ?></a></li> <?php else : ?> <!-- specific categories --> <?php //get category alias from parent menu $this->db->select('alias')->from('categories')->where('id_categories', $menu->category_id); $category_parent_alias = $this->db->get()->row()->alias; ?> <li class="dropdown sauget-fw menuBB"><a href="<?= base_url() . $menu->menu_link; ?>" ><?= ucwords($menu->menu); ?></a> <?php //check if this parent category have sub category $this->db->select('id_categories')->from('categories')->where('parent', $menu->category_id)->where('status', '1'); $count_category = $this->db->get()->num_rows(); ?> <?php if ($count_category > 0) : ?> <?php //get category level 2 $this->db->select('id_categories, alias, category')->from('categories')->where('parent', $menu->category_id)->where('status', '1')->order_by('priority', 'ASC'); $level2_categories = $this->db->get()->result(); ?> <ul class="dropdown-menu list-unstyled"> <li> <div class="sauget-content"> <div class="row"> <?php foreach($level2_categories as $level2) : ?> <div class="col-md-2 col-sm-2"> <div class="header-menu"> <h4 style="padding:0; margin:0; padding-bottom:10px; padding-left:10px;"><a style="color:black;" href="<?= base_url() . 'category/' . $category_parent_alias . '/' .$level2->alias; ?>"><?= ucwords($level2->category); ?></a></h4> </div> <?php //check if this level2 category have sub category $this->db->select('id_categories')->from('categories')->where('parent', $level2->id_categories)->where('status', '1'); $count_level3category = $this->db->get()->num_rows(); ?> <?php if($count_level3category > 0) : ?> <?php //get level 3 category $this->db->select('id_categories, alias, category')->from('categories')->where('parent', $level2->id_categories)->where('status', '1')->order_by('priority', 'ASC'); $level3categories = $this->db->get()->result(); ?> <ul class="list-unstyled"> <?php foreach($level3categories as $level3) : ?> <li><a style="padding:0; padding-left:10px;" href="<?= base_url() . 'category/' . $category_parent_alias . '/' . $level2->alias . '/' . $level3->alias; ?>"><?= ucwords($level3->category); ?></a> </li> <?php endforeach; ?> </ul> <?php endif; ?><!-- endif $count_level3category > 0--> </div> <?php endforeach; ?> </div><!-- end class="row" --> </div><!-- end class="sauget-content" --> </ul> <?php endif; ?><!-- end if ($count_category > 0) --> </li> <?php endif; ?><!-- end if category type --> <?php endif; ?><!-- end $menu->menu_type == 'category' --> <!--IF MENU IS BRAND--> <?php if ($menu->menu_type == 'brand') : ?> <li class="dropdown sauget-fw menuBB"><a href="<?= base_url() . $menu->menu_link; ?>" ><?= $menu->menu; ?></a></li> <?php endif; ?><!--end menu if menu == brand --> <!--IF MENU IS PAGE--> <?php if ($menu->menu_type == 'page') : ?> <li class="dropdown sauget-fw menuBB"><a href="<?= base_url() . $menu->menu_link; ?>" ><?= $menu->menu; ?></a></li> <?php endif; ?><!--end menu if menu == page --> <!--IF MENU IS EXTERNAL--> <?php if ($menu->menu_type == 'external') : ?> <li class="dropdown sauget-fw menuBB"><a href="<?= $menu->menu_link; ?>" target="_blank"><?= $menu->menu; ?></a></li> <?php endif; ?><!--end menu if menu == page --> <?php endif; ?><!-- end if $count_menu < 9--> <?php endforeach; ?><!-- end $top_main_menus as $menu--> </ul> </div> </div> </nav> <!-- DESKTOP NAVIGATION --> <!-- MOBILE ONLY CONTENT --> <div class="only-for-mobile"> <ul class="ofm"> <li class="m_nav"><i class="fa fa-bars"></i> Menu</li> <li> <!-- SHOPPING CART --> <div class="shopping-cart floatright"> <a title="View your shopping cart" href="<?= base_url('cart'); ?>" class="cart-contents"> <?php //count cart items $count_cart = count($this->cart->contents()); ?> <span class="count"><?= $count_cart; ?> Items</span> </a> </div> <!-- SHOPPING CART --> </li> </ul> <!-- MOBILE MENU --> <div class="mobi-menu"> <div id='cssmenu'> <ul> <li><a href="http://www.zoelleshop.com/category/all-categories">Shop All</a></li> <li><a href="http://www.zoelleshop.com/new_arrivals">New Arrival</a></li> <li><a href="http://www.zoelleshop.com/category/TOP">Top</a></li> <li><a href="http://www.zoelleshop.com/category/BOTTOM">Bottom</a></li> <li><a href="http://www.zoelleshop.com/category/DRESS">Dress</a></li> <li><a href="http://www.zoelleshop.com/category/OUTER">Outer</a></li> <li><a href="http://www.zoelleshop.com/category/JUMPSUIT">Jumpsuit</a></li> <li><a href="http://www.zoelleshop.com/category/SALE">Sale</a></li> <li><a href="http://www.zoelleshop.com/category/FLASH-SALE">Flash Sale</a></li> </ul> </div> </div> </div> <!-- MOBILE ONLY CONTENT --> </div> <div class="col-md-4 search-div"> <!-- SEARCH FORM --> <div class="header-search-form text-right"> <?php $attributes = array( 'id' => 'search_form' ); ?> <?= form_open('search/get', $attributes); ?> <input type="text" name="search_product" placeholder="Search Product..."> <button type="submit" ><i class="fa fa-search"></i></button> </form> </div> <!-- SECRCH FORM --> </div> </div> </div> </div> </div> </header> <!-- HEADER -->