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