forked from saurabh/orbit4-5
template for personal book
This commit is contained in:
parent
ca804719b1
commit
9a142e3bb6
|
@ -0,0 +1,19 @@
|
||||||
|
<div class="index-journal-paper">
|
||||||
|
<h3 class="index-title">
|
||||||
|
<span>{{widget-title}}</span>
|
||||||
|
</h3>
|
||||||
|
<div class="row" data-level="0" data-list="books">
|
||||||
|
<div class="index-content col-sm-6">
|
||||||
|
<div class="index-content-inner">
|
||||||
|
<section class="index-part">
|
||||||
|
<h4 class="index-content-title">
|
||||||
|
<a href="{{link_to_show}}">{{book_title}}</a>
|
||||||
|
</h4>
|
||||||
|
<p class="index-subtitle">{{authors}}</p>
|
||||||
|
<a class="more" href="{{link_to_show}}">Read More »</a>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
{{pagination_goes_here}}
|
|
@ -0,0 +1,26 @@
|
||||||
|
<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>
|
Loading…
Reference in New Issue