Add language tags definition, caret and bubbles in editor.
[redakcja.git] / src / wiki / templates / wiki / document_details_base.html
index 8b79d9a..db78c7e 100644 (file)
@@ -6,7 +6,8 @@
 {% block extrahead %}
   {% load pipeline %}
   {% stylesheet 'detail' %}
-  <link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
+    <link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
+    <link rel="stylesheet" href="/wlxml/wl.css"
 {% endblock %}
 
 {% block extrabody %}
@@ -33,7 +34,7 @@
   </div>
 
   <nav class="navbar navbar-expand-sm navbar-dark bg-dark" id="header">
-    <a class="navbar-brand" href="{% url 'catalogue_document_list' %}">
+    <a class="navbar-brand" href="{% url 'documents_document_list' %}">
       <img src="{% static 'img/wl-orange.png' %}"  alt="Home" />
     </a>
 
     <div class='navbar-nav'>
       <a class='nav-item nav-link' href="{{ REDMINE_URL }}projects/wl-publikacje/wiki/Pomoc" target="_blank">
         {% trans "Help" %}</a>
-      {% include "registration/head_login.html" %}
+
+
+      <div id="user-area">
+        {% include "registration/head_login.html" %}
+        {% block dialogs %} {% endblock %}
+      </div>
+
+
+
+
       <span class="navbar-text">{% trans "Version" %}: <span id="document-revision">{% trans "Unknown" %}</span></span>
       {% if not readonly %}
         <button class='ml-2 nav-item btn btn-primary' id="save-button">{% trans "Save" %}</button>
@@ -64,6 +74,5 @@
     {% block splitter-extra %} {% endblock %}
   </div>
 
-  {% block dialogs %} {% endblock %}
 
 {% endblock %}