Exemple #1
0
 function show_footy()
 {
     global $hot_new_book_view;
     echo "</div>\n\t\t</div>";
     $hot_new_book_view->show();
     echo "</div>\n\t\t</div>";
     fast_view_box_view::show();
 }
Exemple #2
0
 function show()
 {
     global $book_list_model;
     if ($book_list_model->error == 0) {
         $this->show_title_wrapper();
         $this->show_main();
         fast_view_box_view::show();
         $this->show_ajax();
     } else {
         echo "<div class='main'>\n\t\t\t<div class='container'>\n\t\t\t<ul class='breadcrumb'>\n\t\t\t\t<li><div itemscope itemtype='http://data-vocabulary.org/Breadcrumb'><a itemprop='url' href='../../trang-chu'><span itemprop='title'>Trang chủ</span></a></div></li>\n\t\t\t\t<li class='active'>Lỗi</li>\n\t\t\t</ul>\n\t\t\t<!-- BEGIN SIDEBAR & CONTENT -->\n\t\t\t<div class='row margin-bottom-40'>\n\t\t\t<!-- BEGIN SIDEBAR -->\n\t\t\t<div class='sidebar col-md-3 col-sm-5'>\n\t\t\t\t<ul class='list-group margin-bottom-25 sidebar-menu'>";
         global $category_sidebar_view;
         echo "<ul class='list-group margin-bottom-25 sidebar-menu'>";
         $category_sidebar_view->show(0, 0);
         echo "</ul>";
         echo "</ul>";
         echo "</div>\n\t\t\t<!-- END SIDEBAR -->\n\t\t\t<!-- BEGIN CONTENT -->\n\t\t\t<div class='col-md-9 col-sm-7'>\n\t\t\t\t<div class='product-page'>\n\t\t\t\t<div class='alert alert-danger' id='errscode' style='margin-bottom: 0'>\n\t\t\t\tDanh mục sách này không có thật\n\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t\t<!-- END CONTENT --></div></div>";
     }
 }
Exemple #3
0
 function show_main()
 {
     echo "<div class='main'>\n\t\t<div class='container'>";
     $this->show_row1();
     $this->show_row2();
     $this->show_row3();
     echo "</div>\n\t\t</div>";
     fast_view_box_view::show();
 }
Exemple #4
0
    function show()
    {
        echo '<div class="main">
		<div class="container">';
        $this->show_breadcrumb();
        $this->show_content();
        fast_view_box_view::show();
        echo '</div>
		</div>';
        $this->show_ajax();
    }
Exemple #5
0
 function show()
 {
     global $book_model;
     if ($book_model->error != 1) {
         global $hot_new_book_view;
         echo "<div class='main'>\n\t\t\t<div class='container'>";
         $this->show_breadcrumb();
         $this->show_content();
         $hot_new_book_view->show();
         echo "</div>\n\t\t\t</div>";
         fast_view_box_view::show();
     } else {
         global $category_sidebar_view;
         echo "\n\t\t\t<div class='main'>\n\t\t\t\t<div class='container'>\n\t\t\t\t\t<ul class='breadcrumb'>\n\t\t\t\t\t\t<li><div itemscope itemtype='http://data-vocabulary.org/Breadcrumb'><a itemprop='url' href='../../trang-chu'><span itemprop='title'>Trang chủ</span></a></div></li>\n\t\t\t\t\t\t<li class='active'>Lỗi</li>\n\t\t\t\t\t</ul>\n\t\t\t\t\t<div class='row margin-bottom-40'>\n\t\t\t\t\t\t<div class='sidebar col-md-3 col-sm-5'>\n\t\t\t\t\t\t\t<ul class='list-group margin-bottom-25 sidebar-menu'>";
         $category_sidebar_view->show(0, 0);
         echo "\n\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div class='col-md-9 col-sm-7'>\n\t\t\t\t\t\t\t<div class='product-page'>\n\t\t\t\t\t\t\t\t<div class='alert alert-danger' id='errscode' style='margin-bottom: 0'>\n\t\t\t\t\t\t\t\t\tCuốn sách này không có thật\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t</div>";
     }
 }