2011-01-25 12:05:11 +00:00
<!-- Defining object type -->
{lang code='topic' assign='object_type'}
2011-02-28 14:25:00 +00:00
{include file="$style_dir/blocks/group/group_left.html"}
2009-12-21 21:11:54 +00:00
2011-02-28 14:25:00 +00:00
< div class = "groupContent" >
< div class = "groupTitle clearfix" > {$group.group_name}< / div >
< div style = "padding:0px 5px" >
< ul class = "groupsBar clearfix" style = "border-color:#aaa; border-width:0px 0px 1px;" >
< li { if $ mode = = " " | | $ mode = = " main " } class = "selected" { / if } > < a href = "{group_link details=$group}" onClick = "groupsAjax(event,this);" id = "gpViewInfo" > < img src = "{$imageurl}/dot.gif" class = "blueDoc" / > {lang code="info"}< / a > < / li >
2011-03-01 09:25:43 +00:00
< li { if $ mode = = " view_topics " } class = "selected" { / if } > < a href = "{group_link details=$group type=view_topics}" onClick = "groupsAjax(event,this);" id = "gpViewTopics" > < img src = "{$imageurl}/dot.gif" class = "ballonBox" / > {lang code="grp_topics_title"}< / a > < / li >
2011-02-28 14:25:00 +00:00
< li { if $ mode = = " view_members " } class = "selected" { / if } > < a href = "{group_link details=$group type='view_members'}" id = "gpAllMembers" onClick = "groupsAjax(event,this);" > < img src = "{$imageurl}/dot.gif" class = "blackUser" / > {lang code="members"}< / a > < / li >
< li { if $ mode = = " view_videos " } class = "selected" { / if } > < a href = "{group_link details=$group type='view_videos'}" id = "gpAllVideos" onClick = "groupsAjax(event,this);" > < img src = "{$imageurl}/dot.gif" class = "camCorder" / > {lang code="videos"}< / a > < / li >
2011-03-09 08:54:13 +00:00
< li { if $ mode = = " view_report_form " } class = "selected" { / if } > < a href = "{group_link details=$group type='view_report_form'}" onClick = "groupsAjax(event,this);" id = "gpAllReport" > < img src = "{$imageurl}/dot.gif" class = "redShield" / > Report< / a > < / li >
2011-02-28 14:25:00 +00:00
< / ul >
< div id = "ajaxGroupResultContainer" >
2011-03-09 08:54:13 +00:00
< div class = "groupSep" > < span class = "SepText" > < a href = "{group_link details=$group type='view_topics'}" onclick = "groupsAjax(event,this)" > Back To Topics< / a > < / span > < / div >
2011-02-28 14:25:00 +00:00
< div style = "height:5px;" > < / div >
< div class = "topic_post clearfix" >
< div class = "topic_title" > {$topic.topic_title}< / div >
{assign var=topic_starter value=$userquery->get_user_details($topic.userid)}
{include file="$style_dir/blocks/user.html" user=$topic_starter block_type="topic_view"}
< div class = "moveR topic_content" style = "width:88%" >
{$topic.topic_post}
< div style = "height:5px" > < / div >
< div style = "font:normal 10px Tahoma; color:#787878" > {lang code="Added"}: {$topic.date_added|niceTime}< / div >
< / div >
2009-12-21 21:11:54 +00:00
< / div >
< div class = "topic_comments" >
2011-02-28 14:25:00 +00:00
< a href = "#" style = "font:bold 11px Tahoma; text-decoration:none; text-align:right; display:block;" onclick = "getComments('t','{$topic.topic_id}','{$topic.last_post_time}',1,'{$topic.total_replies }','{$object_type}'); return false;" > Re-load Posts< / a >
2011-02-07 13:09:51 +00:00
< div id = "comments" > < / div >
< script >
$(document).ready(function()
{ldelim}
comments_voting = 'no';
getComments('t','{$topic.topic_id}','{$topic.last_post_time}',1,'{$topic.total_replies }','{$object_type}')
{rdelim}
);
< / script >
2009-12-21 21:11:54 +00:00
< / div >
< hr width = "100%" size = "1" noshade >
{include file="$style_dir/blocks/comments/add_comment.html" id=$topic.topic_id type=t}
2011-02-28 14:25:00 +00:00
< / div >
< / div >
< / div >
{include file="$style_dir/blocks/group/group_right.html"}