source: trunk/grails-app/views/home/index.gsp @ 41

Last change on this file since 41 was 41, checked in by keesvb, 14 years ago

changed index and moved it to Home controller/view structure, put query and my studies in the top menu

File size: 573 bytes
Line 
1<html>
2    <head>
3      <title>Generic Study Capture Framework</title>
4      <meta name="layout" content="main" />
5    </head>
6    <body>
7      Welcome to GSCF. At this moment, there are ${studyCount} studies in the database.
8      <p><n:isNotLoggedIn>
9        N.B. To query private studies, and to add or change study data, please login above.
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  </body>
15</html>
Note: See TracBrowser for help on using the repository browser.