clipbucket/upload/styles/cbv2new/layout/user_videos.html

75 lines
2.6 KiB
HTML
Raw Normal View History

{* Including Global Header *}
{include file="$style_dir/global_header.html"}
<body>
2010-03-03 13:58:09 +00:00
{include file="$style_dir/blocks/view_channel/channel_global.html" }
<div id="container" class="clearfix" style="background-color:none">
<!-- Including Commong header -->
{include file="$style_dir/header.html" }
<div style="height:10px; background-attachment:"></div>
{include file="$style_dir/message.html"}
<div id="content_container" >
<div id="content" style="padding-bottom:15px">
{include file="$style_dir/blocks/view_channel/channel_top.html" }
{assign var=user_vdo value= $userquery->get_user_profile_video($p)}
{if $user_vdo}
<!-- User Video Block -->
<div class="channel_box">
<div class="channel_inner_box">
<div style="width:610px; float:left">
<div id="videoPlayer" class='video_player'>
This content requires JavaScript and Macromedia Flash Player 7 or higher. <a href=http://www.macromedia.com/go/getflash/>Get Flash</a><br/><br/>
</div>
<script language="javascript">
{FlashPlayer vdetails = $user_vdo height=$Cbucket->configs.channel_player_height width=$Cbucket->configs.channel_player_width}
</script>
</div>
<div align="center" style="width:300px; float:left">{AD place=336x280}</div>
<div class="clearfix"></div>
</div>
</div>
<!-- User Video Blcok Ends-->
{/if}
<div class="channel_box">
<div class="channel_inner_box" id="result_cont" style="display:none"></div>
</div>
<!-- Starting Bottom Channel Box -->
<div class="channel_box clearfix" style="margin-bottom:0px">
{include file="$style_dir/blocks/view_channel/channel_left.html" }
<!-- Right Colum -->
<div class="right_column">
<div class="channel_inner_box clearfix">
<h2>{$the_title}</h2>
{section name=v_list loop=$videos}
{include file="$style_dir/blocks/video.html" video=$videos[v_list]}
{/section}
{include file="$style_dir/blocks/pagination.html"}
</div>
</div>
<!-- Ending Bottomg Channel Box-->
</div>
</div>
<div id="footer" style="margin-top:0px;">
<div class="footer">
&copy; {$title} {$smarty.now|date_format:"%Y"}
</div>
</div>
</div>
</div>
</body>
</html>