X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/008decfb2838b94486c36dcf35a2239bf7f1076e..3ed251508dd18e0afc8f62bd18802e2e1c72737c:/project/templates/explorer/file_xml.html diff --git a/project/templates/explorer/file_xml.html b/project/templates/explorer/file_xml.html index 4efd6975..5bad3c4a 100644 --- a/project/templates/explorer/file_xml.html +++ b/project/templates/explorer/file_xml.html @@ -4,6 +4,7 @@ <script src="/static/js/jquery.fieldselection.js" type="text/javascript" charset="utf-8"></script> <script src="/static/js/jquery.lazyload.js" type="text/javascript" charset="utf-8"></script> <script src="/static/js/codemirror/codemirror.js" type="text/javascript" charset="utf-8"></script> + <script src="/static/js/jquery.autoscroll.js" type="text/javascript" charset="utf-8"></script> <script type="text/javascript" charset="utf-8"> function addEditorButton(label, fn) { $('<button type="button">' + label + '</button>').click(function(event) { @@ -48,10 +49,7 @@ }); $('iframe').load(function() { - $($('iframe').contents()).scroll(function() { - var percentScrolled = $('body', this).scrollTop() / $('body', this).height(); - $('#images-wrap').scrollTop(percentScrolled * $('#images').height()); - }); + $('#images').autoscroll('iframe'); setTimeout(function() {resizePanels();}, 10); }) @@ -59,7 +57,7 @@ addEditorButton('utwór', function(text) { return '<utwor>' + text + '</utwor>'; }); addEditorButton('akap', function(text) { return '<akap>' + text + '</akap>'; }); - $('#images').lazyload('.image-box', {threshold: 600}); + $('#images-wrap').lazyload('.image-box', {threshold: 640 * 10, scrollTreshold: 640 * 5}); }); </script> @@ -68,14 +66,15 @@ {% block breadcrumbs %}<a href="{% url file_list %}">Platforma Redakcyjna</a> ⯠plik {{ hash }}{% endblock breadcrumbs %} {% block maincontent %} - <div id="tabs"><a href="{% url file_xml hash %}" class="active">ŹródÅo</a><a href="{% url file_html hash %}">HTML</a> <div style="padding: 3px; margin-left: 10px">{{ image_folders_form.folders }}</div><div style="clear: both; height: 0; width: 0"> </div></div> + <div id="tabs"><a href="{% url file_xml hash %}" class="active">ŹródÅo</a><a href="{% url file_html hash %}">HTML</a><div style="clear: both; height: 0; width: 0"> </div></div> <form action="." method="post" accept-charset="utf-8"> <div id="panels"> <div id="sidebar"> <div id="images-wrap"> <div id="images"> - <p>Aby zobaczyÄ obrazki wybierz folder z obrazkami powyżej.</p> + <p>Aby zobaczyÄ obrazki wybierz folder poniżej:</p> + <p>{{ image_folders_form.folders }}</p> </div> </div> <div id="toggle-sidebar"></div>