genomics_new/modules/publication/show_chapter_accordion.html...

57 lines
2.1 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div class="i-archive index-archive-2 index-archive-14">
<div class="panel-group" id="index-archive-group" data-list="chapters" data-level="0">
<div class="panel panel-default">
<div class="panel-heading" style="padding: 0.625em 0.9375em;">
<h4 class="panel-title">
<i class="fa fa-file-text" aria-hidden="true"></i>
<span data-list="tags" data-level="1">
<span class="s-annc__tag label label-default">{{tag}}</span>
</span>
<a data-toggle="collapse" data-parent="#index-archive-group" href="#collapse" class="collapsed" style="padding: 0;display: inline-block;">
{{title}}
<i class="fa fa-chevron-down" aria-hidden="true"></i>
</a>
</h4>
</div>
<div id="collapse" class="panel-collapse collapse {{in_class}}">
<div class="panel-body">
<div class="chapter author_block">
<h4 class="{{author_display}}">
{{th_author}}:{{author}}
</h4>
<p>{{author_description}}</p>
</div>
<p>{{text}}</p>
<div class="row {{page_display}}">
<span>
{{th_page}}
</span>
<span>
{{page}}
</span>
</div>
<div class="row {{keywords_display}}">
<span>
{{th_keywords}}
</span>
<span>
{{keywords}}
</span>
</div>
<a href="{{link_to_publication}}" title="{{publication_title}}">
{{publication_title}}
</a>
<div class="download_block pull-right {{file_display}}">
<a class="btn btn-primary {{online_reader_display}}" href="{{online_reader}}" title="{{file_title}}{{th_online_reader}}">
<i class="fa fa-book"></i> {{th_online_reader}}
</a>
<a class="btn btn-primary" href="{{file}}" title="{{file_title}}{{th_download}}">
<i class="fa fa-download"></i> {{th_download}}
</a>
</div>
</div>
</div>
</div>
</div>
</div>