Last change
on this file since 2149 was
2149,
checked in by work@…, 11 years ago
|
added more ajax calls, and improved first study compare wizard page
|
File size:
541 bytes
|
Line | |
---|
1 | <% |
---|
2 | /** |
---|
3 | * first wizard page / tab |
---|
4 | * |
---|
5 | * @author Jeroen Wesbeek |
---|
6 | * @since 20120123 |
---|
7 | * |
---|
8 | * Revision information: |
---|
9 | * $Rev: 67319 $ |
---|
10 | * $Author: duh $ |
---|
11 | * $Date: 2010-12-22 17:45:42 +0100 (Wed, 22 Dec 2010) $ |
---|
12 | */ |
---|
13 | %> |
---|
14 | <af:page> |
---|
15 | <div class="selector"> |
---|
16 | <div name="species" id="uniqueSpecies" class="ajax"></div> |
---|
17 | <div name="event templates" id="uniqueEventTemplateNames" class="ajax"></div> |
---|
18 | <div name="sampling event templates" id="uniqueSamplingEventTemplateNames" class="ajax"></div> |
---|
19 | </div> |
---|
20 | <div class="ajax" id="studyCount"></div> |
---|
21 | |
---|
22 | </af:page> |
---|
Note: See
TracBrowser
for help on using the repository browser.