]> git.immae.eu Git - github/wallabag/wallabag.git/blob - src/Wallabag/CoreBundle/Resources/views/default/_import.twig
63a2d3e233ad89e3213dbbd7dcda7d0cf33a2622
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Resources / views / default / _import.twig
1 <script type="text/javascript">
2 <!--
3 $(document).ready(function() {
4 $("body").css("cursor", "wait");
5
6 setTimeout(function(){
7 window.location = './?import';
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>