1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
|
{!DOCTYPE}
<html>
<head>
<title>$master_board_name - $thread[topic]</title>
$headinclude
</head>
<body id="bg">
$header
<tr bgcolor="{tablecolora}" id="tablea">
<td><table cellpadding=0 cellspacing=0 border=0 width="100%">
<tr>
<td><smallfont><b><a href="index.php?sid=$session[hash]">$master_board_name</a>$navbar » </b><b>$thread[topic]</b> $threadrating</font></td>
<td align="right"><smallfont><b>$usercbar</b></font></td>
</tr>
</table></td>
</tr>
<tr bgcolor="{tabletitlecolor}" id="tabletitle">
<td><table cellpadding=0 cellspacing=0 border=0 width="100%">
<tr>
<td></td>
<td align="right" valign="top"><smallfont color="{fontcolorsecond}"><a href="print.php?threadid=$threadid&page=$page&sid=$session[hash]">Druckvorschau</a> | <a href="formmail.php?threadid=$threadid&sid=$session[hash]">An Freund senden</a> | <a href="usercp.php?action=addsubscription&threadid=$threadid&sid=$session[hash]">Thema zu Favoriten hinzufügen</a></font></td>
</tr>
</table></td>
</tr>
</table>
<table width="{tableinwidth}">
<tr>
<td valign="bottom"><smallfont>$pagelink</font></td>
<td align="right" valign="bottom"><smallfont>$newthread $addreply</font></td>
</tr>
</table>$thread_poll
<table cellpadding=0 cellspacing=0 border=0 bgcolor="{tableinbordercolor}" width="{tableinwidth}" align="center">
<tr>
<td><table cellpadding=4 cellspacing=1 border=0 width="100%">
<tr bgcolor="{tabletitlecolor}" id="tabletitle">
<td width="175" nowrap><smallfont color="{fontcolorsecond}"><b>Autor</b></font></td>
<td width="100%"><table cellpadding=0 cellspacing=0 border=0 width="100%">
<tr>
<td><smallfont color="{fontcolorsecond}"><b>Beitrag</b></font></td>
<td align="right"><smallfont color="{fontcolorsecond}"><b>«</b> <a href="thread.php?goto=nextoldest&threadid=$threadid&sid=$session[hash]">Vorheriges Thema</a> | <a href="thread.php?goto=nextnewest&threadid=$threadid&sid=$session[hash]">Nächstes Thema</a> <b>»</b></font></td>
</tr>
</table></td>
</tr>
</table>
$postbit
$quickreply
<table cellpadding=4 cellspacing=1 border=0 width="100%">
<tr bgcolor="{tabletitlecolor}" id="tabletitle">
<td colspan=2>
<table cellpadding=0 cellspacing=0 border=0 width="100%">
<tr>
<td><smallfont color="{fontcolorsecond}">$pagelink</font></td>
<td align="right"><smallfont> </font></td>
</tr>
</table>
</td>
</tr>
</table></td>
</tr>
</table>
<table width="{tableinwidth}">
<tr>
<td valign="top"><FORM ACTION="threadrating.php" METHOD="POST">
<SELECT NAME="rating">
<option value="-1" selected>Thema bewerten:</option>
<option value="5">5 .. sehr gut</option>
<option value="4">4</option>
<option value="3">3</option>
<option value="2">2</option>
<option value="1">1 .. sehr schlecht</option>
</SELECT>
<input src="{imagefolder}/go.gif" type="image" border=0>
<input type="hidden" name="sid" value="$session[hash]">
<input type="hidden" name="threadid" value="$threadid">
</td></form>
<td align="right" valign="top"><smallfont>$newthread $addreply</font></td>
</tr>
<tr>
<td valign="top">$boardjump</td>
<td align="right" valign="top">$modoptions</td>
</tr>
</table>
$footer
</body>
</html> |