clipbucket/upload/styles/cbv2new/layout/blocks/group.html
Fawaz 828cd40cb4 Added : SEO Links for item
Added : CSS for collections and photos
Added : New Ajax Requests in ajax.php
Updated : collection.class.php
Added : ID parameter in radio and checkbox type input fields
Fixed : get_users count_only parameter
Added : photos.class.php in common.php
Added : function fetch() which will store all Template HTML in a variable. Is useful for JSON
Added : New functions in function.js
Fixed : PakPlayer autoPlay Feature
Added : A lot of new pages
2010-12-14 13:53:51 +00:00

11 lines
No EOL
718 B
HTML

<div class="group_block">
<a href="{group_link details=$group}"><img src="{$cbgroup->get_group_thumb($group)}" class="group_thumb" /></a>
<span class="group_name"><strong><a href="{group_link details=$group}">{$group.group_name}</a></strong></span>
<span> views : <strong>{$group.total_views|number_format}</strong></span>
<span>total members :<strong>{$group.total_members|number_format}</strong></span>
<span>total videos : <strong>{$group.total_videos|number_format}</strong></span>
<span>discussions : <strong>{$group.total_topics|number_format}</strong></span>
<span>owner : <strong><a href="{$userquery->profile_link($group)}">{$group.username}</a></strong></span>
</div>
<img