| ... | ... |
@@ -6,7 +6,8 @@ |
| 6 | 6 |
<div class="listbox"> |
| 7 | 7 |
<div class="content">{featuredstory}<span class="label">Summary: </span>{summary}<br />
|
| 8 | 8 |
<span class="label">Rated:</span> {rating}<br />
|
| 9 |
-<span class="label">Categories:</span> {category} <span class="label">Characters: </span> {characters}<br />
|
|
| 9 |
+<span class="label">Categories:</span> {category}<br />
|
|
| 10 |
+<span class="label">Characters: </span> {characters}<br />
|
|
| 10 | 11 |
{classifications}
|
| 11 | 12 |
<span class="label">Challenges:</span> {challengelinks}<br /> <span class="label">Series:</span> {serieslinks}<br />
|
| 12 | 13 |
<span class="label">Chapters: </span> {numchapters} <span class="label">Completed:</span> {completed} <br />
|
| ... | ... |
@@ -27,4 +28,4 @@ |
| 27 | 28 |
<div class="respond">{roundrobin}</div>
|
| 28 | 29 |
{reviewform}
|
| 29 | 30 |
</div> |
| 30 |
-<!-- INCLUDE BLOCK : footer --> |
|
| 31 | 31 |
\ No newline at end of file |
| 32 |
+<!-- INCLUDE BLOCK : footer --> |
| 1 | 1 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,30 @@ |
| 1 |
+<!-- INCLUDE BLOCK : header --> |
|
| 2 |
+<div id="pagetitle">{title} by {author}</div>
|
|
| 3 |
+<div id="sort"> [{reviews} - {numreviews}] {score}{printicon}</div>
|
|
| 4 |
+<div id="output"> |
|
| 5 |
+<div class="jumpmenu">{jumpmenu}</div>
|
|
| 6 |
+<div class="listbox"> |
|
| 7 |
+<div class="content">{featuredstory}<span class="label">Summary: </span>{summary}<br />
|
|
| 8 |
+<span class="label">Rated:</span> {rating}<br />
|
|
| 9 |
+<span class="label">Categories:</span> {category} <span class="label">Characters: </span> {characters}<br />
|
|
| 10 |
+{classifications}
|
|
| 11 |
+<span class="label">Challenges:</span> {challengelinks}<br /> <span class="label">Series:</span> {serieslinks}<br />
|
|
| 12 |
+<span class="label">Chapters: </span> {numchapters} <span class="label">Completed:</span> {completed} <br />
|
|
| 13 |
+<span class="label">Word count:</span> {wordcount} <span class="label">Read:</span> {count}<br />
|
|
| 14 |
+<span class="label"> Published: </span>{published} <span class="label">Updated:</span> {updated} </div>
|
|
| 15 |
+{adminlinks}
|
|
| 16 |
+</div> |
|
| 17 |
+<div style='text-align: center;'>{addtofaves}</div>
|
|
| 18 |
+<!-- START BLOCK : storynotes --> |
|
| 19 |
+<div class='notes'><div class='title'><span class='label'>Story Notes:</span></div><div class='noteinfo'>{storynotes}</div></div>
|
|
| 20 |
+<!-- END BLOCK : storynotes --> |
|
| 21 |
+<!-- START BLOCK : storyindexblock --> |
|
| 22 |
+ <p><b>{chapternumber}. {title} </b>by {author} [{reviews} - {numreviews}] {ratingpics} ({wordcount} words)<br />
|
|
| 23 |
+ {chapternotes}{adminoptions}</p>
|
|
| 24 |
+<!-- END BLOCK : storyindexblock --> |
|
| 25 |
+{storyend}{last_read}
|
|
| 26 |
+<div id="pagelinks"><div class="jumpmenu">{jumpmenu2}</div></div>
|
|
| 27 |
+<div class="respond">{roundrobin}</div>
|
|
| 28 |
+{reviewform}
|
|
| 29 |
+</div> |
|
| 30 |
+<!-- INCLUDE BLOCK : footer --> |
|
| 0 | 31 |
\ No newline at end of file |