
09-29-2011, 08:26 AM
|
|
|
Join Date: Dec 2006
Posts: 117
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
This is the default version of the search_results_postbit (vbulletin 4.0.3)
There is no <div class="contact">
Quote:
<li class="imodselector threadbit" id="post_{vb:raw post.postid}">
<div class="nonsticky">
<div class="threadinfo post">
<!-- status icon block -->
<a class="threadstatus"></a>
<!-- title / author block -->
<div class="inner">
<h3 class="searchtitle">
{vb:raw post.typeprefix} {vb:raw post.prefix_rich} <a href="{vb:link thread, {vb:raw threadinfo}, {vb:raw pageinfo_post}}#post{vb:raw post.postid}" title="{vb:var post.pagetext}"><strong>{vb:raw post.threadtitle}</strong></a>
</h3>
<div class="threadmeta">
<div class="author">
<vb:if condition="$post['userid']">
{vb:rawphrase posted_by_x_y_z_a, {vb:link member, {vb:raw post}, null, 'userid', 'username'}, {vb:raw post.username}, {vb:raw post.postdate}, {vb:raw post.posttime}}
<vb:else />
{vb:rawphrase posted_by_x_y_z_guest, {vb:raw post.username}, {vb:raw post.postdate}, {vb:raw post.posttime}}
</vb:if>
<vb:if condition="$show['moderated']"><span class="moderated shade">{vb:rawphrase this_message_is_moderated}</span></vb:if>
<vb:if condition="$show['deleted']">
<span class="moderated shade">
{vb:rawphrase {vb:raw post.del_phrase}, {vb:link member, {vb:raw post}, null, 'del_userid', 'del_username'}, {vb:raw post.del_username}}
<vb:if condition="$post['del_reason']">
{vb:rawphrase reason_for_deletion}: <em>{vb:raw post.del_reason}</em>
</vb:if>
</span>
</vb:if>
</div>
</div>
</div>
</div>
<!-- threadstats -->
<ul class="threadstats td alt">
<li class="stats">{vb:rawphrase replies}: {vb:raw post.replycount}</li>
<li class="stats">{vb:rawphrase views}: {vb:raw post.views}</li>
</ul>
<!-- lastpost -->
<dl class="threadlastpost td">
<dt class="lastpostby hidden">{vb:rawphrase last_post_by}:</dt>
<dd>{vb:rawphrase last_post}: <em class="time">{vb:raw lastpostdate} {vb:raw lastpostdatetime}</em></dd>
<dd>
<vb:if condition="$threadinfo['lastposterid']">
{vb:rawphrase by_x, {vb:link member, {vb:raw threadinfo}, null, 'lastposterid', 'lastposter'}, {vb:raw threadinfo.lastposter}}
<vb:else />
{vb:rawphrase by_x_guest , {vb:raw threadinfo.lastposter}}
</vb:if>
<a href="{vb:link thread, {vb:raw threadinfo}, {vb:raw pageinfo_lastpost}, 'threadid', 'threadtitle'}#post{vb:raw threadinfo.lastpostid}"><img src="{vb:stylevar imgdir_button}/lastpost-{vb:stylevar right}.png" alt="{vb:rawphrase go_to_last_post}" /></a>
</dd>
</dl>
<div class="threadpostedin td alt">
<p>
{vb:rawphrase forum}:<br /><a href="{vb:link forum, {vb:raw post}, null, 'forumid', 'forumtitle'}" title="{vb:raw post.forumtitleclean}">{vb:raw post.forumtitle}</a>
</p>
</div>
<vb:if condition="$show['inlinemod']">
<!-- fourth block -->
<label class="threadimod">
<input type="checkbox" id="post_imod_checkbox_{vb:raw post.postid}" name="imodcheck[{vb:raw post.postid}]" />
</label>
</vb:if>
</div>
</li>
|
|