From f1c4a7978f1555611564f8d4e4627cd1cf807042 Mon Sep 17 00:00:00 2001 From: umaircb Date: Thu, 10 Apr 2014 11:21:00 +0000 Subject: [PATCH] modified. --- .../cb_2014/layout/view_collection.html | 151 +++++++++--------- 1 file changed, 76 insertions(+), 75 deletions(-) diff --git a/upload/styles/cb_2014/layout/view_collection.html b/upload/styles/cb_2014/layout/view_collection.html index b42f09ff..e0f518ac 100644 --- a/upload/styles/cb_2014/layout/view_collection.html +++ b/upload/styles/cb_2014/layout/view_collection.html @@ -1,85 +1,86 @@
-
-

{$c.collection_name}

-

{$c.type|capitalize} ({$c.total_objects})

-
-
-
- {lang code="by"|capitalize} - {$c.username|capitalize} - - {lang code="view"|capitalize} {$c.username|capitalize} {lang code="videos"|capitalize} - - {if $c.userid == $userquery->userid} - {lang code="edit_collection"} - {link name='manage_items' assign='miLink'} - {lang code="manage_items"}{/if} +
+

{$c.collection_name}

+

{$c.type|capitalize} ({$c.total_objects})

+
+ +
+ {lang code='collection' assign='object_type'} + {uploadButton details=$c output='link' target="_blank" class='btn btn-danger pull-right'}
-
- {lang code='collection' assign='object_type'} - {uploadButton details=$c output='link' target="_blank" class='btn btn-danger pull-right'} -
-
-
-
-
- {section name=list loop=$objects} - {include file="$style_dir/blocks/collection.html" object=$objects[list] display_type=view_collection type=$c.type} - {sectionelse} -
{$c.collection_name} has 0 items.
- {/section} -
-
- -
- -
-

- -

-
- {*show_share_form id=$c.collection_id type=Collection*} - {show_flag_form id=$c.collection_id type=Collection} - -
-
- -
-
-
-
{lang code="Uploaded:"} {$c.date_added|niceTime}
-
{lang code="Views:"} - {$c.views|number_format}
-
-
-
{lang code="Categories:"} - {$c.category|categories:collections}
-
{lang code="Tags:"} - {$c.collection_tags|tags:collections}
-
-
+
+
+
+ {section name=list loop=$objects} + {include file="$style_dir/blocks/collection.html" object=$objects[list] display_type=view_collection type=$c.type} + {sectionelse} +
{$c.collection_name} has 0 items.
+ {/section} {include file="$style_dir/blocks/new_pagination.html"}
-
-
-
+
+ +
-
- {if $myquery->is_commentable($c,'collection')} -
-

{lang code="comments"} ({$c.total_comments})

+
+

+ +

+
+ {*show_share_form id=$c.collection_id type=Collection*} + {show_flag_form id=$c.collection_id type=Collection} + +
+
+ +
+
+
+
{lang code="Uploaded:"} {$c.date_added|niceTime}
+
{lang code="Views:"} + {$c.views|number_format}
+
+
+
{lang code="Categories:"} + {$c.category|categories:collections}
+
{lang code="Tags:"} + {$c.collection_tags|tags:collections}
+
+
+ {include file="$style_dir/blocks/new_pagination.html"} +
+
+
+ +
+ {if $myquery->is_commentable($c,'collection')} +
+

{lang code="comments"} ({$c.total_comments})

+
{if $myquery->is_commentable($c,'collection')} {include file="$style_dir/blocks/comments/add_comment.html" id=$c.collection_id type='cl'}