コード例 #1
0
ファイル: route.php プロジェクト: buga1234/buga_segforours
    HoursController::getHours("", "Default", "set_timetable");
}
if ($action == 'removeStartPin') {
    MainController::removeStartPin();
}
if ($action == 'checkout') {
    MainController::checkout();
}
if ($action == "main_add_direction") {
    MainController::main_add_direction();
}
if ($action == "main_edit_direction") {
    MainController::main_edit_direction();
}
if ($action == "getDirInfo") {
    echo json_encode(MainController::getDirInfo());
}
if ($action == 'main_editToursPopup_text') {
    MainController::editPopupInfo($language, "tours");
}
if ($action == 'editStartPin') {
    MainController::editStartPin();
}
if ($action == 'getStartPoints') {
    echo json_encode(MainController::getStartPoints());
}
if ($action == 'booking_get_weekday_hours') {
    HoursController::getHours("", "Weekday", "set_timetable");
}
if ($action == 'get_date_hours') {
    HoursController::getHours("", "Date", "set_timetable");
コード例 #2
0
ファイル: index.php プロジェクト: buga1234/buga_segforours
} else {
    $version = $_COOKIE['admin_version'];
}
$main_array = Dispatcher::main_getMain_map($language);
$map_center = $main_array['map_center'];
$main_info = Dispatcher::moduls_getInfo('main');
$user = Dispatcher::admin_getUser();
$popup_text = Dispatcher::getPopupInfo($language, "tours");
$about_seglfie_popup_text = Dispatcher::getPopupInfo($language, "about");
$questions_popup_text = Dispatcher::getPopupInfo($language, "questions");
$contacts_popup_text = Dispatcher::getPopupInfo($language, "contacts");
$instagram_popup_text = Dispatcher::getPopupInfo($language, "instagram");
$terms_popup_text = Dispatcher::getPopupInfo($language, "terms");
$company_popup_text = Dispatcher::getPopupInfo($language, "company");
$_POST['language'] = $language;
$directions_info = MainController::getDirInfo();
require '../menu_items.php';
?>

<!doctype html>
<html>

    <head>
        <meta charset="utf-8" />
        <title>Sysadmin3000 - <?php 
echo $menu_item_1;
?>
</title>
        <meta name="description" content="">
        <?php 
include_once '../includes/index.php';
コード例 #3
0
ファイル: view.php プロジェクト: buga1234/buga_segforours
function booking_hours_table_view($date, $result, $type, $action, $default_hours, $type_index, $create_type)
{
    $vouchers_info_array = Dispatcher::booking_get_booking_info("slevomat", "");
    $booking_info_array = Dispatcher::booking_get_booking_info("tourists", "");
    $instructor_info_array = instructorController::getInstructors();
    $directions_info = MainController::getDirInfo();
    //    MainController::printArray($result);
    if ($type == "morning") {
        ?>
        <td class="tours_wrapper_table_left_td">
            <?php 
    }
    if ($type == "evening") {
        ?>
        <td class="tours_wrapper_table_right_td">
            <?php 
    }
    ?>
        <table class="<?php 
    echo $type;
    ?>
_tours">
            <tbody>
                <?php 
    $lang = "en";
    for ($i = 0; $i < count($result); $i++) {
        if ($result[$i]['display'] == 1) {
            if ($result[$i]['reserve_type'] == "" || $result[$i]['reserve_type'] == "tourists") {
                $slevomat_checked = "";
                $tourists_checked = "checked";
            } else {
                $slevomat_checked = "checked";
                $tourists_checked = "";
            }
            if ($result[$i]['create_type'] == 'default') {
                $default_hours = true;
            } else {
                $default_hours = false;
            }
            ?>
                        <tr id="row_<?php 
            echo $result[$i]['hourID'];
            ?>
">
                            <td>
                                <?php 
            if ($result[$i]['create_type'] == "Date" || $result[$i]['has_changes'] == 1) {
                ?>
                                    <div class="day-contents-has-changes"></div>
                                <?php 
            }
            ?>
                            </td>
                            <?php 
            if ($create_type == "Date") {
                ?>
                                <td width="5px"></td>
                                <td class="hours_td"><?php 
                echo $result[$i]['free_places'];
                ?>
</td>
                            <?php 
            }
            ?>
                            <td width="5px"></td>
                            <td class="reserve-admin-plus">
                                <?php 
            if ($create_type == "Date" && $result[$i]['choosen_places'] < $result[$i]['max_places'] && Date($date) >= Date("Y-m-d")) {
                ?>
                                    <button onclick="get_free_places_qty()" id="add-<?php 
                echo $type;
                ?>
-reserve-plus-<?php 
                echo $result[$i]['hourID'];
                ?>
"
                                            class="create_reserve_plus morning_class popover-dismiss" 
                                            data-placement="bottom"
                                            data-title="Create reservation"
                                            data-date=""
                                            data-weekday=""
                                            data-action="create_reserve"
                                            data-content="<?php 
                get_create_reserve_btn_view($result, $type, $i, $directions_info, $booking_info_array, $action, $tourists_checked, $slevomat_checked, $type_index);
                ?>
">
                                    </button>
                                <?php 
            }
            ?>
                            </td>     
                            <td width="5px"></td>
                            <td class="reserve-type-label">               
                                <?php 
            if ($result[$i]['reserve_type'] == "" || $result[$i]['reserve_type'] == "tourists") {
                ?>
                                    <span class="reserve-type-label-inner label label-warning" 
                                          data-toggle="tooltip" 
                                          data-placement="top" 
                                          title="Tourists">T</span>
                                          <?php 
            } else {
                ?>
                                    <span class="reserve-type-label-inner label label-info" 
                                          data-toggle="tooltip" 
                                          data-placement="top" 
                                          title="Slevomat">S</span>
                                      <?php 
            }
            ?>
                            </td>
                            <td>
                                <span class="label label-during-type" 
                                      data-toggle="tooltip" 
                                      data-placement="top" 
                                      title="Voucher type"><?php 
            echo $result[$i]['variant'];
            ?>
</span>
                            </td>
                            <td width="5px"></td>
                            <?php 
            $disabled = "";
            if ($result[$i]['reserve_type'] == "slevomat") {
            }
            if (($result[$i]['create_type'] == 'Default' || $result[$i]['create_type'] == "Weekday") && $create_type == "Date" || $result[$i]['create_type'] == "Default" && $create_type == "Weekday") {
                $act = "default";
                $disabled = "disabled";
            } else {
                if ($result[$i]['create_type'] == 'Default' && $create_type == "Default") {
                    $act = "default";
                    $disabled = "";
                } else {
                    $act = "date";
                }
            }
            ?>
                            <?php 
            if ($result[$i]['state'] == 0) {
                ?>
                                <td>
                                    <input id="<?php 
                echo $type;
                ?>
_tours_checkbox_<?php 
                echo $i;
                ?>
" 
                                           type="checkbox"
                                           onchange="change_hour_state(this,
                                                           '<?php 
                echo $type;
                ?>
',
                                                           '<?php 
                echo $result[$i]['hourID'];
                ?>
',
                                                           '<?php 
                echo $lang;
                ?>
',
                                                           '<?php 
                echo $i;
                ?>
',
                                                           '<?php 
                echo $create_type;
                ?>
',
                                                           '<?php 
                echo $result[$i]['create_type'];
                ?>
');">
                                </td>
                                <?php 
            } else {
                if ($result[$i]['state'] == 1) {
                    ?>
                                <td>
                                    <input id="<?php 
                    echo $type;
                    ?>
_tours_checkbox_<?php 
                    echo $i;
                    ?>
" type="checkbox" checked="on"
                                           onchange="change_hour_state(this,
                                                           '<?php 
                    echo $type;
                    ?>
',
                                                           '<?php 
                    echo $result[$i]['hourID'];
                    ?>
',
                                                           '<?php 
                    echo $lang;
                    ?>
',
                                                           '<?php 
                    echo $i;
                    ?>
',
                                                           '<?php 
                    echo $create_type;
                    ?>
',
                                                           '<?php 
                    echo $result[$i]['create_type'];
                    ?>
');">
                                </td>
                                <?php 
                }
            }
            ?>
                            <td width="10px"></td> 
                            <?php 
            if ($result[$i]['state'] == 1) {
                ?>
                                <td id="<?php 
                echo $type;
                ?>
-hours-id-<?php 
                echo $i;
                ?>
" class="hours_td">
                                    <?php 
                echo $result[$i]["hours"];
                ?>
                                </td>
                                <?php 
                //                            echo $result[$i]['hourState'] . '<br>';
            } else {
                if ($result[$i]['state'] == 0) {
                    ?>
                                                
                                <td id="<?php 
                    echo $type;
                    ?>
-hours-id-<?php 
                    echo $i;
                    ?>
" class="hours_td inactive">
                                    <?php 
                    echo $result[$i]["hours"];
                    ?>
                                </td>
                            <?php 
                }
            }
            ?>
                            <td>
                                <button id="choose-instructor-<?php 
            echo $type;
            ?>
-tours-hour-btn-<?php 
            echo $i;
            ?>
"
                                        class="btn btn-xs label-during-type choose-instructor-tours-hour-btn" 
                                        data-placement="bottom" 
                                        title="Choose instructor"
                                        data-reserve-type="<?php 
            echo $result[$i]['reserve_type'];
            ?>
"
                                        data-create-type="<?php 
            echo $result[$i]['create_type'];
            ?>
"
                                        data-action="<?php 
            echo $action;
            ?>
"
                                        data-hour-type="<?php 
            echo $type;
            ?>
"
                                        data-date="<?php 
            echo $date;
            ?>
"
                                        data-weekday="<?php 
            echo $result[$i]['weekday'];
            ?>
"
                                        data-content="<?php 
            get_choose_instructor_btn_view($result, $type, $i, $instructor_info_array, $create_type);
            ?>
" 
                                        style="cursor: pointer; background-color: <?php 
            echo $result[$i]['color'];
            ?>
; color: <?php 
            echo $result[$i]['color'];
            ?>
;">&nbsp;&nbsp;&nbsp;&nbsp;</button>

                                <button id="edit-<?php 
            echo $type;
            ?>
-tours-hour-btn-<?php 
            echo $i;
            ?>
"
                                        type="button" class="btn btn-default btn-xs edit-tours-hour-btn popover-dismiss" 
                                        data-placement="bottom" 
                                        data-title="Edit hours" 
                                        data-toggle="tooltip"
                                        data-reserve-type="<?php 
            echo $result[$i]['reserve_type'];
            ?>
"
                                        title="Edit"
                                        data-create-type="<?php 
            echo $result[$i]['create_type'];
            ?>
"
                                        data-action="<?php 
            echo $action;
            ?>
"
                                        data-hour-type="<?php 
            echo $type;
            ?>
"
                                        data-date="<?php 
            echo $date;
            ?>
"
                                        data-weekday="<?php 
            echo $result[$i]['weekday'];
            ?>
"
                                        data-content="<?php 
            get_edit_hour_btn_view($result, $type, $i, $vouchers_info_array, $booking_info_array, $action, $tourists_checked, $slevomat_checked, $type_index, $directions_info);
            ?>
">
                                    <span class="glyphicon glyphicon-pencil"></span>
                                </button>
                                <button onclick="remove_hours('<?php 
            echo $date;
            ?>
', '<?php 
            echo $result[$i]['weekday'];
            ?>
', '<?php 
            echo $type;
            ?>
', <?php 
            echo $result[$i]['hourID'];
            ?>
, 'en', '<?php 
            echo $result[$i]['create_type'];
            ?>
');" 
                                        type="button" class="btn btn-default btn-xs  remove-tours-hour-btn"
                                        data-toggle="tooltip"  <?php 
            echo $disabled;
            ?>
                                        title="Remove" 
                                        data-weekday="<?php 
            echo $result[$i]['weekday'];
            ?>
"> 
                                    <span class="glyphicon glyphicon-trash"></span>
                                </button>
                            </td>
                        </tr>
                                                                                                                                                                                                                <!--</td><td width="40px"></td></tr>-->
                        <?php 
        }
    }
    ?>
            </tbody>
        </table>
        <div id="current-date" style="display: none;"><?php 
    echo $date;
    ?>
</div>
        <!--        <div class='add-hours-reserve-type'>
                    <div class='slevomat-radio-input'><input type='radio' name='slevomat'/>Slevomat</div>
                    <div class='tourists-radio-input'><input name='toutists' type='radio'/>Tourists</div>
                </div>-->
    </td>
    <script>

        $(document).ready(function () {




            popupInitialize();


        });
    </script>
    <?php 
}