X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/f499ee9347f539c36f3846fdc41020f2320bae77..f4921ca797953ddab6b35786864b2dd523190503:/apps/wiki/templates/wiki/document_details.html diff --git a/apps/wiki/templates/wiki/document_details.html b/apps/wiki/templates/wiki/document_details.html index cbed276c..d95603f6 100644 --- a/apps/wiki/templates/wiki/document_details.html +++ b/apps/wiki/templates/wiki/document_details.html @@ -1,123 +1,47 @@ -{% extends "base.html" %} -{% load toolbar_tags %} -{% block title %}{{ document.name }} - {{ block.super }}{% endblock %} -{% block extrahead %} -{% load compressed %} -{% compressed_css 'detail' %} -{% endblock %} +{% extends "wiki/document_details_base.html" %} +{% load i18n %} + {% block extrabody %} - - -{% compressed_js 'detail' %} + {% endblock %} -{% block maincontent %} -
-
- -

- Ładowanie -

-
-
- +{% block tabs-menu %} + {% include "wiki/tabs/summary_view_item.html" %} + {% include "wiki/tabs/wysiwyg_editor_item.html" %} + {% include "wiki/tabs/source_editor_item.html" %} + {% include "wiki/tabs/history_view_item.html" %} +{% endblock %} - -
-
-
- {% toolbar %} - - -
- - {% include "wiki/history_view.html" %} - {% include "wiki/summary_view.html" %} +{% block tabs-content %} + {% include "wiki/tabs/summary_view.html" %} + {% include "wiki/tabs/wysiwyg_editor.html" %} + {% include "wiki/tabs/source_editor.html" %} + {% include "wiki/tabs/history_view.html" %} +{% endblock %} + +{% block tabs-right %} + {% include "wiki/tabs/gallery_view_item.html" %} + {% include "wiki/tabs/annotations_view_item.html" %} + {% include "wiki/tabs/search_view_item.html" %} +{% endblock %} + +{% block splitter-extra %} +
+

-
- - -{% include "wiki/save_dialog.html" %} -{% include "wiki/tag_dialog.html" %} -{% endblock %} \ No newline at end of file +{% endblock %} + +{% block dialogs %} + {% include "wiki/save_dialog.html" %} + {% include "wiki/revert_dialog.html" %} + {% include "wiki/tag_dialog.html" %} + {% include "wiki/pubmark_dialog.html" %} +{% endblock %}