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