Ignore:
Timestamp:
Jan 31, 2009, 10:33:34 AM (15 years ago)
Author:
gav
Message:

Update main layout.
Create and add topBg.png
Basic auth for admin/user adjust BoosStrap? and controllers to match.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/grails-app/views/person/login.gsp

    r40 r44  
    77</head>
    88    <body>
    9         <div class="nav">
    10             <span class="menuButton">
    11 <!--                 <a class="home" href="${createLinkTo(dir:'')}">Home</a> -->
    12             </span>
    13         </div>
     9
    1410        <div class="body">
    1511            <h1>Please log in</h1>
     
    1713                <div class="message">${flash.message}</div>
    1814            </g:if>
     15            The demo users are "admin" and "user" both having password "pass"
    1916            <g:hasErrors bean="${person}">
    2017                <div class="errors">
Note: See TracChangeset for help on using the changeset viewer.