Advertisement
Guest User

Untitled

a guest
Mar 17th, 2012
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. <?page title="" contentType="text/html;charset=UTF-8"?>
  2. <zk>
  3. <window id="calendarWin" title="Relatório Mensal" border="normal" position="middle" width="100%" apply="composition.RelatorialComposer" closable="true">
  4. <grid id="gridHoliday" style="border:none">
  5. <columns>
  6. <column align="right"/>
  7. <column align="left"/>
  8. </columns>
  9. <rows>
  10. <row>
  11. <label value="Relatório:" />
  12. <button label="Gerar Relatório" id="createReport" />
  13. </row>
  14. </rows>
  15. </grid>
  16. <hlayout>
  17. <iframe id="report" />
  18. </hlayout>
  19. </window>
  20. </zk>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement