]>
Commit | Line | Data |
---|---|---|
182faf26 MR |
1 | <script type="text/javascript"> |
2 | <!-- | |
3 | $(document).ready(function() { | |
4 | $("body").css("cursor", "wait"); | |
5 | ||
6 | setTimeout(function(){ | |
4d2bd6e5 | 7 | window.location = './?import'; |
182faf26 MR |
8 | }, {{ import.delay }} ); |
9 | }); | |
10 | //--> | |
11 | </script> | |
12 | <div class="messages warning"> | |
13 | <p>{% trans "Download required for " %} {{ import.recordsDownloadRequired }} {% trans "records" %}.</p> | |
14 | <p>{% trans "Downloading next " %} {{ import.recordsUnderDownload }} {% trans "articles, please wait" %}...</p> | |
15 | </div> |