|
|
@@ -1,49 +1,7 @@
|
|
|
-<header id="page-header">
|
|
|
- <div class="d-flex align-items-center">
|
|
|
- <div class="hidden-xs hidden-sm">
|
|
|
- <a class="logo" href="/">
|
|
|
- <div class="">{% include '../../widget/logo.html' %}</div>
|
|
|
- </a>
|
|
|
- </div>
|
|
|
- <div class="title-container mr-auto">
|
|
|
- <h1 class="title" id="revision-path"></h1>
|
|
|
- {% if not forbidden and not isTrashPage() %}
|
|
|
- <div id="tag-label"></div>
|
|
|
- {% endif %}
|
|
|
- </div>
|
|
|
- {% if page %}
|
|
|
+<div id="grw-subnav" class="grw-subnav" data-is-forbidden-page="{{ forbidden }}"></div>
|
|
|
|
|
|
- <ul class="authors hidden-sm hidden-xs text-nowrap grw-pt-10px">
|
|
|
- <li>
|
|
|
- <div class="d-flex align-items-center b">
|
|
|
- <a class="mr-2" href="{{ userPageRoot(page.creator) }}">
|
|
|
- <img src="{{ page.creator|default(author)|picture }}" class="picture rounded-circle">
|
|
|
- </a>
|
|
|
- <div>
|
|
|
- <div>Created by
|
|
|
- <a href="{{ userPageRoot(page.creator) }}">{{ page.creator.name|default(author.name) }}</a>
|
|
|
- </div>
|
|
|
- <div class="text-muted">{{ page.createdAt|datetz('Y/m/d H:i:s') }}</div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </li>
|
|
|
- <li class="mt-2">
|
|
|
- <div class="d-flex align-items-center">
|
|
|
- <a class="mr-2" href="{{ userPageRoot(author) }}">
|
|
|
- <img src="{{ author|picture }}" class="picture rounded-circle">
|
|
|
- </a>
|
|
|
- <div>
|
|
|
- <div>Updated by
|
|
|
- <a href="{{ userPageRoot(author) }}">{{ author.name }}</a>
|
|
|
- </div>
|
|
|
- <div class="text-muted">{{ page.updatedAt|datetz('Y/m/d H:i:s') }}</div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </li>
|
|
|
- </ul>
|
|
|
- {% endif %} {% if not page and ('/' === path or 'crowi' === getConfig('crowi', 'customize:behavior')) and not isUserPageList(path) and !isTrashPage()
|
|
|
- %} {% if '/' === path.slice(-1) %} {% include '../../widget/create_portal.html' %} {% endif %} {% endif %}
|
|
|
-
|
|
|
- </div>
|
|
|
-
|
|
|
-</header>
|
|
|
+{% if not page and ('/' === path or 'crowi' === getConfig('crowi', 'customize:behavior')) and not isUserPageList(path) and !isTrashPage() %}
|
|
|
+ {% if '/' === path.slice(-1) %}
|
|
|
+ {% include '../../widget/create_portal.html' %}
|
|
|
+ {% endif %}
|
|
|
+{% endif %}
|