Last change
on this file since 1333 was
1333,
checked in by work@…, 12 years ago
|
- updating to ajaxflow 0.1.12
- changed 'please wait' behaviour conform ajaxflow 0.1.12
|
File size:
581 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="waitBackground"></span> |
---|
19 | <span class="waiter"> |
---|
20 | <span class="wait"> |
---|
21 | <span class="title">Please Wait...</span> |
---|
22 | <span class="spinner"></span> |
---|
23 | </span> |
---|
24 | </span> |
---|
25 | </div> |
---|
Note: See
TracBrowser
for help on using the repository browser.