Changeset 294
- Timestamp:
- Mar 22, 2010, 11:57:28 AM (11 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/application.properties
r293 r294 4 4 app.name=gscf 5 5 app.servlet.version=2.4 6 app.version=0. 26 app.version=0.1.1 7 7 plugins.db-util=0.4 8 8 plugins.hibernate=1.2.1 -
trunk/grails-app/views/home/index.gsp
r276 r294 5 5 </head> 6 6 <body> 7 Welcome to the first prototype of GSCF . At this moment, there are ${studyCount} studies in the database.7 Welcome to the first prototype of GSCF, version ${meta(name: 'app.version')}. At this moment, there are ${studyCount} studies in the database. 8 8 <p><n:isNotLoggedIn> 9 9 For this version it is not required to login, but if you login as administrator ( admin / admiN123! ) or user ( user / useR123! ) you can test user functionality.
Note: See TracChangeset
for help on using the changeset viewer.