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