Ignore:
Timestamp:
01/03/11 08:33:33 (13 years ago)
Author:
nanardon
Message:
  • use animated icons to notify ajax load
File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/trunk/web/root/templates/html/explorer/index.html

    r236 r277  
    1111    Filter to file starting by:  
    1212    <input type="text" id="explorer_filter" name="filename"> 
    13     <span id="explorer_filter_ind" style="display: none;">Re-Loading...</span> 
     13    <span id="explorer_filter_ind" style="display: none;"> 
     14        <img src="[% c.uri_for('/static', 'loading', 'reloading.gif' ) %]" 
     15                 alt="Reloading..."> 
     16    </span> 
    1417</form> 
    1518[% c.prototype.observe_field( 
     
    2831 
    2932<div id="exp_dir"> 
    30     Loading... 
     33     <p><img src="[% c.uri_for('/static', 'loading', 'computing.gif' ) %]" 
     34         alt="Loading..."></p> 
    3135</div> 
    3236</div> 
    3337<div id="exp_file"> 
    34     Loading... 
     38     <p><img src="[% c.uri_for('/static', 'loading', 'computing.gif' ) %]" 
     39         alt="Loading..."></p> 
    3540</div> 
    3641 
Note: See TracChangeset for help on using the changeset viewer.