source: trunk/grails-app/views/assetDetailed/overview.gsp @ 278

Last change on this file since 278 was 278, checked in by gav, 14 years ago

Add AssetTreeTagLib and asset overview.
Complete asset copy function with link and copy choices.

File size: 1.0 KB
Line 
1
2
3<html>
4    <head>
5        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
6        <meta name="layout" content="main" />
7        <title>Asset Overview</title>
8        <g:javascript src="overlayPane.js" />
9        <nav:resources override="true"/>
10    </head>
11    <body>
12        <div class="nav">
13            <nav:renderSubItems group="nav"/>
14        </div>
15        <div class="body">
16            <g:if test="${flash.message}">
17            <div class="message">${flash.message}</div>
18            </g:if>
19
20            <div class="dialog">
21                <table>
22                    <tbody>
23
24                        <tr class="prop">
25                            <td valign="top" class="name">Asset Tree:</td>
26
27                            <td valign="top" class="value">
28                                <gnumims:assetTree />
29                            </td>
30
31                        </tr>
32
33                       
34                    </tbody>
35                </table>
36            </div>
37
38        </div> <!-- end body div -->
39    </body>
40</html>
Note: See TracBrowser for help on using the repository browser.