| 1 | 1 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,19 @@ |
| 1 |
+<!-- INCLUDE BLOCK : header --> |
|
| 2 |
+<div id="pagetitle">{title} by {author} {new}</div>
|
|
| 3 |
+ |
|
| 4 |
+<div id="sort"> [{reviews} - {numreviews}] {printicon}<br />{toc} {adminlinks}<br>{textsizer}</div>
|
|
| 5 |
+<div class="jumpmenu">{jumpmenu}</div>
|
|
| 6 |
+<!-- START BLOCK : storynotes --> |
|
| 7 |
+<div class='notes'><div class='title'><span class='label'>Story Notes:</span></div><div class='noteinfo'>{storynotes}</div></div>
|
|
| 8 |
+<!-- END BLOCK : storynotes --> |
|
| 9 |
+<!-- START BLOCK : notes --> |
|
| 10 |
+<div class='notes'><div class='title'><span class='label'>Author's Chapter Notes:</span></div><div class='noteinfo'>{notes}</div></div>
|
|
| 11 |
+<!-- END BLOCK : notes --> |
|
| 12 |
+<div id="story">{story}</div>
|
|
| 13 |
+<!-- START BLOCK : endnotes --> |
|
| 14 |
+<div class='notes'><div class='title'><span class='label'>Chapter End Notes:</span></div><div class='noteinfo'>{endnotes}</div></div>
|
|
| 15 |
+<!-- END BLOCK : endnotes --> |
|
| 16 |
+<div id="pagelinks"><div id="prev">{prev}</div><div class="jumpmenu">{jumpmenu2}</div><div id="next">{next}</div></div>
|
|
| 17 |
+<div class="respond">{roundrobin}</div>
|
|
| 18 |
+<div id="reviewform">{reviewform}</div>
|
|
| 19 |
+<!-- INCLUDE BLOCK : footer --> |
|
| 0 | 20 |
\ No newline at end of file |