You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
578 B
Plaintext
20 lines
578 B
Plaintext
<?page contentType="text/html;charset=UTF-8"?>
|
|
<?variable-resolver class="org.zkoss.zkplus.spring.DelegatingVariableResolver"?>
|
|
<zk>
|
|
<zscript>
|
|
String gridActual = "/lists/signeddocs/headListActual.zul";
|
|
String gridArchive = "/lists/signeddocs/headListArchive.zul";
|
|
String treeBackup = "/lists/signeddocs/headListBackup.zul";
|
|
</zscript>
|
|
<window
|
|
vflex="1"
|
|
border="normal">
|
|
<caption
|
|
src="/img/adobe-032.png"
|
|
zclass="form-caption"
|
|
label="${labels.AgendaSignedDocuments}" />
|
|
<include
|
|
vflex="1"
|
|
src="/lists/signeddocs/tabPanels.zul" />
|
|
</window>
|
|
</zk> |