| 1 | 1 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,34 @@ |
| 1 |
+<!-- START BLOCK : listings --> |
|
| 2 |
+{seriesheader}
|
|
| 3 |
+<!-- START BLOCK : seriesblock --> |
|
| 4 |
+<div class="listbox"> |
|
| 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">Categories:</span> {category} <br />
|
|
| 8 |
+ <span class="label">Characters: </span>{characters}<br />
|
|
| 9 |
+ {classifications}
|
|
| 10 |
+ <span class="label">Open:</span> {open}
|
|
| 11 |
+ {adminoptions}
|
|
| 12 |
+ </div> |
|
| 13 |
+ <div class="tail">{reportthis} </div>
|
|
| 14 |
+</div> |
|
| 15 |
+{comment}
|
|
| 16 |
+<!-- END BLOCK : seriesblock --> |
|
| 17 |
+{stories}
|
|
| 18 |
+<!-- START BLOCK : storyblock --> |
|
| 19 |
+<div class="listbox"> |
|
| 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} <span class="label">Characters: </span> {characters}<br />
|
|
| 23 |
+ {classifications}
|
|
| 24 |
+ <span class="label">Series:</span> {serieslinks}<br />
|
|
| 25 |
+ <span class="label">Chapters: </span> {numchapters} {toc}<br />
|
|
| 26 |
+ <span class="label">Completed:</span> {completed}
|
|
| 27 |
+ <span class="label">Word count:</span> {wordcount} <span class="label">Read Count:</span> {count}
|
|
| 28 |
+ {adminlinks}</div>
|
|
| 29 |
+ <div class="tail"><span class="label">{addtofaves} Published: </span>{published} <span class="label">Updated:</span> {updated} {reportthis}</div>
|
|
| 30 |
+</div> |
|
| 31 |
+{comment}
|
|
| 32 |
+<!-- END BLOCK : storyblock --> |
|
| 33 |
+{pagelinks}
|
|
| 34 |
+<!-- END BLOCK : listings --> |
|
| 0 | 35 |
\ No newline at end of file |