2010-11-04 07:53:16 +00:00
|
|
|
<div style="width:880px; margin:0px auto">
|
2010-11-01 11:02:20 +00:00
|
|
|
|
2010-12-14 13:53:51 +00:00
|
|
|
<div class="video_title" style="padding-bottom:5px; margin-bottom:5px; border-bottom:1px solid #ccc;">{$c.collection_name} </div>
|
|
|
|
{uploadButton details=$c target='_blank'}
|
2010-11-04 07:53:16 +00:00
|
|
|
<div style="font:normal 10px Tahoma; color:#333; padding-bottom:5px; margin-bottom:5px; border-bottom:1px solid #ccc;">{lang code="by"|capitalize} <a href="{$userquery->profile_link($c)}">{$c.username|capitalize}</a> - <a href="{link name='user_videos'}{$c.username}">{lang code="view"|capitalize} {$c.username|capitalize} {lang code="videos"|capitalize}</a> {if $c.userid == $userquery->userid} - <a href="{link name='edit_collection'}{$c.collection_id}">{lang code="edit_collection"}</a> - {link name='manage_items' assign='miLink'} <a href="{$miLink|sprintf:$c.collection_id:$c.type}">{lang code="manage_items"}</a>{/if}</div>
|
2010-12-14 13:53:51 +00:00
|
|
|
|
2010-11-04 07:53:16 +00:00
|
|
|
<div style="clear:both;"></div>
|
2010-12-14 13:53:51 +00:00
|
|
|
<!-- <div style="height:1px; border-bottom:1px solid #ccc; margin:5px 0;"></div>-->
|
|
|
|
<div class="moveL video_title" style="font-size:14px;">{$c.type|capitalize} ({$c.total_objects})</div>
|
|
|
|
<div class="clear"></div>
|
|
|
|
<div class="clearfix" style="padding:10px; background:#f7f7f7; border:1px solid #ccc;">
|
|
|
|
<table cellpadding="0" class="collectionTable" cellspacing="0" border="0">
|
|
|
|
<tr id="collectionItemsList" >
|
|
|
|
{section name=list loop=$objects}
|
|
|
|
{include file="$style_dir/blocks/collection.html" object=$objects[list] display_type=view_collection type=$c.type}
|
2010-11-04 07:53:16 +00:00
|
|
|
{/section}
|
2010-12-14 13:53:51 +00:00
|
|
|
</tr>
|
|
|
|
</table>
|
2010-11-04 07:53:16 +00:00
|
|
|
</div>
|
2010-12-14 13:53:51 +00:00
|
|
|
|
|
|
|
<div id="NewPagination" class="moveR">{include file="$style_dir/blocks/new_pagination.html"}</div>
|
|
|
|
|
|
|
|
<!--{include file="$style_dir/blocks/pagination.html"}-->
|
|
|
|
<div style="padding-bottom:5px; height:1px; margin-bottom:5px; clear:both; border-bottom:1px solid #ccc;"></div>
|
2010-11-01 11:02:20 +00:00
|
|
|
<div class="moveL" style="width:200px; font:normal 11px Tahoma;">
|
|
|
|
<span style="color:#333; font-weight:bold;">{lang code="date_added"}</span>
|
|
|
|
<div style="height:2px; clear:both;"></div>
|
|
|
|
{$c.date_added|niceTime}
|
|
|
|
<div style="height:8px; clear:both;"></div>
|
|
|
|
|
|
|
|
<span style="color:#333; font-weight:bold;">{lang code="views"}</span>
|
|
|
|
<div style="height:2px; clear:both;"></div>
|
|
|
|
{$c.views|number_format} {lang code="views"}
|
|
|
|
<div style="height:8px; clear:both;"></div>
|
|
|
|
|
|
|
|
<span style="color:#333; font-weight:bold;">{lang code="categories"}</span>
|
|
|
|
<div style="height:2px; clear:both;"></div>
|
2010-11-05 06:33:49 +00:00
|
|
|
{$c.category|categories:collections}
|
2010-11-01 11:02:20 +00:00
|
|
|
<div style="height:8px; clear:both;"></div>
|
|
|
|
|
|
|
|
<span style="color:#333; font-weight:bold;">{lang code="tags"}</span>
|
|
|
|
<div style="height:2px; clear:both;"></div>
|
|
|
|
{$c.collection_tags|tags:collections}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div> <!-- moveL end -->
|
|
|
|
|
|
|
|
<div style="width:540px; float:left;">
|
|
|
|
{$c.collection_description|description}
|
|
|
|
<div style="height:10px;"></div>
|
|
|
|
<div class="video_title" style="font-size:14px; padding-bottom:5px; margin-bottom:5px; border-bottom:1px solid #ccc;">{lang code="comments"} ({$c.total_comments})</div>
|
2010-12-14 13:53:51 +00:00
|
|
|
<div id="collectionComments">
|
|
|
|
{include file="$style_dir/blocks/comments/comments.html" id=$c.collection_id type='cl'}
|
|
|
|
</div>
|
2010-11-01 11:02:20 +00:00
|
|
|
<div style="height:5px;"></div>
|
|
|
|
{if $myquery->is_commentable($c,'collection')}
|
|
|
|
{include file="$style_dir/blocks/comments/add_comment.html" id=$c.collection_id type='cl'}
|
|
|
|
{else}
|
|
|
|
<div class="disable_msg" align="center">{lang code='comm_disabled_for_vid'}</div>
|
|
|
|
{/if}
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|