@qingjieshouliang
Current Path : /www/wwwroot/eblliwsm.com/060b04a8/Lib/Widget/Tags/ |
Current File : /www/wwwroot/eblliwsm.com/060b04a8/Lib/Widget/Tags/tags.html |
<if condition="$tags"> <div class="tags"> <a class="btn btn-default btn-xs" href="<{:U('Tags/index')}>" role="button">TAGS : </a> <volist name="tags" id="vo"> <a class="btn btn-default btn-xs" href="<{:W('Taghref',array('id'=>$vo['id'],'type'=>$vo['type']))}>" role="button" target="_blank"><{$vo.name}></a> </volist> </div> </if>