Browse code

3.5.6 efiction version

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