2014-04-02 20:55:19 +03:00
|
|
|
<script type="text/javascript">
|
|
|
|
<!--
|
|
|
|
$(document).ready(function() {
|
|
|
|
$("body").css("cursor", "wait");
|
|
|
|
|
|
|
|
setTimeout(function(){
|
2014-04-03 13:19:54 +03:00
|
|
|
window.location = './?import';
|
2014-04-02 20:55:19 +03:00
|
|
|
}, {{ import.delay }} );
|
|
|
|
});
|
|
|
|
//-->
|
|
|
|
</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>
|