| 1 | 1 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,29 @@ |
| 1 |
+<div id="pagetitle">{title} by {author}</div>
|
|
| 2 |
+<div class="infobox"> |
|
| 3 |
+<div class="content">{featuredstory}<span class="label">Summary: </span>{summary}<br />
|
|
| 4 |
+<span class="label">Categories:</span> {category} <span class="label">Characters: </span> {characters}<br />
|
|
| 5 |
+{classifications}
|
|
| 6 |
+<span class="label">Challenges:</span> {challengelinks}<br /> <span class="label">Series:</span> {serieslinks}<br />
|
|
| 7 |
+<span class="label">Chapters: </span> {numchapters} <span class="label">Completed:</span> {completed}
|
|
| 8 |
+<span class="label">Word count:</span> {wordcount} <span class="label">Read:</span> {count}
|
|
| 9 |
+<span class="label"> Published: </span>{published} <span class="label">Updated:</span> {updated} </div>
|
|
| 10 |
+</div> |
|
| 11 |
+<!-- START BLOCK : storynotes --> |
|
| 12 |
+<div class='notes'><div class='title'><span class='label'>Story Notes:</span></div><div class='noteinfo'>{storynotes}</div></div>
|
|
| 13 |
+<!-- END BLOCK : storynotes --> |
|
| 14 |
+<!-- START BLOCK : storyindexblock --> |
|
| 15 |
+ <p><b>{chapternumber}.</b> {title} by {author}</p>
|
|
| 16 |
+<!-- END BLOCK : storyindexblock --> |
|
| 17 |
+<!-- START BLOCK : chapterblock --> |
|
| 18 |
+<div class='chaptertitle'>{chaptertitle} by {chapterauthor}</div>
|
|
| 19 |
+<!-- START BLOCK : notes --> |
|
| 20 |
+<div class='notes'><div class='title'><span class='label'>Author's Notes:</div><div class='noteinfo'>{notes}</div></div>
|
|
| 21 |
+<!-- END BLOCK : notes --> |
|
| 22 |
+<div class='chapter'>{chaptertext}</div>
|
|
| 23 |
+<!-- START BLOCK : endnotes --> |
|
| 24 |
+<div class='notes'><div class='title'><span class='label'>End Notes:</div><div class='noteinfo'>{endnotes}</div></div>
|
|
| 25 |
+<!-- END BLOCK : endnotes --> |
|
| 26 |
+<div class='toplink'>{back2top}</div>
|
|
| 27 |
+<!-- END BLOCK : chapterblock --> |
|
| 28 |
+<div id="copyright">{copyright}</div>
|
|
| 29 |
+<div id="archivedat">{archivedat}</div>
|
|
| 0 | 30 |
\ No newline at end of file |