|
@@ -15,6 +15,7 @@
|
|
|
{% endif %}
|
|
{% endif %}
|
|
|
<h1 class="title">
|
|
<h1 class="title">
|
|
|
<span class="" id="revision-path">{{ path|insertSpaceToEachSlashes }}</span>
|
|
<span class="" id="revision-path">{{ path|insertSpaceToEachSlashes }}</span>
|
|
|
|
|
+ {#
|
|
|
{% if searchConfigured() && path != '/' %}
|
|
{% if searchConfigured() && path != '/' %}
|
|
|
<div class="form-group form-group-sm has-feedback search-input-group" data-toggle="tooltip" data-placement="bottom" title="{{ path }} 以下から検索">
|
|
<div class="form-group form-group-sm has-feedback search-input-group" data-toggle="tooltip" data-placement="bottom" title="{{ path }} 以下から検索">
|
|
|
<label class="control-label sr-only" for="inputSuccess5">Search</label>
|
|
<label class="control-label sr-only" for="inputSuccess5">Search</label>
|
|
@@ -24,6 +25,7 @@
|
|
|
<i class="form-control-feedback search-listpage-icon fa fa-search"></i>
|
|
<i class="form-control-feedback search-listpage-icon fa fa-search"></i>
|
|
|
</div>
|
|
</div>
|
|
|
{% endif %}
|
|
{% endif %}
|
|
|
|
|
+ #}
|
|
|
</h1>
|
|
</h1>
|
|
|
</header>
|
|
</header>
|
|
|
</div>
|
|
</div>
|