Code:
...
<script type="text/javascript" src="jscripts/thread.js?ver=121"></script>
<style type="text/css">
@media screen, projection, print {
ul.examp {margin-left:1em; padding:0; list-style:none;}
ul.examp li {float:left; margin:0; padding:0; list-style:none; border:1px solid #000; background:#fff; width:200px; padding-left:10px; color:#000; font-family: Arial; font-size:12px;}
ul.examp li:hover {background: #B0C4DE;}
ul.examp2 {display: none; margin:0; padding:0; list-style: none;}
ul.examp2 li {margin:0; padding:0; list-style: none; border:0;}
ul.examp2 li:hover {margin:0; padding:0; list-style: none; border:0; background:#B0C4DE; display: block;}
.examp li:hover ul.examp2 {display: block; position: absolute;}
ul.examp a:link, ul.examp a:visited {color:#000; text-decoration:none; display: block; width:100%;}
ul.examp a:hover, ul.examp a:active, ul.examp a:focus {color:#000; text-decoration:none; display: block;}
div.dm {height:9em;}
div.dm ul {display:none; margin-bottom:0;}
div.dm:hover ul {display: block;}
}</style>
</head>
<body>
{$header}
{$pollbox}
<div style="float: right; padding-bottom: 4px;">
{$newreply}{$newthread}
</div>
{$multipage}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both;">
<tr>
<td class="thead" colspan="2">
<div style="float: right;">
<ul class="examp">
<li><a><b>Thema-Optionen</b></a><ul class="examp2">
<li><a href="printthread.php?tid={$tid}"><img src="$theme[imgdir]/printable.gif" border="0"/> {$lang->view_printable}</a></li>
<li><a href="sendthread.php?tid={$tid}"><img src="$theme[imgdir]/send.gif" border="0"/> {$lang->send_thread}</a></li>
<li><a href="usercp2.php?action=addsubscription&tid={$tid}"><img src="$theme[imgdir]/menu/subscribe.gif" border="0"/> {$lang->subscribe_thread}</a></li>
<li><a href="usercp2.php?action=addfavorite&tid={$tid}"><img src="$theme[imgdir]/menu/subscribe.gif" border="0"/> {$lang->add_favorites}</a></li></ul></li>
</ul>
</div>
<div>
<strong>{$rating} <font size=3>{$thread['subject']}</font></strong>
</div>
</td>
</tr>
<tr>
<td class="tcat" width="15%"><span class="smalltext"><strong>{$lang->author}</strong></span></td>
<td class="tcat" width="85%"><span class="smalltext"><strong>{$lang->message}</strong></span></td>
</tr>
{$posts}
{$threadpages}
<tr>
<td colspan="2" class="tfoot">
<div style="float: right;">
<ul class="examp">
<li><a><b>Ansicht</b></a><ul class="examp2">
<li><a href="showthread.php?mode=threaded&tid={$tid}&pid={$pid}#pid{$pid}"><img src="$theme[imgdir]/menu/mode_threaded.gif" border="0"/> {$lang->threaded}</a></li>
<li><a href="showthread.php?mode=linear&tid={$tid}&pid={$pid}#pid{$pid}"><img src="$theme[imgdir]/menu/mode_linear.gif" border="0"/> {$lang->linear}</a></li></ul></li>
</ul>
</div>
<div><strong>« <a href="showthread.php?tid={$tid}&action=nextoldest">{$lang->next_oldest}</a> | <a href="showthread.php?tid={$tid}&action=nextnewest">{$lang->next_newest}</a> »</strong></div>
</td>
</tr>
</table>
<div style="padding-top: 4px;">
{$newreply}{$newthread}
</div>...