source: branches/TaskRewrite/src/grails-app/views/appCore/options.gsp @ 71

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

Start changing roles to AppAdmin? and AppUser?.
Add Options view, start code for user changeable passwords.
Repair home and admin bean error variables.

  • Property svn:executable set to *
File size: 528 bytes
RevLine 
[71]1<html>
2    <head>
3        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
4        <meta name="layout" content="main" />
5        <title>Options</title>
6    </head>
7    <body>
8        <div class="nav">
9            <span class="menuButton"><a class="home" href="${createLinkTo(dir:'')}">Home</a></span>
10        </div>
11        <div class="body">
12            <h1>Welcome to Options</h1>
13            <br/>
14            <div class="dialog">
15
16            </div>
17        </div>
18    </body>
19</html>
Note: See TracBrowser for help on using the repository browser.