| 1 | 1 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,17 @@ |
| 1 |
+<!-- START BLOCK : recommendation --> |
|
| 2 |
+<div class="listbox {oddeven} clearfix">
|
|
| 3 |
+<h1> {title} {new} von {author}</h1>
|
|
| 4 |
+<b>Eingestuft:</b> {rating} {score} {featuredstory} [{reviews} - {numreviews}]
|
|
| 5 |
+<div class="content"> |
|
| 6 |
+<b>Inhalt:</b> {summary} <br />
|
|
| 7 |
+<b>Empfohlen von:</b> {recommender}<br />
|
|
| 8 |
+<b>Empfehlungskommentar:</b> {reccomment}<br />
|
|
| 9 |
+<b>Kategorie:</b> {category} <br />
|
|
| 10 |
+<b>Charaktere:</b> {characters}<br />
|
|
| 11 |
+{classifications}
|
|
| 12 |
+<b>Abgeschlossen:</b> {completed}
|
|
| 13 |
+{adminlinks}</div>
|
|
| 14 |
+<b>Added:</b> {published} {reportthis} {addtofaves}
|
|
| 15 |
+</div> |
|
| 16 |
+{comment}<br>
|
|
| 17 |
+<!-- END BLOCK : recommendation --> |