]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/templates/vandelay/inc/progress.tt2
Remove /default/ from template paths
[working/Evergreen.git] / Open-ILS / src / templates / vandelay / inc / progress.tt2
1 <div id="vl-generic-progress" class='progress'>
2     <div dojoType="dijit.ProgressBar" style="width:300px" indeterminate="true"></div>
3 </div>
4 <div id="vl-generic-progress-with-total" class='hidden progress'>
5     <div dojoType="dijit.ProgressBar" jsId='vlControlledProgressBar' style="width:300px"></div>
6 </div>
7 <div dojoType="dijit.layout.ContentPane" layoutAlign='client' id='vl-marc-upload-status-div' class='hidden'>
8     <h1>&vandelay.upload.status;</h1><br/>
9     <div id='vl-upload-status-uploading'>
10         <h3>&vandelay.uploading;</h3>
11     </div>
12     <div id='vl-upload-status-processing' class='hidden'>
13         <h3>&vandelay.processing;<span id='vl-upload-status-count'/></h3>
14     </div>
15 </div>
16