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.
25 lines
561 B
Plaintext
25 lines
561 B
Plaintext
<?page contentType="text/html;charset=UTF-8"?>
|
|
<zk>
|
|
<window
|
|
width="95%"
|
|
height="95%"
|
|
border="normal"
|
|
closable="true"
|
|
apply="org.zkoss.bind.BindComposer"
|
|
viewModel="@id('vm') @init('info.bukova.isspst.ui.reporting.ReportVM')">
|
|
<caption
|
|
src="/img/print.png"
|
|
zclass="form-caption"
|
|
label="${labels.ReportReport}" />
|
|
<toolbar>
|
|
<toolbarbutton
|
|
image="/img/send.png"
|
|
tooltiptext="${labels.ReportSend}"
|
|
onClick="@command('send')" />
|
|
</toolbar>
|
|
<iframe
|
|
width="100%"
|
|
vflex="1"
|
|
src="/api/report.pdf" />
|
|
</window>
|
|
</zk> |