docID: '{{ fileid }}',
userID: '{{ euser }}',
docURL: '{% url document_view fileid %}{% if euser %}?user={{ euser|urlencode }}{% endif %}',
- toolbarURL: '{% url toolbar_buttons %}',
- renderURL: '{% url api.views.render %}',
- staticURL: '{{ STATIC_URL }}'
+ toolbarURL: '{% url toolbar_buttons %}',
+ staticURL: '{{ STATIC_URL }}'
}
</script>
<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">{% trans "Print version" %}</a>
+ <button class="html-add-motive" type="button">Dodaj motyw</button>
+ <button class="html-serialize" type="button">Serializuj</button>
</div>
<div class="htmlview">
{% block header-toolbar %}
<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>
+ <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 %}