diff --git a/upload/styles/cb_28/layout/watch_video.html b/upload/styles/cb_28/layout/watch_video.html index 5589938f..4bac028e 100644 --- a/upload/styles/cb_28/layout/watch_video.html +++ b/upload/styles/cb_28/layout/watch_video.html @@ -30,22 +30,22 @@
{if $vdo.allow_rating != 'no'} - {show_video_rating rating=$vdo.rating ratings=$vdo.rated_by total='10' id=$vdo.videoid type=video} + {show_video_rating rating=$vdo.rating ratings=$vdo.rated_by total='10' id=$vdo.videoid type=video} {/if}
{if $video.userid != userid()} - - {lang code='subscribe'} - + + {lang code='subscribe'} + {/if} {if $Cbucket->configs.video_download==1 && $cbvid->downloadable($vdo)} - - {/if} + {/if} +
+<<<<<<< .mine + + +
+ +
+
+
+

{AutoLinkUrls($video.description|unescape:"html")}

+
    +
  • {lang code='category'}: {$vdo.category|categories:video}
  • +
  • {lang code='duration'}: {if $video.duration>1}{$video.duration|SetTime}{else}00:00{/if}
  • +
  • {lang code='date'}:  {$video.date_added|nicetime}
  • +
  • + {lang('tags')}:   + {$vdo.tags|tags:videos} +
  • +
+
+
+ +
+
+ + +
+ +
+
+
+

{AutoLinkUrls($video.description|unescape:"html")}

+
    +
  • {lang code='category'}: {$vdo.category|categories:video}
  • +
  • {lang code='duration'}: {if $video.duration>1}{$video.duration|SetTime}{else}00:00{/if}
  • +
  • {lang code='date'}:  {$video.date_added|nicetime}
  • +=======
@@ -88,247 +153,238 @@
  • {lang code='category'}: {$vdo.category|categories:video}
  • {lang code='duration'}: {if $video.duration>1}{$video.duration|SetTime}{else}00:00{/if}
  • {lang code='date'}:  {$video.date_added|nicetime}
  • +>>>>>>> .r4775
  • - {lang('tags')}:   - {$vdo.tags|tags:videos} + + Facebook +
  • +
  • + + Twitter + +
  • +
  • + + Google Plus + +
  • + + {show_share_form id=$vdo.videoid type=video} +
    +
    + +
    + {show_playlist_form id=$vdo.videoid type=video user=userid() } + {if userid()} +
    + + +
    + {/if} +
    +
    +
    +

    {lang code='report_video'}

    + {show_flag_form id=$vdo.videoid type=video} +
    +
    +
    + + +
    +
    +
    +
    +

    + {$vdo.comments_count} {lang code='comments'} +

    + {if $myquery->is_commentable($vdo,'v')} + {include file="$style_dir/blocks/comments/add_comment.html" id=$vdo.videoid type=v} + {else} +
    + {lang code='comm_disabled_for_vid'} +
    + {/if} +
    + +
    +
    +
    - -
    - - {show_share_form id=$vdo.videoid type=video} -
    -
    - -
    - {show_playlist_form id=$vdo.videoid type=video user=userid() } - {if userid()} -
    - - -
    - {/if} -
    -
    -
    -

    {lang code='report_video'}

    - {show_flag_form id=$vdo.videoid type=video} -
    -
    -
    - - -
    -
    -
    -
    -

    - {$vdo.comments_count} {lang code='comments'} -

    - {if $myquery->is_commentable($vdo,'v')} - {include file="$style_dir/blocks/comments/add_comment.html" id=$vdo.videoid type=v} - {else} -
    - {lang code='comm_disabled_for_vid'} -
    - {/if} -
    - -
    -
    -
      -
    -
    -
    - {if $vdo.comments_count > 10} + {if $vdo.comments_count > 10}
    - {/if} + {/if} +
    -
    - -
    + + - - \ No newline at end of file + \ No newline at end of file