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:
|
<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:100%" class="tableinborder">
<!-- ## USER & RANG ## -->
<tr><a name="post$posts[postid]" id="post$posts[postid]"></a>
<td class="tablecat" align="left" style="width:130px;"><if($posts['userid'])><then><span class="normalfont"><b><a href="profile.php?userid=$posts[userid]{$SID_ARG_2ND}">$posts[username]</a></b></span></then></if><br><span class="smallfont"><b>$postdate <span class="time">$posttime</span></span></td>
<td class="tablecat" align="right" colspan="2"><span class="smallfont"><b>$posts[ranktitle]</b></span> <if($rankimages!="")><then>$rankimages</then></if></td>
</tr>
<!-- ## USER & RANG ENDE ##-->
<!-- ## AVATAR & BEITRAG & MESSANGER ICONS ## -->
<tr class="tablea">
<td align="left" style="padding:8px;height:120px;" class="smallfont">
<!-- ## AVATAR ## -->
<if($useravatar!="")><then>
<table cellpadding="0" cellspacing="1" border="0" style="width:80%" class="tableinborder">
<tr>
<td class="tablea" style="padding:3px;" align="center">$useravatar</td>
</tr>
</table><br />
</then></if>
<if($showregdateinthread==1)><then>{$lang->items['LANG_THREAD_REGDATE']} $posts[regdate]<br /></then></if>
<if($showuserpostsinthread==1)><then>{$lang->items['LANG_THREAD_USERPOSTS']} $posts[userposts]<br /></then></if>
$userfields
$userrating
<if($userlevel)><then><br />$userlevel</then></if>
<if($threadstarter==1)><then><br />{$lang->items['LANG_THREAD_THREADSTARTER']} <img src="{$style['imagefolder']}/threadstarter.gif" border="0" alt="{$LANG_THREAD_THREADSTARTER_ALT}" title="{$LANG_THREAD_THREADSTARTER_ALT}" /></then></if>
</td>
<!-- ## AVATAR ENDE ## -->
<!-- ## BEITRAG ## -->
<td valign="top">
<span class="normalfont">
$posts[message]
$attachments
$signature
<if($posts['editorid'])><then><p><span class="smallfont">{$LANG_THREAD_EDITOR}</span></p></then></if>
<if($invisible==1)><then><p align="right"><span class="normalfont">{$lang->items['LANG_THREAD_INVISIBLE']}</span></p></then></if>
</span>
</td>
<!-- ## BEITRAG ENDE ## -->
<!-- ## MESSANGER ICONS ## -->
<td style="width:20px;">
<if($posts['homepage'])>
<then><a href="$posts[homepage]" target="_blank"><img src="{$style['imagefolder']}/www.png" border="0" alt="{$LANG_MEMBERS_HOMEPAGE}" title="{$LANG_MEMBERS_HOMEPAGE}" /></a><br /></then>
</if>
<if($posts['showemail']==1)>
<then><a href="mailto:$posts[email]"><img src="{$style['imagefolder']}/email.png" border="0" alt="{$LANG_MEMBERS_SENDEMAIL}" title="{$LANG_MEMBERS_SENDEMAIL}" /></a><br /></then>
<else>
<if($posts['usercanemail']==1)>
<then><a href="formmail.php?userid=$posts[userid]{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/email.png" border="0" alt="{$LANG_MEMBERS_SENDEMAIL}" title="{$LANG_MEMBERS_SENDEMAIL}" /></a><br /></then>
</if>
</else>
</if>
<if($posts['receivepm']==1 && $wbbuserdata['can_use_pms']==1)><then><a href="pms.php?action=newpm&userid=$posts[userid]{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/pm.png" border="0" alt="{$LANG_MEMBERS_PM}" title="{$LANG_MEMBERS_PM}" /></a><br /></then></if>
<if($posts['icq'])><then><a href="http://web.icq.com/whitepages/add_me/1,,,00.icq?uin=$posts[icq]&action=add"><img src="{$style['imagefolder']}/icq.png" border="0" alt="{$LANG_MEMBERS_ICQ}" title="{$LANG_MEMBERS_ICQ}" /></a><br /></then></if>
<if($posts['msn'])><then><a href="http://members.msn.com/?mem=$posts[msn]"><img src="{$style['imagefolder']}/msn.png" border="0" alt="{$LANG_MEMBERS_MSN}" title="{$LANG_MEMBERS_MSN}" /></a><br /></then></if>
<if($posts['yim'])><then><a href="http://edit.yahoo.com/config/send_webmesg?.target=$posts[yim]&.src=pg"><img src="{$style['imagefolder']}/yim.png" border="0" alt="{$LANG_MEMBERS_YIM}" title="{$LANG_MEMBERS_YIM}" /></a><br /></then></if>
<if($posts['aim'])><then><a href="aim:goim?screenname=$posts[aim]&message=Hi.+Are+you+there?"><img src="{$style['imagefolder']}/aim.png" border="0" alt="{$LANG_MEMBERS_AIM}" title="{$LANG_MEMBERS_AIM}" /></a><br /></then></if>
</td>
<!-- ## MESSANGER ICONS ENDE## -->
</tr>
<!-- ## AVATAR & BEITRAG & MESSANGER ICONS ENDE ## -->
<!-- ## BEITRAGSBEARBEITUNG ## -->
<tr class="tablecat">
<td colspan="3">
<span class="smallfont" align="left"><b>
<a href="addreply.php?postid=$posts[postid]{$SID_ARG_2ND}">ANTWORTEN</a> «
<a href="addreply.php?action=quote&postid=$posts[postid]{$SID_ARG_2ND}">ZITIEREN</a> «
<a href="editpost.php?postid=$posts[postid]{$SID_ARG_2ND}">BEARBEITEN</a> «
<a href="report.php?postid=$posts[postid]{$SID_ARG_2ND}">MELDEN</a> «
<if($wbbuserdata['a_can_view_ipaddress']==1)><then><a href="misc.php?action=viewip&postid=$posts[postid]{$SID_ARG_2ND}">IP</a> «</then></if>
<a href="javascript:self.scrollTo(0,0);">HOCH</a> «
<a href="javascript:self.scrollTo(0,50000);">RUNTER</a>
</b></span>
</td>
</tr>
</table><br />
<!-- ## BEITRAGSBEARBEITUNG ENDE ## -->
|