| 1 | 1 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,39 @@ |
| 1 |
+<!-- INCLUDE BLOCK : header --> |
|
| 2 |
+<div class="gb-full"> |
|
| 3 |
+ <h1>{title} von {author}</h1>
|
|
| 4 |
+ <div align="right">{printicon} {printepub}</div>
|
|
| 5 |
+ <div id="output"> |
|
| 6 |
+ <div class="jumpmenu">{jumpmenu}</div>
|
|
| 7 |
+ <div class="listbox"> |
|
| 8 |
+ <b>Zusammenfassung:</b> {summary}<br>
|
|
| 9 |
+ <b>Eingestuft:</b> {rating} [{reviews} - {numreviews}] {score} {featuredstory}<br>
|
|
| 10 |
+ <b>Kategorie:</b> {category}<br>
|
|
| 11 |
+ <b>Charaktere:</b> {characters}<br>
|
|
| 12 |
+ {classifications}
|
|
| 13 |
+ <b>Herausforderung:</b> {challengelinks}<br> <b>Serie:</b> {serieslinks}<br>
|
|
| 14 |
+ <b>Kapitel: </b> {numchapters} <b>Abgeschlossen:</b> {completed} <br>
|
|
| 15 |
+ <b>W�rter:</b> {wordcount} <b>Gelesen:</b> {count}<br>
|
|
| 16 |
+ <b>Ver�ffentlicht:</b> {published} <b>Aktualisiert:</b> {updated}
|
|
| 17 |
+ </div> |
|
| 18 |
+ {adminlinks}<br>
|
|
| 19 |
+ <div align="center">{addtofaves}</div>
|
|
| 20 |
+ </div> |
|
| 21 |
+ |
|
| 22 |
+ <br><br> |
|
| 23 |
+ |
|
| 24 |
+ <!-- START BLOCK : storynotes --> |
|
| 25 |
+ <blockquote><i><b>Story Anmerkungen:</b></i> {storynotes}</blockquote>
|
|
| 26 |
+ <!-- END BLOCK : storynotes --> |
|
| 27 |
+ <br><br> |
|
| 28 |
+ |
|
| 29 |
+ <!-- START BLOCK : storyindexblock --> |
|
| 30 |
+ <b>{chapternumber}.</b> {title} by {author} [{reviews} - {numreviews}] {ratingpics} ({wordcount} words)
|
|
| 31 |
+ <br><i>{chapternotes}</i> {adminoptions}<br>
|
|
| 32 |
+ <!-- END BLOCK : storyindexblock --> |
|
| 33 |
+ |
|
| 34 |
+ {storyend} {last_read}
|
|
| 35 |
+ <div id="pagelinks"><div class="jumpmenu">{jumpmenu2}</div></div>
|
|
| 36 |
+ <div class="respond">{roundrobin}</div>
|
|
| 37 |
+ {reviewform}
|
|
| 38 |
+</div> |
|
| 39 |
+<!-- INCLUDE BLOCK : footer --> |
|
| 0 | 40 |
\ No newline at end of file |