Changeset 611 for trunk/grails-app/views


Ignore:
Timestamp:
Jun 25, 2010, 11:15:08 AM (13 years ago)
Author:
duh
Message:
  • fixed the css issues with the login panel
  • change version info in login panel
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/common/_login_panel.gsp

    r359 r611  
    11<!-- LOGIN PANEL -->
    2   <div id="toppanel">
     2  <div id="toppanel" class="toppanel">
    33        <div id="panel">
    44                <div class="content clearfix">
    55                        <div class="left">
    66                                <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>
    88                                <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>
    99                                <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.