Last change
on this file since 1319 was
1319,
checked in by work@…, 12 years ago
|
- updated ajaxflow to 0.1.10
- added spinner / please wait support to ajaxflow
- resolves issue #245
|
File size:
507 bytes
|
Line | |
---|
1 | <% |
---|
2 | /** |
---|
3 | * wizard please wait template |
---|
4 | * |
---|
5 | * This is used by the ajax buttons, also see the 'spinner' |
---|
6 | * argument in the flow definition in _ajaxflow.gsp |
---|
7 | * |
---|
8 | * @author Jeroen Wesbeek |
---|
9 | * @since 20101222 |
---|
10 | * |
---|
11 | * Revision information: |
---|
12 | * $Rev: 66849 $ |
---|
13 | * $Author: duh $ |
---|
14 | * $Date: 2010-12-08 15:12:54 +0100 (Wed, 08 Dec 2010) $ |
---|
15 | */ |
---|
16 | %> |
---|
17 | <div id="ajaxFlowWait" class="ajaxFlow" style="display:none;"> |
---|
18 | <span class="wait"> |
---|
19 | <span class="title">Please Wait...</span> |
---|
20 | <span class="spinner"></span> |
---|
21 | </span> |
---|
22 | </div> |
---|
Note: See
TracBrowser
for help on using the repository browser.