source: trunk/src/grails-app/views/appCore/manager.gsp @ 91

Last change on this file since 91 was 91, checked in by gav, 15 years ago

More detailing on Task and Entry. Added another authorisation ROLE_Manager and view to go with it. Work on PersonController? delete action.

  • Property svn:executable set to *
File size: 670 bytes
Line 
1<html>
2    <head>
3        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
4        <meta name="layout" content="main" />
5        <title>Admin</title>
6    </head>
7    <body>
8        <div class="nav">
9            <span class="menuButton"><a class="home" href="${createLinkTo(dir:'')}">Home</a></span>
10            <span class="menuButton"><g:link controller="person" action="create">New Person</g:link></span>
11            <span class="menuButton"><g:link controller="person" action="list">Person List</g:link></span>
12        </div>
13        <div class="body">
14            <h1>Welcome to Manager</h1>
15
16        </div>
17    </body>
18</html>
Note: See TracBrowser for help on using the repository browser.