orbit4-5/app/templates/orbit_bootstrap/modules/book/show.html.erb

27 lines
940 B
Plaintext
Raw Normal View History

2014-07-03 07:49:52 +00:00
<article class="show-journal-paper">
<h1 class="show-title">
<span>{{title}}</span>
2014-07-16 02:17:33 +00:00
</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>
2014-07-03 07:49:52 +00:00
2014-07-16 02:17:33 +00:00
<ul class="post-related list-unstyled">
2014-07-03 07:49:52 +00:00
<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>