Exemple #1
0
 protected function On_Output()
 {
     if (isset($_GET['id_borrow'])) {
         $var = array('handbag' => $this->handbag);
         $this->borrow_content = $this->Template('view/V_Handbag.php', $var);
     } else {
         $var = array('handbags' => $this->handbags, 'navigation_page' => $this->navigation_page, 'current_page' => $this->current_page);
         $this->borrow_content = $this->Template('view/V_Handbags.php', $var);
     }
     $var = array('borrow_content' => $this->borrow_content, 'filter_colors' => $this->filter_colors, 'filter_uses' => $this->filter_uses, 'filter_designers' => $this->filter_designers, 'cost_from' => $this->cost_from, 'cost_to' => $this->cost_to, 'colors' => $this->colors, 'designers' => $this->designers, 'uses' => $this->uses, 'current_page' => $this->current_page, 'navigation_page' => $this->navigation_page, 'untouched' => $this->untouched);
     $this->content = $this->Template('view/V_Borrow.php', $var);
     parent::On_Output();
 }
 protected function On_Output()
 {
     $var = array();
     $this->content = $this->Template('view/V_Contracts.php', $var);
     parent::On_Output();
 }
Exemple #3
0
 protected function On_Output()
 {
     $var = array('content' => $this->content, 'title' => $this->site_title);
     $page = $this->Template('view/V_Template.php', $var);
     parent::On_Output();
 }
 protected function On_Output()
 {
     $var = array('id_handbag' => $this->id_handbag, 'title_handbag' => $this->handbag['title_handbag'], 'model_handbag' => $this->handbag['model'], 'img_handbag' => $this->handbag['img_handbag'], 'cost_1day' => $this->handbag['cost_1day'], 'cost_3day' => $this->handbag['cost_3day'], 'cost_7day' => $this->handbag['cost_7day'], 'cost_14day' => $this->handbag['cost_14day'], 'cost_30day' => $this->handbag['cost_30day'], 'rent_time' => $this->handbag['rent_time'], 'name' => $this->name, 'surname' => $this->surname, 'telephone' => $this->telephone, 'email' => $this->email, 'address' => $this->address, 'comment' => $this->comment, 'errors' => $this->errors, 'calendar' => $this->calendar, 'now_month' => $this->now_month, 'next_month' => $this->next_month, 'rent_time_begin' => $this->rent_time_begin, 'rent_time_end' => $this->rent_time_end);
     $this->content = $this->Template('view/V_Create_Order.php', $var);
     parent::On_Output();
 }
 protected function On_Output()
 {
     $var = array('id_handbag' => $this->id_handbag, 'title_handbag' => $this->handbag['title_handbag'], 'model_handbag' => $this->handbag['model'], 'img_handbag' => $this->handbag['img_handbag'], 'cost_1day' => $this->handbag['cost_1day'], 'cost_3day' => $this->handbag['cost_3day'], 'cost_7day' => $this->handbag['cost_7day'], 'cost_14day' => $this->handbag['cost_14day'], 'cost_30day' => $this->handbag['cost_30day'], 'rent_time' => $this->handbag['rent_time'], 'name' => $this->name, 'surname' => $this->surname, 'telephone' => $this->telephone, 'email' => $this->email, 'address' => $this->address, 'comment' => $this->comment);
     $this->content = $this->Template('view/V_Confirm_Order.php', $var);
     parent::On_Output();
 }
Exemple #6
0
 protected function On_Output()
 {
     $var = array('handbags' => $this->handbags);
     $this->content = $this->Template('view/V_Index.php', $var);
     parent::On_Output();
 }
Exemple #7
0
 protected function On_Output()
 {
     $var = array('rent_time' => $this->handbag['rent_time'], 'handbags' => $this->handbags, 'id_handbag' => $this->id_handbag, 'now_month' => $this->now_month, 'next_month' => $this->next_month, 'calendar' => $this->calendar);
     $this->content = $this->Template('view/V_Calendar.php', $var);
     parent::On_Output();
 }
Exemple #8
0
 protected function On_Output()
 {
     $var = array('posts' => $this->posts, 'post' => $this->post);
     $this->content = $this->Template('view/V_News.php', $var);
     parent::On_Output();
 }
 protected function On_Output()
 {
     $var = array('categories' => $this->categories, 'photos' => $this->photos, 'galleries' => $this->galleries);
     $this->content = $this->Template('view/V_Look_Book.php', $var);
     parent::On_Output();
 }