2009-10-01 18:46:46 +02:00
|
|
|
<!--
|
|
|
|
|
This file is part of ###PROJECT_NAME###
|
|
|
|
|
|
|
|
|
|
Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e
|
|
|
|
|
Desenvolvemento Tecnolóxico de Galicia
|
|
|
|
|
|
|
|
|
|
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/>.
|
|
|
|
|
-->
|
|
|
|
|
|
2009-09-10 14:41:01 +02:00
|
|
|
<zk xmlns:n="http://www.zkoss.org/2005/zk/native">
|
2009-10-16 03:19:24 +02:00
|
|
|
<zscript><![CDATA[
|
|
|
|
|
resourcesLoadPanel = self;
|
|
|
|
|
]]>
|
|
|
|
|
</zscript>
|
2009-10-22 09:23:21 +02:00
|
|
|
|
|
|
|
|
|
2009-10-03 23:42:03 +02:00
|
|
|
<borderlayout sclass="resourcesloadlayout" width="auto">
|
2009-10-01 14:18:28 +02:00
|
|
|
<north height="30px" border="0">
|
2009-10-05 20:12:11 +02:00
|
|
|
<hbox align="center" id="toolbar">
|
2009-10-01 14:18:28 +02:00
|
|
|
<separator/>
|
2009-10-16 03:19:24 +02:00
|
|
|
<button label="+" onClick="resourcesLoadPanel.zoomIncrease();"/>
|
|
|
|
|
<button label="-" onClick="resourcesLoadPanel.zoomDecrease();"/>
|
2009-10-01 14:18:28 +02:00
|
|
|
From: <datebox /> to: <datebox />
|
|
|
|
|
<separator/>
|
|
|
|
|
Filter:
|
|
|
|
|
<combobox>
|
|
|
|
|
<comboitem label="Orders"
|
|
|
|
|
description="Show full orders and company view" />
|
|
|
|
|
<comboitem label="Tasks"
|
|
|
|
|
description="Tasks inside orders or filtered" />
|
|
|
|
|
</combobox>
|
|
|
|
|
<combobox>
|
|
|
|
|
<comboitem label="Filter by Label" />
|
|
|
|
|
<comboitem label="Filter by criterion" />
|
|
|
|
|
<comboitem label="Filter by resources" />
|
|
|
|
|
<comboitem label="Critical way" />
|
|
|
|
|
</combobox>
|
|
|
|
|
<textbox/>
|
|
|
|
|
|
|
|
|
|
</hbox>
|
|
|
|
|
</north>
|
|
|
|
|
|
|
|
|
|
<center border="0">
|
2009-09-18 14:56:57 +02:00
|
|
|
<borderlayout sclass="resourcesload">
|
|
|
|
|
<west size="200px" flex="true" collapsible="true"
|
|
|
|
|
splittable="true" autoscroll="true">
|
2009-09-24 20:03:45 +02:00
|
|
|
|
2009-10-01 14:18:28 +02:00
|
|
|
<borderlayout >
|
|
|
|
|
<north border="0" height="38px" flex="true" collapsible="true">
|
2009-10-14 17:32:26 +02:00
|
|
|
<vbox pack="top" align="center">
|
2009-09-24 20:03:45 +02:00
|
|
|
<tree fixedLayout="true">
|
|
|
|
|
<treecols>
|
|
|
|
|
<treecol label="Name" height="29px"/>
|
|
|
|
|
</treecols>
|
|
|
|
|
</tree>
|
|
|
|
|
|
|
|
|
|
</vbox>
|
|
|
|
|
</north>
|
2009-10-03 23:42:03 +02:00
|
|
|
<center border="0" style="overflow-x:scroll">
|
2009-09-24 20:03:45 +02:00
|
|
|
<div sclass="leftpanelgap" id="insertionPointLeftPanel"></div>
|
|
|
|
|
</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>
|
2009-10-01 14:18:28 +02:00
|
|
|
<north border="0"><div sclass="timetrackergap" height="33px" id="insertionPointTimetracker"></div></north>
|
2009-09-24 20:03:45 +02:00
|
|
|
<center autoscroll="true" border="0" sclass="rightpanellayout">
|
|
|
|
|
<div id="insertionPointRightPanel" sclass="taskspanelgap"></div>
|
|
|
|
|
</center>
|
|
|
|
|
</borderlayout>
|
|
|
|
|
|
2009-09-18 14:56:57 +02:00
|
|
|
</center>
|
|
|
|
|
</borderlayout>
|
2009-10-01 14:18:28 +02:00
|
|
|
</center>
|
2009-10-22 09:23:21 +02:00
|
|
|
<south height="170px" collapsible="true" title="Resources load graph legend">
|
2009-09-18 14:56:57 +02:00
|
|
|
<borderlayout>
|
2009-10-20 09:19:50 +02:00
|
|
|
<center sclass="legend-gap">
|
|
|
|
|
<vbox pack="center" align="center" height="150px" width="100%">
|
2009-10-19 21:16:22 +02:00
|
|
|
<vbox sclass="legend">
|
|
|
|
|
|
|
|
|
|
<hbox pack="center" sclass="legend-title">
|
|
|
|
|
<n:label class="title">${i18n:_('Assignation percentage')}</n:label>
|
|
|
|
|
</hbox>
|
|
|
|
|
|
|
|
|
|
<hbox pack="center" sclass="legend-row">
|
|
|
|
|
<n:div class="resourceload SOME_LOAD" />
|
|
|
|
|
<n:label>${i18n:_('0% - 100%')}</n:label>
|
|
|
|
|
</hbox>
|
|
|
|
|
|
|
|
|
|
<hbox pack="center" sclass="legend-row">
|
|
|
|
|
<n:div class="resourceload FULL_LOAD" />
|
|
|
|
|
<n:label>${i18n:_('100%')}</n:label>
|
|
|
|
|
</hbox>
|
|
|
|
|
|
|
|
|
|
<hbox pack="center" sclass="legend-row">
|
|
|
|
|
<n:div class="resourceload OVERLOAD" />
|
|
|
|
|
<n:label>${i18n:_('+ 100%')}</n:label>
|
|
|
|
|
</hbox>
|
|
|
|
|
|
|
|
|
|
</vbox>
|
2009-09-24 20:03:45 +02:00
|
|
|
</vbox>
|
2009-09-18 14:56:57 +02:00
|
|
|
</center>
|
|
|
|
|
</borderlayout>
|
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>
|