/webportal/src/main/webapp/WEB-INF/zul/ExternalContent.zul

http://alageospatialportal.googlecode.com/ · Unknown · 28 lines · 26 code · 2 blank · 0 comment · 0 complexity · 97f5e073144f183d826a9a0115f2aaf5 MD5 · raw file

  1. <?variable-resolver class="org.zkoss.spring.DelegatingVariableResolver"?>
  2. <zk>
  3. <window id="externalContentWindow" visible="false" width="50%"
  4. height="60%" border="normal" sizable="true" contentStyle="overflow:auto;"
  5. use="au.org.emii.portal.composer.ExternalContentComposer"
  6. xmlns:n="http://www.zkoss.org/2005/zk/native">
  7. <caption id="caption">
  8. <toolbarbutton id="download" label="Download output" target="_blank" />
  9. <toolbarbutton id="reset" label="Reset Window" />
  10. <toolbarbutton id="breakout" label="Open in new Window" target="_blank" />
  11. <toolbarbutton id="hide" label="Close" visible="false" />
  12. </caption>
  13. <n:div class="fancybox-bg" id="fancybox-bg-ne" />
  14. <n:div class="fancybox-bg" id="fancybox-bg-se" />
  15. <n:div class="fancybox-bg" id="fancybox-bg-sw" />
  16. <n:div class="fancybox-bg" id="fancybox-bg-nw" />
  17. <n:div class="fancybox-bg" id="fancybox-bg-n" />
  18. <n:div class="fancybox-bg" id="fancybox-bg-e" />
  19. <n:div class="fancybox-bg" id="fancybox-bg-s" />
  20. <n:div class="fancybox-bg" id="fancybox-bg-w" />
  21. <a sclass="fancybox-close" onClick="externalContentWindow.detach()" style="display: inline" />
  22. <separator />
  23. <iframe id="externalContentIframe" width="100%" height="100%" />
  24. <html id="externalContentHTML" ></html>
  25. </window>
  26. </zk>