Last change
on this file since 6 was
2,
checked in by robert@…, 12 years ago
|
Initial import of basic functionality
|
File size:
954 bytes
|
Line | |
---|
1 | <!-- TOPNAV //--> |
---|
2 | <ul class="topnav"> |
---|
3 | <li><g:link controller="study">Home</g:link></li> |
---|
4 | <li> |
---|
5 | <a href="#">Studies</a> |
---|
6 | <ul class="subnav"> |
---|
7 | <li><g:link controller="study" action="myStudies">My studies</g:link></li> |
---|
8 | <li><g:link controller="study" action="list">All studies</g:link></li> |
---|
9 | |
---|
10 | <li><g:link controller="studyWizard" action="index" params="[jump:'create']">Create a new study</g:link></li> |
---|
11 | <li><g:link controller="studyWizard" action="index" params="[jump:'edit']">Edit a study</g:link></li> |
---|
12 | <li><g:link controller="importer" action="index">Import study data</g:link></li> |
---|
13 | <li><g:link controller="simpleQuery" action="index">Search study data</g:link></li> |
---|
14 | <li><g:link controller="exporter" action="index">Export as SimpleTox</g:link></li> |
---|
15 | </ul> |
---|
16 | </li> |
---|
17 | <g:if env="development"> |
---|
18 | <li><g:link controller="query" action="index">query database</g:link></li> |
---|
19 | </g:if> |
---|
20 | </ul> |
---|
21 | <!-- /TOPNAV //--> |
---|
Note: See
TracBrowser
for help on using the repository browser.