ItEr29S08CUCreacionProxectoPlanificacionItEr28S09: Showing resource load view.

It's the global view. It isn't filtered by order yet
This commit is contained in:
Óscar González Fernández 2009-10-05 19:54:29 +02:00
parent 3592a15fd5
commit c472bb3e96
2 changed files with 32 additions and 1 deletions

View file

@ -72,7 +72,9 @@ public class ViewSwitcher implements Composer {
}
public void goToResourceLoad() {
// TODO implement
planningOrder = ComponentsReplacer.replaceAllChildren(parent,
"../resourceload/resourceloadfororder.zul",
new HashMap<String, Object>());
}
}

View file

@ -0,0 +1,29 @@
<!--
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/>.
-->
<zk>
<zscript><![CDATA[
controller = resourceLoadController;
]]>
</zscript>
<div apply="${controller}" self="@{define(content)}">
</div>
</zk>