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,35 @@
1
+<!-- START BLOCK : listings -->
2
+{seriesheader}
3
+<!-- START BLOCK : seriesblock -->
4
+<div class="listbox {oddeven}">
5
+<div class="title">{title} by {author}{score} [{reviews} - {numreviews}]</div>
6
+<div class="content"><span class="label">Summary: </span>{summary}<br />
7
+<span class="label">Parent Series:</span> {parentseries}<br />
8
+<span class="label">Categories:</span> {category}<br />
9
+ <span class="label">Characters: </span>{characters}<br />
10
+{classifications}
11
+<span class="label">Stories:</span> {numstories}<br />
12
+<span class="label">Open:</span> {open} {addtofaves} {reportthis}
13
+{adminoptions}</div>
14
+</div>
15
+{comment}
16
+<!-- END BLOCK : seriesblock -->
17
+{stories}
18
+<!-- START BLOCK : storyblock -->
19
+<div class="listbox {oddeven}">
20
+<div class="title">{title} by {author} <span class="label">Rated:</span> {rating} {roundrobin} {score} [{reviews} - {numreviews}] {new} </div>
21
+<div class="content"><span class="label">Summary: </span>{featuredstory}{summary}<br />
22
+<span class="label">Categories:</span> {category} <br />
23
+<span class="label">Characters: </span> {characters}<br />
24
+{classifications}
25
+<span class="label">Series:</span> {serieslinks}<br />
26
+<span class="label">Chapters: </span> {numchapters} {toc}<br />
27
+<span class="label">Completed:</span> {completed}  
28
+<span class="label">Word count:</span> {wordcount} <span class="label">Read Count:</span> {count}
29
+{adminlinks}</div>
30
+<div class="tail"><span class="label">{addtofaves} {reportthis} Published: </span>{published} <span class="label">Updated:</span> {updated}</div>
31
+</div>
32
+{comment}
33
+<!-- END BLOCK : storyblock -->
34
+{pagelinks}
35
+<!-- END BLOCK : listings -->
0 36
\ No newline at end of file