diff --git a/ietf/templates/doc/document_html.html b/ietf/templates/doc/document_html.html index 2f5d58a0d..da692403c 100644 --- a/ietf/templates/doc/document_html.html +++ b/ietf/templates/doc/document_html.html @@ -24,14 +24,6 @@ .bgcyan { background-color: #4DD; } .bggreen { background-color: #4F4; } -.colorbar { - height: 6px; - position: absolute; - width: 80ex; - margin-left:-0.5em; - margin-bottom:0; -} - .draftcontent { margin-top:0px !important;} {% endblock %} @@ -44,21 +36,21 @@ {% endif %} {% endblock %} -{% block bodyAttrs %}style="padding-top: 0;"{% endblock %} +{% block bodyAttrs %}onload="addHeaderTags()" style="padding-top: 0;"{% endblock %} {% block content %} {% origin %} -
-
+
+
+ style="height: 6px; min-height: 6px; width: 96ex; position: absolute; margin-top:0; " + class="meta-info {{doccolor}}" + title="Click for colour legend." > 
{% if doc.meta %} -
-
{{ doc.supermeta|safe }}
+      
+
{{ doc.supermeta|safe }}
 
 {{ doc.meta|safe }}
{% endif %} -
+
{{ doc.htmlized|default:"Generation of htmlized text failed"|safe }}
-
{% endblock %} diff --git a/ietf/templates/doc/htmlized_base.html b/ietf/templates/doc/htmlized_base.html index 9d1a5def8..f602cdada 100644 --- a/ietf/templates/doc/htmlized_base.html +++ b/ietf/templates/doc/htmlized_base.html @@ -1,127 +1,124 @@ {% load ietf_filters static %} {# Copyright The IETF Trust 2021, All Rights Reserved #} {% load origin %}{% origin %} -{% load bootstrap3 %} {% block title %}No title{% endblock %} - - - - - - - - - - {% if debug %} - - {% endif %} @@ -141,12 +138,7 @@ -
- {% comment %} {% bootstrap_messages %} {% endcomment %} - {% for message in messages %} -
{{ message }}
- {% endfor %} -
+
{% block content %}{{ content|safe }}{% endblock %} {% block content_end %}{% endblock %}
@@ -155,23 +147,15 @@ {% endblock %} -
+
- {% include "debug.html" %} - - {% comment %} {% endcomment %} - - {% block js %}{% endblock %} - {% if debug %} - - {% endif %}