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,27 @@
1
+<!-- INCLUDE BLOCK : header -->
2
+<div class="gb-full">
3
+	<h2>{title} von {author}</h2>
4
+	<div id="jumpmenu">{jumpmenu}</div>
5
+	<div id="sort">[{reviews} - {numreviews}] &nbsp; {printicon} {toc}<br>
6
+	<div align="right">{adminlinks}</div><br>
7
+	{textsizer}</div>
8
+	
9
+	<!-- START BLOCK : storynotes -->
10
+	<blockquote><h2>Story Bemerkung:</h2> {storynotes}</blockquote>
11
+	<!-- END BLOCK : storynotes -->
12
+	
13
+	<!-- START BLOCK : notes -->
14
+	<blockquote><b>Kapitel Bemerkung:</b> {notes}</blockquote>
15
+	<!-- END BLOCK : notes -->
16
+	
17
+	<div id="story">{story}</div>
18
+	
19
+	<!-- START BLOCK : endnotes -->
20
+	<blockquote><b>Kapitel Abschlussbemerkung:</b> {endnotes}</blockquote>
21
+	<!-- END BLOCK : endnotes -->
22
+	
23
+	<div id="pagelinks"><div id="prev">{prev}</div><div class="jumpmenu">{jumpmenu2}</div><div id="next">{next}</div></div>
24
+	<div class="respond">{roundrobin}</div>
25
+	<div id="reviewform">{reviewform}</div>
26
+</div>
27
+<!-- INCLUDE BLOCK : footer -->
0 28
\ No newline at end of file