/webportal/src/main/webapp/msg.zul

http://alageospatialportal.googlecode.com/ · Unknown · 104 lines · 71 code · 33 blank · 0 comment · 0 complexity · 14f3b15e8f563582144442415999c18f MD5 · raw file

  1. <?page id="portalMsgZul" title="ALA Spatial Portal" cacheable="false"
  2. language="xul/html" zscriptLanguage="Java" contentType="text/html;charset=UTF-8"?>
  3. <?link rel="shortcut icon" type="image/x-icon" href="/img/favicon.ico"?>
  4. <zk xmlns="http://www.zkoss.org/2005/zul" xmlns:h="http://www.w3.org/1999/xhtml"
  5. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  6. xsi:schemaLocation="http://www.zkoss.org/2005/zul http://www.zkoss.org/2005/zul/zul.xsd">
  7. <script src="/scripts/jquery-1.2.6.min.js" type="text/javascript"></script>
  8. <window id="mapPortalPage" width="100%" height="100%">
  9. <div id="rawMessageHackHolder" visible="false">
  10. <iframe id="rawMessageIframeHack" width="100%" height="250px" />
  11. </div>
  12. <borderlayout width="100%">
  13. <north id="header" height="100">
  14. <div>
  15. <!-- static menu links -->
  16. <div sclass="toplinks">
  17. <!-- zk forEach="${session.attributes.portalSession.staticMenuLinks}">
  18. <toolbarbutton if="${each.external}" label="${each.name}"
  19. tooltiptext="${each.description}" zclass="leftmenu_ahref" href="${each.uri}" />
  20. <toolbarbutton if="${! each.external}" label="${each.name}"
  21. tooltiptext="${each.description}" zclass="leftmenu_ahref"
  22. forward="onClick=onActivateLink()">
  23. <custom-attributes link="${each}" />
  24. </toolbarbutton>
  25. </zk -->
  26. </div>
  27. </div>
  28. </north>
  29. <center id="center" >
  30. <div sclass="msgcenter" >
  31. <div style="width:400px">
  32. <label value="Sorry, your session has timed out." sclass="h1" /><separator height="20px"/>
  33. <separator height="20px"/>
  34. <button label="RELOAD PORTAL" href="./" />
  35. </div>
  36. </div>
  37. </center>
  38. <south id="footer">
  39. <html><![CDATA[
  40. <span id="ft">
  41. <p><a href="http://www.ala.org.au" title="Atlas of Living Australia">ALA</a> is supported by the Australian Government through the
  42. <a href="http://www.innovation.gov.au/Section/AboutDIISR/FactSheets/Pages/NationalCollaborativeResearchInfrastructureStrategy(NCRIS)FactSheet.aspx">
  43. National Collaborative Research Infrastructure Strategy</a>
  44. and the Super Science Initiative.<BR />
  45. </p></span> ]]></html>
  46. </south>
  47. </borderlayout>
  48. </window>
  49. <style>
  50. .z-center-body {
  51. background-color: #375b7b;
  52. border: 0px solid #ccc !important;
  53. }
  54. .msgcenter {
  55. background: white;
  56. margin: 0px 30px;
  57. height: 100%;
  58. padding: 20px;
  59. }
  60. </style>
  61. <style>
  62. .z-north {
  63. background: #375c79 url(img/portal-logo.jpg) no-repeat top left;
  64. height: 100px;
  65. }
  66. .z-south {
  67. background: url(img/body.png) top left;
  68. }
  69. </style>
  70. <style src="css/zkcomponents.css" />
  71. </zk>