2009-10-01 18:46:46 +02:00
|
|
|
<!--
|
2011-10-28 08:17:54 +02:00
|
|
|
This file is part of LibrePlan
|
2009-10-01 18:46:46 +02:00
|
|
|
|
2010-07-19 09:36:44 +02:00
|
|
|
Copyright (C) 2009-2010 Fundación para o Fomento da Calidade Industrial e
|
2010-07-19 09:47:20 +02:00
|
|
|
Desenvolvemento Tecnolóxico de Galicia
|
2011-01-19 18:00:09 +01:00
|
|
|
Copyright (C) 2010-2011 Igalia, S.L.
|
2009-10-01 18:46:46 +02:00
|
|
|
|
|
|
|
|
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/>.
|
|
|
|
|
-->
|
|
|
|
|
|
2011-06-06 11:30:02 +02:00
|
|
|
<?xel-method prefix="ganttzk_i18n" name="_" class="org.zkoss.ganttz.i18n.I18nHelper"
|
2026-01-23 11:52:02 +00:00
|
|
|
signature="java.lang.String tr(java.lang.String name)" ?>
|
2016-10-13 11:49:04 +03:00
|
|
|
|
|
|
|
|
<zk>
|
|
|
|
|
<zscript>
|
|
|
|
|
<![CDATA[
|
|
|
|
|
resourcesLoadPanel = self;
|
|
|
|
|
]]>
|
|
|
|
|
</zscript>
|
|
|
|
|
|
|
|
|
|
<borderlayout id="resourcesloadlayout" sclass="resourcesloadlayout" width="auto" height="100%">
|
|
|
|
|
<north height="30px" border="0" sclass="toolbar-box">
|
|
|
|
|
<hbox align="center" id="toolbar" >
|
|
|
|
|
|
|
|
|
|
<separator height="30px"/>
|
|
|
|
|
|
|
|
|
|
<label>${ganttzk_i18n:_('Zoom')}:</label>
|
|
|
|
|
|
|
|
|
|
<listbox id="listZoomLevels" mold="select" rows="1"
|
|
|
|
|
model="${resourcesLoadPanel.zoomLevels}"
|
|
|
|
|
onSelect="resourcesLoadPanel.setZoomLevel(self.selectedItem.value);" />
|
|
|
|
|
|
|
|
|
|
<separator/>
|
|
|
|
|
|
|
|
|
|
<hbox id="additionalFilterInsertionPoint1" />
|
|
|
|
|
|
|
|
|
|
<separator/>
|
|
|
|
|
|
|
|
|
|
<label id="filterByNameLabel">${ganttzk_i18n:_('Page')}:</label>
|
|
|
|
|
|
|
|
|
|
<combobox id="filterByNameCombo" width="62px" onChange="resourcesLoadPanel.onSelectFilterByName(self)" />
|
|
|
|
|
|
|
|
|
|
<separator/>
|
|
|
|
|
|
|
|
|
|
${ganttzk_i18n:_('Group by')}:
|
|
|
|
|
|
|
|
|
|
<listbox id="listFilters" mold="select" rows="1" width="150px"
|
|
|
|
|
model="${resourcesLoadPanel.filters}"
|
|
|
|
|
selectedIndex="0"
|
|
|
|
|
onSelect="resourcesLoadPanel.setFilter(self.selectedItem.value);">
|
|
|
|
|
</listbox>
|
|
|
|
|
<separator/>
|
|
|
|
|
<hbox id="additionalFilterInsertionPoint2" />
|
|
|
|
|
</hbox>
|
|
|
|
|
</north>
|
2009-10-01 14:18:28 +02:00
|
|
|
|
|
|
|
|
<center border="0">
|
2016-10-13 11:49:04 +03:00
|
|
|
<borderlayout sclass="resources-load">
|
|
|
|
|
<west size="250px" vflex="1" hflex="min" collapsible="true"
|
|
|
|
|
splittable="true" autoscroll="false" border="0">
|
2011-11-20 22:47:57 +01:00
|
|
|
<borderlayout>
|
2016-10-13 11:49:04 +03:00
|
|
|
<north border="0" height="35px" hflex="true" collapsible="true">
|
2009-10-14 17:32:26 +02:00
|
|
|
<vbox pack="top" align="center">
|
2016-10-13 11:49:04 +03:00
|
|
|
<tree fixedLayout="true" hflex="true" sclass="resourceload-details-container">
|
|
|
|
|
<treecols>
|
|
|
|
|
<treecol label="${ganttzk_i18n:_('Name')}" height="29px"/>
|
|
|
|
|
</treecols>
|
|
|
|
|
</tree>
|
2009-09-24 20:03:45 +02:00
|
|
|
</vbox>
|
|
|
|
|
</north>
|
2009-10-03 23:42:03 +02:00
|
|
|
<center border="0" style="overflow-x:scroll">
|
2016-10-13 11:49:04 +03:00
|
|
|
<div sclass="leftpanelgap" id="insertionPointLeftPanel"/>
|
2009-09-24 20:03:45 +02:00
|
|
|
</center>
|
|
|
|
|
</borderlayout>
|
2009-09-18 14:56:57 +02:00
|
|
|
</west>
|
2009-09-10 14:41:01 +02:00
|
|
|
|
2009-09-24 20:03:45 +02:00
|
|
|
<center sclass="taskspanel">
|
|
|
|
|
<borderlayout>
|
2016-10-13 11:49:04 +03:00
|
|
|
<north border="0">
|
|
|
|
|
<div sclass="timetrackergap" height="30px" id="insertionPointTimetracker"/>
|
|
|
|
|
</north>
|
|
|
|
|
|
|
|
|
|
<center autoscroll="true" border="0" sclass="rightpanel-layout">
|
|
|
|
|
<div id="insertionPointRightPanel" sclass="taskspanel-gap"/>
|
2009-09-24 20:03:45 +02:00
|
|
|
</center>
|
|
|
|
|
</borderlayout>
|
|
|
|
|
|
2009-09-18 14:56:57 +02:00
|
|
|
</center>
|
|
|
|
|
</borderlayout>
|
2009-10-01 14:18:28 +02:00
|
|
|
</center>
|
2016-10-13 11:49:04 +03:00
|
|
|
|
2011-06-06 11:30:02 +02:00
|
|
|
<south height="200px" collapsible="true" title="${ganttzk_i18n:_('Graphics')}"
|
2016-10-13 11:49:04 +03:00
|
|
|
sclass="scheduling-graphics" id="graphics"
|
|
|
|
|
onOpen="resourcesLoadPanel.changeChartVisibility(event.open);">
|
|
|
|
|
|
2010-05-13 13:18:05 +02:00
|
|
|
<div id="insertionPointChart" />
|
2009-10-01 14:18:28 +02:00
|
|
|
</south>
|
2009-09-10 14:41:01 +02:00
|
|
|
</borderlayout>
|
2009-09-18 14:56:57 +02:00
|
|
|
</zk>
|