Changeset 276
- Timestamp:
- Mar 17, 2010, 1:18:57 PM (13 years ago)
- Location:
- trunk/grails-app
- Files:
-
- 3 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/home/index.gsp
r247 r276 5 5 </head> 6 6 <body> 7 Welcome to GSCF. At this moment, there are ${studyCount} studies in the database.7 Welcome to the first prototype of GSCF. At this moment, there are ${studyCount} studies in the database. 8 8 <p><n:isNotLoggedIn> 9 N.B. To query private studies, and to add or change study data, please login above.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. 10 10 </n:isNotLoggedIn></p> 11 <p><span style="border: 1px solid red;">12 use these credentials to log in: Administrator ( admin / admiN123! ), User ( user / useR123! )13 </span></p>14 11 </body> 15 12 </html>
Note: See TracChangeset
for help on using the changeset viewer.