Example #1
0
<?php

$this->a('items_storage.php');
$back_names[] = "cl_call";
$back_names[] = "cl_call2";
$back_names[] = "cl_call3";
$back_names[] = "cl_call4";
$back_names[] = "cl_call5";
// create tree navigation
$basemng = new basemng();
$basemng->mysqli = $this->mysqli;
$basemng->user = $this->user;
$js_include[] = 'js/treeNavigation.js';
$string_out .= $basemng->show_map();
$string_out .= $basemng->show_div_selectors();
$string_out .= "<div id='tree_selector' class='div_outer_tree'>" . $basemng->product_tree(0, 1) . "</div>";
// trade class
$trade = new trade();
$trade->mysqli = $this->mysqli;
$trade->user = $this->user;
$trade->request = $this->request;
$js_functions[] = $trade->show_js();
$js_functions[] = $trade->show_js_sel_prod_event_storage();
$js_functions[] = $trade->show_js_sel_cat_event_stor();
$string_out .= "<div id='action_buttons' class='divactionbuttons'>" . $trade->storage_buttons() . "</div>";
$string_out .= "<div id ='main_div' class='divmain'>" . $trade->def_storage_form() . "<div>";