X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/3193141f55df20910cf8ba35f9e669d79c90d3f4..22aac0da99594406b261f14c135812c855c196ef:/platforma/templates/explorer/editor.html diff --git a/platforma/templates/explorer/editor.html b/platforma/templates/explorer/editor.html old mode 100644 new mode 100755 index 576a7939..a2ec61f4 --- a/platforma/templates/explorer/editor.html +++ b/platforma/templates/explorer/editor.html @@ -1,4 +1,5 @@ {% extends "base.html" %} +{% load i18n %} {% block extrahead %} <link rel="stylesheet" href="{{STATIC_URL}}css/jquery.modal.css" type="text/css" media="screen" charset="utf-8"> @@ -11,8 +12,8 @@ docID: '{{ fileid }}', userID: '{{ euser }}', docURL: '{% url document_view fileid %}{% if euser %}?user={{ euser|urlencode }}{% endif %}', - toolbarURL: '{% url toolbar_buttons %}', - renderURL: '{% url api.views.render %}' + toolbarURL: '{% url toolbar_buttons %}', + staticURL: '{{ STATIC_URL }}' } </script> @@ -48,7 +49,7 @@ <% for (panel in panels) { %> <option value="<%= panel %>"><%= panel %></option> <% }; %> - </select> <button class="refresh">OdÅwież panel</button></p> + </select> <button class="refresh">{% trans "Refresh panel" %}</button></p> </div> <div class="content-view"></div> </script> @@ -62,7 +63,9 @@ <script type="text/html" charset="utf-8" id="html-view-template"> <div class="htmlview-toolbar"> - <a class="html-print-link" href="print" ui:baseref="{% url file_print fileid %}" target="_new">Wersja do druku</a> + <a class="html-print-link" href="print" ui:baseref="{% url file_print fileid %}" target="_new">{% trans "Print version" %}</a> + <button class="html-add-theme" type="button">Oznacz fragment motywem</button> + <button class="html-add-annotation" type="button">Dodaj przypis</button> </div> <div class="htmlview"> @@ -91,17 +94,17 @@ <button type="button" class="image-gallery-next-button"> - <img alt="Next" src="{{STATIC_URL}}/icons/go-next.png" width="16" height="16" /> + <img alt="{% trans 'Next page' %}" src="{{STATIC_URL}}/icons/go-next.png" width="16" height="16" /> </button> <button type="button" class="image-gallery-zoom-in"> - <img alt="Zoom in" src="{{STATIC_URL}}/icons/zoom_in.png" width="16" height="16" /> + <img alt="{% trans 'Zoom in' %}" src="{{STATIC_URL}}/icons/zoom_in.png" width="16" height="16" /> </button> <button type="button" class="image-gallery-zoom-out"> - <img alt="Zoom out" src="{{STATIC_URL}}/icons/zoom_out.png" width="16" height="16" /> + <img alt="{% trans 'Zoom out' %}" src="{{STATIC_URL}}/icons/zoom_out.png" width="16" height="16" /> </button> <button type="button" class="image-gallery-zoom-reset"> - <img alt="Zoom reset" src="{{STATIC_URL}}/icons/zoom.png" width="16" height="16" /> + <img alt="{% trans 'Reset zoom' %}" src="{{STATIC_URL}}/icons/zoom.png" width="16" height="16" /> </button> </p> </div> @@ -119,6 +122,19 @@ </div> </script> + <script type="text/html" charset="utf-8" id="image-gallery-empty-template"> + <div class="image-gallery-empty-template"> + <div class="empty-gallery-info">Galeria dla tego dokumentu nie istnieje i/lub jest pusta.</div> + + {% if user.is_superuser %} + <div class="choose-gallery"> + <p>DoÅÄ cz galeriÄ do dokumentu:</p> + <p>{{ gallery_form.subpath }} <input class="choose-gallery-button" type="submit" value="DoÅÄ cz"></p> + </div> + {% endif %} + </div> + </script> + <script type="text/html" charset="utf-8" id="button-toolbar-view-template"> <div class="buttontoolbarview panel-toolbar"> <div class="buttontoolbarview-tabs toolbar-tabs-container toolbar-buttons-container"> @@ -150,11 +166,11 @@ {% block breadcrumbs %}<a href="{% url file_list %}">Platforma</a> > {{euser}} > {{ fileid }}{% endblock breadcrumbs %} {% block header-toolbar %} - <a href="http://stigma.nowoczesnapolska.org.pl/platforma-hg/ksiazki/log/tip/{{ fileid }}.xml" target="_new" >Historia</a> - <button id="action-merge">Merge</button> - <button id="action-update">Update</button> - <button id="action-commit">Commit</button> - <button id="action-quick-save">Quick Save</button> + <a href="http://stigma.nowoczesnapolska.org.pl/platforma-hg/ksiazki/log/tip/{{ fileid }}.xml" target="_new" >{% trans 'History' %}</a> + <button id="action-merge">{% trans 'Push' %}</button> + <button id="action-update">{% trans 'Pull' %}</button> + <button id="action-commit">{% trans 'Save' %}</button> + <button id="action-quick-save">{% trans 'Quick save' %}</button> {% endblock %} {% block maincontent %} @@ -168,9 +184,11 @@ <div id="commit-dialog" class="jqmWindow" style="display:none"> <form action="" method="POST"> <label for="message">Commit message:</label> - <textarea cols="60" rows="10" name="message" id="commit-dialog-message"></textarea> - <p id="commit-dialog-error-empty-message">WiadomoÅÄ nie może byÄ pusta.</p> - <fieldset id="commit-dialog-related-issues" ui:ajax-src="{{REDMINE_URL}}/publications/issues/{{fileid}}"> + + <textarea cols="60" rows="10" name="message" class="commit-message"></textarea> + <div class="error-messages-box"> </div> + + <fieldset class="related-issues-fields" > <legend>Related issues</legend> <div class="loading-box" style="display: none;"> <p>Loading related issues...</p> @@ -178,11 +196,50 @@ <div class="container-box">No related issues.</div> </fieldset> <p> - <input type="button" value="Save" id="commit-dialog-save-button" /> - <input type="reset" value="Cancel" id="commit-dialog-cancel-button" /> + <input type="button" value="Save" class="save-button" /> + <input type="button" value="Cancel" class="cancel-button" /> </p> </form> </div> + + <div id="theme-edit-dialog" class="jqmWindow" style="display:none"> + <div class="data-area"> + <table class="theme-multi-list"> + <tbody class="unknown-themes"> + <tr class="header"><th colspan="5">Unknown themes</th></tr> + </tbody> + + <tbody> + <tr><th colspan="5">Themes in the database</th></tr> + {% regroup available_themes by first_letter as grouped_themes %} + + {% for letter in grouped_themes %} + <tr><th colspan="5" class="letter-heading">{{ letter.grouper }}</th></tr> + + {% for theme in letter.list %} + {% if forloop.first %} + <tr> + {% else %} + {% if forloop.counter0|divisibleby:"5" %} + </tr><tr> + {% endif %} + {% endif %} + <td width="18%"><label><input class="theme-list-item" type="checkbox" value="{{theme.name}}"/>{{ theme.name }}</label></td> + {% if forloop.last %} + </tr> + {% endif %} + {% endfor %} + + {% endfor %} + </tbody> + </table> + </div> + <p class="action-area"> + <input type="button" value="Accept" class="save-button" /> + <input type="button" value="Cancel" class="cancel-button" /> + <span class="error-messages-inline-box"></span> + </p> + </div> <div id="split-dialog" class="jqmWindow" style="display:none"> <div class="container-box"> </div>