Changeset 611 for trunk/grails-app/views
- Timestamp:
- Jun 25, 2010, 11:15:08 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/common/_login_panel.gsp
r359 r611 1 1 <!-- LOGIN PANEL --> 2 <div id="toppanel" >2 <div id="toppanel" class="toppanel"> 3 3 <div id="panel"> 4 4 <div class="content clearfix"> 5 5 <div class="left"> 6 6 <h1>Welcome to the Generic Study Capture Framework</h1> 7 <h2> pre-alpha version</h2>7 <h2>version <b>${meta(name: 'app.version')}</b></h2> 8 8 <p class="grey">Please use the forms on the right to either log in if you already have an account, or sign up if you think this data support platform suits your needs.</p> 9 9 <p class="grey">Note that <span class="red">registration</span> and <span class="red">password reminders</span> are not yet implemented and hence <span class="red">do not work</span> at this moment!</p>
Note: See TracChangeset
for help on using the changeset viewer.