forked from saurabh/orbit4-5
27 lines
1.0 KiB
Plaintext
27 lines
1.0 KiB
Plaintext
|
<article class="show-journal-paper">
|
||
|
<h1 class="show-title">
|
||
|
<span>{{title}}</span>
|
||
|
</h1>
|
||
|
<p><label>Year:</label> {{year}}</p>
|
||
|
<p><label>Authors:</label> {{authors}}</p>
|
||
|
<p><label>ISBN:</label> {{isbn}}</p>
|
||
|
<p><label>Language:</label> {{language}}</p>
|
||
|
<p><label>Pages:</label> {{pages}}</p>
|
||
|
<p><label>Published Date</label> {{publish_date}}</p>
|
||
|
<p><label>Publication Date</label> {{publication_date}}</p>
|
||
|
<p><label>URL:</label> {{url}}</p>
|
||
|
<p><label>Note:</label> {{note}}</p>
|
||
|
<p><label>Keywords:</label> {{keywords}}</p>
|
||
|
<p><label>Publisher:</label> {{publisher}}</p>
|
||
|
<p><label>Editor:</label> {{editor}}</p>
|
||
|
|
||
|
<ul class="post-related list-unstyled">
|
||
|
<li class="post-related-files">
|
||
|
<i class="fa fa-fw fa-paperclip"></i>
|
||
|
<div class="post-related-flises-list" data-list="book_files" data-level="0">
|
||
|
<a href="{{file_url}}">{{file_title}}</a>
|
||
|
</div>
|
||
|
</li>
|
||
|
</ul>
|
||
|
</article>
|