{% extends 'layout/2column.html' %} {% block html_title %}{{ path|path2name }} · {{ path }}{% endblock %} {% block html_base_attr %} data-spy="scroll" data-target="#search-result-list" {% endblock %} {% block content_head %} {% block content_head_before %} {% endblock %}

{{ path|insertSpaceToEachSlashes }} {% if searchConfigured() && !isTopPage() && !isTrashPage() %} {% endif %}

{% if page %}
{% endif %}
{% endblock %} {% block content_main %} {% block content_main_before %} {% endblock %} {# page-list-search should be fully managed by react.js, # but now the header and page list content is rendered separately by the server, # so now bind the values through the hidden fields. #} {% if searchConfigured() && !isTopPage() && !isTrashPage() %} {% endif %}
{% if page and not page.isLatestRevision() %}
{{ t('Warning') }}: {{ t('page.notice.version') }} 最新のポータルを表示
{% endif %}
{% include '_form.html' with {forceGrant: 1} %}

History

{% if not page %} {% else %}
{% for tr in tree %}
{% if tr.author %}{{ tr.author.username }}{% else %}-{% endif %}
{{ tr.createdAt|datetz('Y-m-d H:i:s') }}
{{ t('View this version') }} {{ t('View diff') }}
{% endfor %}
{% endif %}
{# /.portal #}
{% if pages.length == 0 %} {% if isTrashPage() %} No deleted pages. {% else %} There are no pages under {{ path }}.

Next Actions

  • Create portal page?
    • Great! To create the portal of {{ path }}, click "Create Portal" button.
  • Create the under page directly?
    • Nice. To create the page under {{ path }} directly, type the page name on your browser.
{% endif %} {% endif %} {# list view #}
{% include 'widget/page_list.html' with { pages: pages, pager: pager, viewConfig: viewConfig } %}
{# timeline view #}
{% for page in pages %}

{{ page.path }}


{% endfor %}
{# /.content-main #} {% block content_main_after %} {% endblock %} {% endblock %} {% block content_footer %} {% endblock %} {% block side_header %} {% if not page and not isUserPageList(path) and !isTrashPage() %}

What is Portal?

{% else %} {% include 'widget/page_side_header.html' %} {% endif %} {% endblock %} {# side_header #} {% block body_end %}
{% include 'modal/what_is_portal.html' %} {% include 'modal/unportalize.html' %}
{% endblock %} {# body_end #}