|
@@ -17,10 +17,16 @@
|
|
|
|
|
|
|
|
<div class="tab-content">
|
|
<div class="tab-content">
|
|
|
{% if isEnabledAttachTitleHeader() %}
|
|
{% if isEnabledAttachTitleHeader() %}
|
|
|
|
|
+ {% if template %}
|
|
|
|
|
+ <script type="text/template" id="raw-text-original"># {{ path|path2name }}
{{ template }}</script>
|
|
|
|
|
+ {% else %}
|
|
|
<script type="text/template" id="raw-text-original"># {{ path|path2name }}</script>
|
|
<script type="text/template" id="raw-text-original"># {{ path|path2name }}</script>
|
|
|
- {% elseif template %}
|
|
|
|
|
|
|
+ {% endif %}
|
|
|
|
|
+ {% else %}
|
|
|
|
|
+ {% if template %}
|
|
|
<script type="text/template" id="raw-text-original">{{ template }}</script>
|
|
<script type="text/template" id="raw-text-original">{{ template }}</script>
|
|
|
{% endif %}
|
|
{% endif %}
|
|
|
|
|
+ {% endif %}
|
|
|
{# list view #}
|
|
{# list view #}
|
|
|
<div class="p-t-10 active tab-pane page-list-container" id="revision-body">
|
|
<div class="p-t-10 active tab-pane page-list-container" id="revision-body">
|
|
|
{% if pages.length == 0 %}
|
|
{% if pages.length == 0 %}
|