Browse code

version 3.5.7

Jimako authored on 2024/04/08 12:21:57
Showing 1 changed files
... ...
@@ -3,7 +3,7 @@
3 3
 <!-- START BLOCK : seriesblock -->
4 4
 <div class="listbox {oddeven}">
5 5
 <div class="title">{title} by {author}{score} [{reviews} - {numreviews}]</div>
6
-<div class="content"><span class="label">Summary: </span>{summary}<br />
6
+<div class="content listing"><span class="label">Summary: </span>{summary}<br />
7 7
 <span class="label">Parent Series:</span> {parentseries}<br />
8 8
 <span class="label">Categories:</span> {category}<br />
9 9
  <span class="label">Characters: </span>{characters}<br />
... ...
@@ -32,4 +32,4 @@
32 32
 {comment}
33 33
 <!-- END BLOCK : storyblock -->
34 34
 {pagelinks}
35
-<!-- END BLOCK : listings -->
36 35
\ No newline at end of file
36
+<!-- END BLOCK : listings -->
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,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