Working
This commit is contained in:
1
templates/components/chapter-listing.html
Normal file
1
templates/components/chapter-listing.html
Normal file
@@ -0,0 +1 @@
|
||||
<li><a href="/[[ listing.type ]]/[[ listing.name ]]/[[ chapter ]]">[[ chapter ]]</a></li>
|
||||
1
templates/components/listing.html
Normal file
1
templates/components/listing.html
Normal file
@@ -0,0 +1 @@
|
||||
<li><a href="/[[ listing.type ]]/[[ listing.name ]]">[[ listing.name ]] ([[ listing.type ]])</a></li>
|
||||
1
templates/components/nav.html
Normal file
1
templates/components/nav.html
Normal file
@@ -0,0 +1 @@
|
||||
<div id="nav" style="font-size: 18px; margin-bottom: 5px; text-align: center; width: 100%; padding: 10px;">[[ if:prev_chapter ]]<a href="/[[ listing.type ]]/[[ listing.name ]]/[[ prev_chapter ]]">Prev Chapter</a>[[ endif ]][[ if:prev_chapter ]][[ if:next_chapter ]] - [[ endif ]][[ endif ]][[ if:next_chapter ]]<a href="/[[ listing.type ]]/[[ listing.name ]]/[[ next_chapter ]]">Next Chapter</a>[[ endif ]]</div>
|
||||
1
templates/components/page.html
Normal file
1
templates/components/page.html
Normal file
@@ -0,0 +1 @@
|
||||
<img class="page" src="/manga_assets/[[ listing.name ]]/[[ chapter ]]/[[ image ]]">
|
||||
1
templates/components/return.html
Normal file
1
templates/components/return.html
Normal file
@@ -0,0 +1 @@
|
||||
<a id="return" style="position: absolute; margin-left: 10px;" href="/[[ listing.type ]]/[[ listing.name ]]"><= Back</a>
|
||||
Reference in New Issue
Block a user