|
|
@@ -1,29 +1,27 @@
|
|
|
-{% extends 'base/layout.html' %} {% block content_header %} {% include 'widget/header.html' %} {% endblock %} {% block content_main_before
|
|
|
-%} {% endblock %} {% block content_main %}
|
|
|
-<div class="row page-content">
|
|
|
+{% extends 'base/layout.html' %}
|
|
|
|
|
|
+{% block content_header %}
|
|
|
+ {% include 'widget/header.html' %}
|
|
|
+ {% endblock %}
|
|
|
|
|
|
|
|
|
- <div class="row bg-title">
|
|
|
- <div class="col-xs-12">
|
|
|
- {% block content_header %} {% endblock %}
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <!-- /.bg-title -->
|
|
|
+ {% block content_main_before%}
|
|
|
+ {% endblock %}
|
|
|
+
|
|
|
+
|
|
|
+ {% block content_main %}
|
|
|
+<div class="page-content">
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
|
- <div class="m-t-30">
|
|
|
+
|
|
|
+ <div class="col-xs-12">
|
|
|
|
|
|
{% include '../widget/page_content.html' %}
|
|
|
|
|
|
</div>
|
|
|
|
|
|
- <div class="row page-list bg-white {% if isPortal %}m-t-30{% endif %}">
|
|
|
- <div class="col-md-10">
|
|
|
- {% include '../widget/page_list_and_timeline.html' %}
|
|
|
- </div>
|
|
|
- </div>
|
|
|
|
|
|
{# force remove #revision-toc from #content_main of parent #}
|
|
|
<script>
|
|
|
@@ -33,19 +31,37 @@
|
|
|
|
|
|
</div> {# /.col- #}
|
|
|
|
|
|
+ {# relocate #revision-toc #}
|
|
|
+ <div class="col-lg-10 col-md-8 revision-toc-container hidden-sm hidden-xs position-absolute">
|
|
|
+ <div id="revision-toc" class="revision-toc" data-spy="affix" data-offset-top="80">
|
|
|
+ <div id="revision-toc-content" class="revision-toc-content"></div>
|
|
|
+ </div>
|
|
|
+ </div> {# /.col- #}
|
|
|
+
|
|
|
|
|
|
-{# relocate #revision-toc #}
|
|
|
-<div class="col-lg-10 col-md-8 revision-toc-container hidden-sm hidden-xs position-absolute">
|
|
|
- <div id="revision-toc" class="revision-toc" data-spy="affix" data-offset-top="80">
|
|
|
- <div id="revision-toc-content" class="revision-toc-content"></div>
|
|
|
+ <div class="row page-list bg-white {% if isPortal %}m-t-30{% endif %}">
|
|
|
+ <div class="col-md-10">
|
|
|
+ {% include '../widget/page_list_and_timeline.html' %}
|
|
|
+ </div>
|
|
|
</div>
|
|
|
-</div> {# /.col- #} {% endblock %} {% block content_footer %} {% if page %} {% include '../widget/page_attachments.html' %} {% endif
|
|
|
-%} {% endblock %} {% block body_end %}
|
|
|
+{% endblock %}
|
|
|
+
|
|
|
+
|
|
|
+{% block content_footer %}
|
|
|
+ {% if page %}
|
|
|
+ {% include '../widget/page_attachments.html' %}
|
|
|
+ {% endif%}
|
|
|
+{% endblock %}
|
|
|
+
|
|
|
+
|
|
|
+{% block body_end %}
|
|
|
<div id="presentation-layer" class="fullscreen-layer">
|
|
|
<div id="presentation-container"></div>
|
|
|
</div>
|
|
|
<div id="crowi-modals">
|
|
|
- {% include '../widget/page_modals.html' %} {% include '../modal/what_is_portal.html' %} {% include '../modal/unportalize.html'
|
|
|
+ {% include '../widget/page_modals.html' %}
|
|
|
+ {% include '../modal/what_is_portal.html' %}
|
|
|
+ {% include '../modal/unportalize.html'
|
|
|
%}
|
|
|
</div>
|
|
|
{% endblock %}
|