コード例 #1
0
ファイル: resourcesControl.inc.php プロジェクト: ratbird/hope
        ?>                      </td>
                            </tr>
                        </table>
                    </td>
                </tr>
            </table>
        </td>
    </tr>
    <tr>
        <td class="blank" valign ="top">
            <table width="100%" cellspacing="0" cellpadding="0" border="0">
            <tr>
                <td valign ="top">
                <? if (($_SESSION['resources_data']["schedule_start_time"]) && ($_SESSION['resources_data']["schedule_end_time"]))
                    if ($_SESSION['resources_data']["schedule_mode"] == "list") //view List
                        $ViewSchedules->showScheduleList((bool)Request::get('print_view'));
                    else
                        $ViewSchedules->showScheduleGraphical((bool)Request::get('print_view'));
                ?>
                </td>
            </tr>
            </table>
            <?
                } else {
        echo "</td></tr>";
        $msg->displayMsg(15);
    }
}

/*****************************************************************************
Belegungen ausgeben, views: view_schedule, openobject_schedule