| 1 | 1 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,29 @@ |
| 1 |
+<!-- START BLOCK : listings --> |
|
| 2 |
+<div class='cleaner' style='clear:both;'> </div> |
|
| 3 |
+{seriesheader}
|
|
| 4 |
+<!-- START BLOCK : seriesblock --> |
|
| 5 |
+<div class="listbox {oddeven} clearfix">
|
|
| 6 |
+<div class="title">{title} by {author} {new} {score} [{reviews} - {numreviews}] </div>
|
|
| 7 |
+<div class="storinfo"><span class="label">Summary: </span>{summary}<br />
|
|
| 8 |
+<span class="label">Categories:</span> {category} <span class="label">Characters: </span>{characters}<br>
|
|
| 9 |
+{classifications}
|
|
| 10 |
+<span class="label">Challenges:</span> {challengelinks}<br /><span class="label">Open:</span> {open}
|
|
| 11 |
+{comment}<br />{adminoptions}</div>
|
|
| 12 |
+</div><br /><br /> |
|
| 13 |
+<!-- END BLOCK : seriesblock --> |
|
| 14 |
+{stories}
|
|
| 15 |
+<!-- START BLOCK : storyblock --> |
|
| 16 |
+<div class="listbox {oddeven} clearfix">
|
|
| 17 |
+<div class="title">{title} by {author} {new} <span class="label">Rated:</span> {rating} {roundrobin} {score} [{reviews} - {numreviews}] </div>
|
|
| 18 |
+<div class="storinfo"><span class="label">Summary: </span>{featuredstory}{summary}<br />
|
|
| 19 |
+<span class="label">Categories:</span> {category} <span class="label">Characters: </span> {characters}<br />
|
|
| 20 |
+{classifications}
|
|
| 21 |
+<span class="label">Challenges:</span> {challengelinks}<br /> <span class="label">Series:</span> {serieslinks}<br />
|
|
| 22 |
+<span class="label">Chapters: </span> {numchapters} <span class="label">Completed:</span> {completed}
|
|
| 23 |
+<span class="label">Word count:</span> {wordcount}
|
|
| 24 |
+{comment}<br />{adminlinks}</div>
|
|
| 25 |
+<div class="tail"><span class="label">{addtofaves} {reportthis} Published: </span>{published} <span class="label">Updated:</span> {updated} </div>
|
|
| 26 |
+</div><br /><br /> |
|
| 27 |
+<!-- END BLOCK : storyblock --> |
|
| 28 |
+{pagelinks}
|
|
| 29 |
+<!-- END BLOCK : listings --> |
|
| 0 | 30 |
\ No newline at end of file |