Last change
on this file since 1213 was
1213,
checked in by robert@…, 12 years ago
|
Improved the study overview page such that the different tabs are loaded when needed. Also rewritten parts of the code. See ticket #155
|
File size:
537 bytes
|
Line | |
---|
1 | <g:if test="${studyList*.events?.flatten()?.size()==0 && studyInstance*.samplingEvents?.flatten()?.size()==0 }"> |
---|
2 | No events in these studies |
---|
3 | </g:if> |
---|
4 | <g:else> |
---|
5 | <g:each in="${studyList}" var="study" status="i"> |
---|
6 | <div style="margin: 10px; "> |
---|
7 | <div class="eventtitles" id="eventtitles-${i}"></div> |
---|
8 | <div class="eventstimeline" id="eventstimeline-${i}"></div> |
---|
9 | </div> |
---|
10 | </g:each> |
---|
11 | <noscript> |
---|
12 | Javascript is required to show the timeline. Please use the events table instead or enable javascript in your browser. |
---|
13 | </noscript> |
---|
14 | </g:else> |
---|
Note: See
TracBrowser
for help on using the repository browser.