| | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
| | 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
| | 3 | <head> |
| | 4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
| | 5 | <title>ZOO Project - Open WPS Platform</title> |
| | 6 | <link rel="stylesheet" href="/trac/chrome/common/css/wiki.css" type="text/css" /> |
| | 7 | <link rel="stylesheet" type="text/css" href="/trac/chrome/site/default.css" /> |
| | 8 | <link rel="stylesheet" type="text/css" href="/zoo-template/main.css" /> |
| | 9 | <script type="text/javascript" src="/zoo-template/js/jquery-1.4.min.js"></script> |
| | 10 | <script type="text/javascript" src="/zoo-template/js/jquery-ui.min.js"></script> |
| | 11 | <script type="text/javascript" src="/trac/chrome/common/js/trac.js"></script> |
| | 12 | #* |
| | 13 | #if $inputs.has_key("id") and $inputs["id"]["value"]=="NULL" |
| | 14 | <script type="text/javascript" src="/zoo_js/ZooWebSite/WelcomeJs"></script> |
| | 15 | #else |
| | 16 | <script type="text/javascript" src="/zoo_js/ZooWebSite/TwittJs"></script> |
| | 17 | #end if |
| | 18 | *# |
| | 19 | <script type="text/javascript"> |
| | 20 | \$(document).ready(function(){ |
| | 21 | |
| | 22 | \$("#leftcolumn").find("h1,h2,h3,h4,h5,h6").addAnchor("Link to this section"); |
| | 23 | |
| | 24 | |
| | 25 | \$("ul.topnav li a").hover(function() { |
| | 26 | |
| | 27 | //Following events are applied to the subnav itself (moving subnav up and down) |
| | 28 | \$(this).parent().find("ul.subnav").slideDown('fast').show(); //Drop down the subnav on click |
| | 29 | |
| | 30 | \$(this).parent().hover(function() { |
| | 31 | }, function(){ |
| | 32 | \$(this).parent().find("ul.subnav").slideUp('slow'); //When the mouse hovers out of the subnav, move it back up |
| | 33 | }); |
| | 34 | |
| | 35 | //Following events are applied to the trigger (Hover events for the trigger) |
| | 36 | }).hover(function() { |
| | 37 | \$(this).addClass("subhover"); //On hover over, add class "subhover" |
| | 38 | }, function(){ //On Hover Out |
| | 39 | \$(this).removeClass("subhover"); //On hover out, remove class "subhover" |
| | 40 | }); |
| | 41 | |
| | 42 | }); |
| | 43 | </script> |
| | 44 | </head> |
| | 45 | |
| | 46 | <body> |
| | 47 | |
| | 48 | </div> |
| | 49 | <!-- Begin Wrapper --> |
| | 50 | <div id="wrapper"> |
| | 51 | |
| | 52 | <!-- Begin Header --> |
| | 53 | <div id="header"> |
| | 54 | <div class="hleft"> |
| | 55 | <h1 class="title">Open WPS platform</h1> |
| | 56 | </div> |
| | 57 | |
| | 58 | <div class="hright"></div> |
| | 59 | <img src="/~nbozon/zoo-pics/OSGeo_incubation.png" style="position:absolute;top: 5px;right: 40px;" width="150" height="63.75" /> |
| | 60 | #* |
| | 61 | $(loadPage('ZooWebSite/Menu')) |
| | 62 | *# |
| | 63 | </div> |
| | 64 | <!-- End Header --> |
| | 65 | |
| | 66 | <!-- Begin Faux Columns --> |
| | 67 | <div id="faux"> |
| | 68 | |
| | 69 | <!-- Begin Left Column --> |
| | 70 | <div id="leftcolumn"> |
| | 71 | #* |
| | 72 | #if $inputs.has_key("id") and $inputs["id"]["value"]=="NULL" |
| | 73 | $(loadPage("ZooWebSite/Welcome")) |
| | 74 | #else |
| | 75 | loadPage($inputs['id']['value']); |
| | 76 | #end if |
| | 77 | *# |
| | 78 | <div class="clear"></div> |
| | 79 | </div> |
| | 80 | <!-- End Left Column --> |
| | 81 | <div id="rightcolumn"> |
| | 82 | #* |
| | 83 | <div class="categories"> |
| | 84 | $(loadPage("ZooWebSite/DownloadLink")) |
| | 85 | </div> |
| | 86 | <div class="donate"> |
| | 87 | $(loadPage("ZOOPals")) |
| | 88 | </div> |
| | 89 | <div class="twitts"> |
| | 90 | $(loadPage("ZooWebSite/Twitt")) |
| | 91 | </div> |
| | 92 | <div class="rblock"> |
| | 93 | $(loadPage("ZooWebSite/ZooProject/Sponsors")) |
| | 94 | </div> |
| | 95 | |
| | 96 | <div class="rblock"> |
| | 97 | $(loadPage("ZooWebSite/KnowledgePartnersList")) |
| | 98 | </div> |
| | 99 | *# |
| | 100 | </div> |
| | 101 | |
| | 102 | <div class="rblock"> |
| | 103 | </div> |
| | 104 | |
| | 105 | <div class="clear"></div> |
| | 106 | </div> |
| | 107 | <!-- End Right Column --> |
| | 108 | |
| | 109 | </div> |
| | 110 | <!-- End Faux Columns --> |
| | 111 | |
| | 112 | <!-- Begin Footer --> |
| | 113 | <div id="footer"> |
| | 114 | #* |
| | 115 | $(loadPageSpecial("ZooWebSite/Menu")) |
| | 116 | $(loadPage("ZooWebSite/Footer")) |
| | 117 | *# |
| | 118 | </div> |
| | 119 | <!-- End Footer --> |
| | 120 | |
| | 121 | </div> |
| | 122 | <!-- End Wrapper --> |
| | 123 | </body> |
| | 124 | </html> |