orbit_demo_new_old2/modules/publication/show_publication.html.erb

42 lines
1.2 KiB
Plaintext
Raw 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-annc show-publications">
<ul data-list="publication" data-level="0">
<li class="i-annc__item row">
<div class="i-annc__img-wrap col-sm-4">
<img alt="{{cover_description}}" class="i-annc__img" src="{{cover}}" title="{{cover_description}}">
</div>
<div class="i-annc__content-wrap col-sm-8">
<h4 class="i-annc__entry-title">{{title}}</h4>
<div class="row {{pub_date_display}}">
<span>
{{th_pub_date}}
</span>
<span date-format="%Y-%m">
<span class="i-annc__postdate">{{pub_date}}</span>
</span>
</div>
<div class="row {{author_display}}">
<span>
{{th_author}}
</span>
<span>
{{author}}
</span>
</div>
<p>{{pub_information}}</p>
<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>
</li>
</ul>
</div>