<!--{eval $_TPL['titles'] = array($tag['tagname'], 'Tags');}-->
<!--{template header}-->
<h2 class="title">Tags - $tag[tagname] ($tag[blognum] for Blogs)</h2>
<div class="tabs_header">
<a href="cp.php?ac=share&type=tag&id=$tag[tagid]" id="a_share" onclick="ajaxmenu(event, this.id, 1)" class="a_share">Share</a>
<ul class="tabs">
<li class="active"><a href="space.php?do=tag&id=$tag[tagid]"><span>Blog List</span></a></li>
<li><a href="space.php?do=tag"><span>Back to TAG list</span></a></li>
</ul>
</div>
<div class="topic_list">
<table cellspacing="0" cellpadding="0" class="infotable">
<thead>
<tr>
<td class="subject">Title</td>
<td class="author">Creator(Total Reply)</td>
<td class="lastpost">created on</td>
</tr>
</thead>
<!--{loop $list $key $value}-->
<tr<!--{if $key%2==1}--> class="alt"<!--{/if}-->>
<td class="subject"><a href="space.php?uid=$value[uid]&do=blog&id=$value[blogid]" target="_blank">$value[subject]</a></td>
<td class="author"><a href="space.php?uid=$value[uid]">{$_SN[$value[uid]]}</a><em>($value[replynum])</em></td>
<td class="lastpost"><!--{date('m-d H:i',$value[dateline],1)}--></td>
</tr>
<!--{/loop}-->
</table>
<!--{if $prinum}-->
<div class="notice">This page include $prinum might be some blog you can't see becuase of privacy setting</div>
<!--{/if}-->
<div class="page">$multi</div>
</div>
<!--{template footer}-->