2014-04-02 17:55:19 +00:00
|
|
|
<script type="text/javascript">
|
|
|
|
<!--
|
|
|
|
$(document).ready(function() {
|
|
|
|
$("body").css("cursor", "wait");
|
2015-05-25 18:41:39 +00:00
|
|
|
$("#content").css("display", "none");
|
2014-04-02 17:55:19 +00:00
|
|
|
|
|
|
|
setTimeout(function(){
|
2014-04-03 10:19:54 +00:00
|
|
|
window.location = './?import';
|
2014-04-02 17:55:19 +00:00
|
|
|
}, {{ import.delay }} );
|
|
|
|
});
|
2015-05-25 18:41:39 +00:00
|
|
|
|
2014-04-02 17:55:19 +00:00
|
|
|
//-->
|
|
|
|
</script>
|
|
|
|
<div class="messages warning">
|
|
|
|
<p>{% trans "Download required for " %} {{ import.recordsDownloadRequired }} {% trans "records" %}.</p>
|
|
|
|
<p>{% trans "Downloading next " %} {{ import.recordsUnderDownload }} {% trans "articles, please wait" %}...</p>
|
|
|
|
</div>
|