<?xml version="1.0" encoding="UTF-8"?>\r
<zk xmlns:w="http://www.zkoss.org/2005/zk/client">\r
-<window id="zkwindow" border="true" width="100%" height="100%" contentStyle="padding:0;" \r
+<window id="zkwindow" border="true" width="100%" height="98%" contentStyle="padding:0;" \r
apply="org.zkoss.bind.BindComposer" viewModel="@id('vm') @init('user.jobengine.zk.model.MaestroModel')">\r
<custom-attributes org.zkoss.zul.image.preload="true" />\r
<borderlayout width="100%" height="100%">\r
</panelchildren>\r
</panel>\r
</east>\r
- <south border="true" height="40%" hflex="true" splittable="true">\r
+ <south border="true" height="35%" hflex="true" splittable="true">\r
<panel width="100%" border="normal" title="Jobs">\r
<panelchildren style="padding:5px;">\r
- <listbox id="jobs" height="400px" model="@load(vm.jobs)" multiple="false" checkmark="false"\r
- oddRowSclass="listbox-odd-style" sclass="listbox-normal-style">\r
- <auxhead sclass="category-center">\r
- <auxheader label="Jobok" colspan="6"/>\r
- </auxhead>\r
- <listhead>\r
- <listheader label="" sort="auto(isFolder)" width="8%" />\r
- </listhead>\r
- <template name="model" >\r
- <listitem>\r
- <listcell><label value="@load(each)" /></listcell>\r
- </listitem>\r
- </template>\r
- </listbox>\r
+ <include src="/pages/maestrojoblist.zul" />\r
</panelchildren>\r
</panel>\r
</south>\r