| 1 | 1 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,32 @@ |
| 1 |
+<!-- INCLUDE BLOCK : header --> |
|
| 2 |
+<div class="right">{reportthis}</div>
|
|
| 3 |
+<div id="pagetitle">{title} by {author}</div>
|
|
| 4 |
+<div class="block"> |
|
| 5 |
+<div class="content"> |
|
| 6 |
+<div class="left"> [{reviews} - {numreviews}]<br>{toc}<br>{adminlinks}</div>
|
|
| 7 |
+ <div class="right"><br>{printicon}<div class="jumpmenu">{textsizer}{jumpmenu}</div></div>
|
|
| 8 |
+ |
|
| 9 |
+ |
|
| 10 |
+<!-- START BLOCK : storynotes --> |
|
| 11 |
+<blockquote> |
|
| 12 |
+<p><b>Story Notes:</b><br> |
|
| 13 |
+ {storynotes}</p>
|
|
| 14 |
+</blockquote> |
|
| 15 |
+<!-- END BLOCK : storynotes --> |
|
| 16 |
+ |
|
| 17 |
+<!-- START BLOCK : notes --> |
|
| 18 |
+<blockquote> |
|
| 19 |
+<p><b>Author's Chapter Notes:</b><br>{notes}</p></blockquote>
|
|
| 20 |
+<!-- END BLOCK : notes --> |
|
| 21 |
+<div id="story">{story}</div>
|
|
| 22 |
+<!-- START BLOCK : endnotes --> |
|
| 23 |
+<blockquote<p><b>Chapter End Notes:</b><br>{endnotes}</p>
|
|
| 24 |
+</blockquote> |
|
| 25 |
+<!-- END BLOCK : endnotes --> |
|
| 26 |
+<div class="left">{prev}{next}</div>
|
|
| 27 |
+<div class="right"> |
|
| 28 |
+<div class="jumpmenu">{jumpmenu2}</div></div>
|
|
| 29 |
+{addtofaves} {roundrobin}</div>
|
|
| 30 |
+</div> |
|
| 31 |
+{reviewform}
|
|
| 32 |
+<!-- INCLUDE BLOCK : footer --> |
|
| 0 | 33 |
\ No newline at end of file |