clipbucket/upload/styles/cbv2new/layout/blocks/group.html
Fawaz 65bf47b8bb Updated : main.css
Added : user account files for photos and collections
Added : function add onReload() in head.html
Updated : photo_upload.html
Updated : view_collection.html
Updated : view_item.html to more simple page
Added : view_photo.html
Updated : watch_video.html. Displayed Collection form
Updated : collections.class.php
Added : new smarty functions
Added : Photo Download
Added : New function updateObjectStats
Added : Photo Comment case
Added : orphan_photos.php
Fixed : Admin photo settings
Updated : photo_uploader.php
Updated : photo.class.php
2010-12-23 16:56:33 +00:00

10 lines
No EOL
711 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>