left.gsp
上传用户:steveyhw
上传日期:2019-05-13
资源大小:307k
文件大小:1k
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <link rel="stylesheet" href="${createLinkTo(dir: 'css', file: 'tree.css')}"/>
- <g:javascript library ="left/tree_htfl"/>
- <script languge="javascript">
- function ShowDetail(ID,NAME,FLAG){
- window.parent.right.location ="getContract.go?method=doGetContract&folderID=" +ID + "&&folderName="+NAME+"&&flag="+FLAG;
- }
- </script>
- <title>left</title>
- <g:javascript library ="prototype"/>
- </head>
- <body bgcolor=#669900>
- <table cellpadding="0" cellspacing="0" width="300" >
- <div id="load" style="display:none"><img src="${createLinkTo(dir:'images',file:'loading.gif')}">Loading data..</div>
- <ul class="tree">
- <g:each in="${treefolderList}" status="i" var="menu">
- ${menu}
- </g:each>
- </ul>
- </table>
- </body>
- </html>