left.gsp
上传用户:steveyhw
上传日期:2019-05-13
资源大小:307k
文件大小:1k
源码类别:

PlugIns编程

开发平台:

Java

  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  4.     <link rel="stylesheet" href="${createLinkTo(dir: 'css', file: 'tree.css')}"/>
  5.     <g:javascript  library ="left/tree_htfl"/>
  6.     <script languge="javascript">
  7.         function ShowDetail(ID,NAME,FLAG){
  8.             window.parent.right.location ="getContract.go?method=doGetContract&folderID=" +ID + "&&folderName="+NAME+"&&flag="+FLAG;
  9.         }
  10.     </script>
  11.     <title>left</title>
  12.   <g:javascript  library ="prototype"/>
  13. </head>
  14. <body bgcolor=#669900>
  15. <table cellpadding="0" cellspacing="0" width="300" >
  16.  <div id="load" style="display:none"><img src="${createLinkTo(dir:'images',file:'loading.gif')}">Loading data..</div>
  17. <ul class="tree">
  18. <g:each in="${treefolderList}" status="i" var="menu">
  19. ${menu}
  20. </g:each>
  21. </ul>
  22. </table>
  23. </body>
  24. </html>