Last change
on this file since 1648 was
1648,
checked in by work@…, 11 years ago
|
- advanced query page only shows previous query links if there are any
- changed topnav
- added base setup wizard
|
File size:
931 bytes
|
Line | |
---|
1 | <% |
---|
2 | /** |
---|
3 | * main ajax flow template |
---|
4 | * |
---|
5 | * @author Jeroen Wesbeek |
---|
6 | * @since 20110318 |
---|
7 | * |
---|
8 | * Revision information: |
---|
9 | * $Rev: 67320 $ |
---|
10 | * $Author: duh $ |
---|
11 | * $Date: 2010-12-22 17:49:27 +0100 (Wed, 22 Dec 2010) $ |
---|
12 | */ |
---|
13 | %> |
---|
14 | <div id="ajaxflow"> |
---|
15 | <af:flow name="setup" class="ajaxFlow" commons="common" partials="pages" spinner="ajaxFlowWait" controller="[controller: 'setup', action: 'pages']"> |
---|
16 | <% /** |
---|
17 | * The initial rendering of this template will result |
---|
18 | * in automatically triggering the 'next' event in |
---|
19 | * the webflow. This is required to render the initial |
---|
20 | * page / partial and done by using af:triggerEvent |
---|
21 | */ %> |
---|
22 | <af:triggerEvent name="next" afterSuccess="onPage();" /> |
---|
23 | </af:flow> |
---|
24 | <g:if env="development"> |
---|
25 | <af:error class="ajaxFlowError"> |
---|
26 | [ajax errors go in here, normally it's safe to delete the af:error part] |
---|
27 | </af:error> |
---|
28 | </g:if> |
---|
29 | </div> |
---|
30 | <g:render template="common/on_page"/> |
---|
31 | <g:render template="common/please_wait"/> |
---|
Note: See
TracBrowser
for help on using the repository browser.