38 lines
1.6 KiB
Text
38 lines
1.6 KiB
Text
<!--
|
|
This file is part of LibrePlan
|
|
|
|
Copyright (C) 2013 St. Antoniusziekenhuis
|
|
|
|
This program is free software: you can redistribute it and/or modify
|
|
it under the terms of the GNU Affero General Public License as published by
|
|
the Free Software Foundation, either version 3 of the License, or
|
|
(at your option) any later version.
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU Affero General Public License for more details.
|
|
|
|
You should have received a copy of the GNU Affero General Public License
|
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
-->
|
|
|
|
<?page id="jobSchedulingList" title="${i18n:_('LibrePlan: Job Scheduling')}" ?>
|
|
<?init class="org.zkoss.zkplus.databind.AnnotateDataBinderInit" ?>
|
|
<?init class="org.zkoss.zk.ui.util.Composition" arg0="/common/layout/template.zul"?>
|
|
|
|
<?link rel="shortcut icon" href="/common/img/favicon.ico" type="image/x-icon"?>
|
|
<?link rel="stylesheet" type="text/css" href="/common/css/libreplan.css"?>
|
|
<?link rel="stylesheet" type="text/css" href="/common/css/libreplan_zk.css"?>
|
|
|
|
<?component name="list" inline="true" macroURI="_listJobScheduling.zul"?>
|
|
<?component name="edit" inline="true" macroURI="_editJobScheduling.zul"?>
|
|
|
|
<zk>
|
|
<window self="@{define(content)}"
|
|
apply="org.libreplan.web.common.JobSchedulerController">
|
|
<vbox id="messagesContainer" />
|
|
<list id="listWindow" />
|
|
<edit id="editWindow" />
|
|
</window>
|
|
</zk>
|