74 lines
2.5 KiB
Plaintext
74 lines
2.5 KiB
Plaintext
<div class="i-archive index-archive-15">
|
|
<h3 class="i-archive-title">
|
|
<span>{{page-title}}</span>
|
|
</h3>
|
|
<ul class="archive-categories nav nav-tabs" role="tablist" data-list="categories" data-level="0" data-no-edit="true">
|
|
<li class="nav-item {{active_class}}" role="presentation">
|
|
<a href="#{{category-id}}" role="tab" data-toggle="tab" title="{{category-title}}" >{{category-title}}</a>
|
|
</li>
|
|
</ul>
|
|
<div class="tab-content" data-list="categories" data-level="0">
|
|
<div class="tab-pane {{active_class}}" id="{{category-id}}" role="tabpanel" aria-labelledby="{{category-id}}-tab">
|
|
<ul class="archives-ul" data-list="archives" data-level="1">
|
|
<li class="archive-li">
|
|
<div class="i-archive__item-wrap">
|
|
<dt class="i-archive__category-item">
|
|
<span class="i-archive__status-wrap" data-list="statuses" data-level="2">
|
|
<span class="i-archive__status label status {{status-class}}">{{status}}</span>
|
|
</span>
|
|
<span class="i-archive__archive-title">{{archive-title}}</span>
|
|
<span class="description" style="margin-top: 0.5em;clear: both;width: 100%;position: relative;display: block;">{{description}}</span>
|
|
</dt>
|
|
<dl class="i-archive__file-list" data-list="files" data-level="2">
|
|
<dd class="i-archive__file-wrap">
|
|
<i class="fa-solid fa-file"></i>
|
|
<a class="i-archive__file-name" href="{{file-url}}" target="{{target}}" title="{{file-name}}">{{file-name}}</a>
|
|
<a href="{{file-url}}" class="i-archive-files-item" target="_blank" data-toggle="tooltip" data-placement="bottom" title="{{file-name}}"><span class="label label-primary">{{file-type}}</span></a>
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
</li>
|
|
</ul>
|
|
{{link_to_edit}}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<style>
|
|
.i-archive__archive-title {
|
|
font-size: 1.2em;
|
|
}
|
|
.index-archive-15{
|
|
.i-archive__status-wrap {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
.i-archive__status-wrap {
|
|
width: 100%;
|
|
}
|
|
|
|
.archives-ul {
|
|
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
|
|
background: #eaeef0;
|
|
padding: 1em;
|
|
border: 1px solid #ccc;
|
|
}
|
|
}
|
|
.i-archive__file-wrap {
|
|
font-size: 1.2em;
|
|
margin: 0;
|
|
padding: 0.5em 0 0;
|
|
border-radius: 0.125em;
|
|
}
|
|
.archive-li{
|
|
list-style: none;
|
|
}
|
|
.archives-ul {
|
|
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
|
|
background: #eaeef0;
|
|
padding: 1em;
|
|
border: 1px solid #ccc;
|
|
}
|
|
.index-archive-15 .archive-description{
|
|
color: #9b9b9b;
|
|
}
|
|
</style> |