Browse code

Initial uplad w/ php7 fixes

Rainer Volkrodt authored on 2016/03/12 15:54:02
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,30 @@
1
+<!-- INCLUDE BLOCK : header -->
2
+<div id="pagetitle">{title} by {author}</div>
3
+<div id="sort"> [{reviews} - {numreviews}] {score}{printicon}</div>
4
+<div id="output">
5
+<div class="jumpmenu">{jumpmenu}</div>
6
+<div class="listbox">
7
+<div class="content">{featuredstory}<span class="label">Summary: </span>{summary}<br />
8
+<span class="label">Rated:</span> {rating}<br />
9
+<span class="label">Categories:</span> {category} <span class="label">Characters: </span> {characters}<br />
10
+{classifications}
11
+<span class="label">Challenges:</span> {challengelinks}<br /> <span class="label">Series:</span> {serieslinks}<br />
12
+<span class="label">Chapters: </span> {numchapters} <span class="label">Completed:</span> {completed} <br /> 
13
+<span class="label">Word count:</span> {wordcount} <span class="label">Read:</span> {count}<br />
14
+<span class="label"> Published: </span>{published} <span class="label">Updated:</span> {updated} </div>
15
+{adminlinks}
16
+</div>
17
+<div style='text-align: center;'>{addtofaves}</div>
18
+<!-- START BLOCK : storynotes -->
19
+<div class='notes'><div class='title'><span class='label'>Story Notes:</span></div><div class='noteinfo'>{storynotes}</div></div>
20
+<!-- END BLOCK : storynotes -->
21
+<!-- START BLOCK : storyindexblock -->
22
+      <p><b>{chapternumber}. {title} </b>by {author} [{reviews} - {numreviews}] {ratingpics} ({wordcount} words)<br />
23
+	{chapternotes}{adminoptions}</p>
24
+<!-- END BLOCK : storyindexblock -->
25
+{storyend}{last_read}
26
+<div id="pagelinks"><div class="jumpmenu">{jumpmenu2}</div></div>
27
+<div class="respond">{roundrobin}</div>
28
+{reviewform}
29
+</div>
30
+<!-- INCLUDE BLOCK : footer -->
0 31
\ No newline at end of file