Last change
on this file since 7 was
7,
checked in by robert@…, 11 years ago
|
- Created tests for the synchronization and trash
- Improved synchronizationservice and trash
- Put authorization checks in several pages
|
File size:
541 bytes
|
Line | |
---|
1 | <!-- TOPNAV //--> |
---|
2 | <ul class="topnav"> |
---|
3 | <li><g:link controller="study">Home</g:link></li> |
---|
4 | <li> |
---|
5 | <a href="#">View</a> |
---|
6 | <ul class="subnav"> |
---|
7 | <li><g:link controller="run">Runs</g:link></li> |
---|
8 | <li><g:link controller="assay">Assays</g:link></li> |
---|
9 | </ul> |
---|
10 | </li> |
---|
11 | <li> |
---|
12 | <a href="${org.codehaus.groovy.grails.commons.ConfigurationHolder.config.gscf.baseURL}">GSCF</a> |
---|
13 | </li> |
---|
14 | <g:if env="development"> |
---|
15 | <li><g:link controller="query" action="index">query database</g:link></li> |
---|
16 | </g:if> |
---|
17 | </ul> |
---|
18 | <!-- /TOPNAV //--> |
---|
Note: See
TracBrowser
for help on using the repository browser.