| 1 | 1 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,35 @@ |
| 1 |
+<!-- INCLUDE BLOCK : header --> |
|
| 2 |
+<div id="skinny"> |
|
| 3 |
+<div id="pagetitle">{title} by {author}</div>
|
|
| 4 |
+<div id="sort"> [{reviews} - {numreviews}] {score}{printicon}</div>
|
|
| 5 |
+<div id="output"> |
|
| 6 |
+<div class="jumpmenu">{jumpmenu}</div>
|
|
| 7 |
+<div class="listbox"> |
|
| 8 |
+<div class="content">{featuredstory}<span class="label">Summary: </span>{summary}<br />
|
|
| 9 |
+<span class="label">Rated:</span> {rating}<br />
|
|
| 10 |
+<span class="label">Categories:</span> {category} <span class="label">Characters: </span> {characters}<br />
|
|
| 11 |
+{classifications}
|
|
| 12 |
+<span class="label">Challenges:</span> {challengelinks}<br /> <span class="label">Series:</span> {serieslinks}<br />
|
|
| 13 |
+<span class="label">Chapters: </span> {numchapters} <span class="label">Completed:</span> {completed} <br />
|
|
| 14 |
+<span class="label">Word count:</span> {wordcount} <span class="label">Read:</span> {count}<br />
|
|
| 15 |
+<span class="label"> Published: </span>{published} <span class="label">Updated:</span> {updated} </div>
|
|
| 16 |
+{adminlinks}
|
|
| 17 |
+</div> |
|
| 18 |
+<div style='text-align: center;'>{addtofaves}</div>
|
|
| 19 |
+<!-- START BLOCK : storynotes --> |
|
| 20 |
+<div class='notes'><div class='title'><span class='label'>Story Notes:</span></div><div class='noteinfo'>{storynotes}</div></div>
|
|
| 21 |
+<!-- END BLOCK : storynotes --> |
|
| 22 |
+<!-- START BLOCK : storyindexblock --> |
|
| 23 |
+ <p><b>{chapternumber}. {title} </b>by {author} [{reviews} - {numreviews}] {ratingpics} ({wordcount} words)<br />
|
|
| 24 |
+ {chapternotes}{adminoptions}</p>
|
|
| 25 |
+<!-- END BLOCK : storyindexblock --> |
|
| 26 |
+{storyend}{last_read}
|
|
| 27 |
+<div id="pagelinks"><div class="jumpmenu">{jumpmenu2}</div></div>
|
|
| 28 |
+<div class="respond">{roundrobin}</div>
|
|
| 29 |
+{reviewform}
|
|
| 30 |
+</div> |
|
| 31 |
+</div> |
|
| 32 |
+<div id="skinnybottom"> |
|
| 33 |
+ |
|
| 34 |
+</div> |
|
| 35 |
+<!-- INCLUDE BLOCK : footer --> |
|
| 0 | 36 |
\ No newline at end of file |