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

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

Move asset copy and create functions into AssetService.
Repair create links in AssetTreeTagLib.

File size: 999 bytes
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:render template="/shared/messages" />
17
18            <div class="dialog">
19                <table>
20                    <tbody>
21
22                        <tr class="prop">
23                            <td valign="top" class="name">Asset Tree:</td>
24
25                            <td valign="top" class="value">
26                                <gnumims:assetTree />
27                            </td>
28
29                        </tr>
30
31                       
32                    </tbody>
33                </table>
34            </div>
35
36        </div> <!-- end body div -->
37    </body>
38</html>
Note: See TracBrowser for help on using the repository browser.