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

24 lines
1.2 KiB
HTML
Raw Normal View History

{lang code='channel' assign='object_type'}
{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="container clearfix" style="background-color:none">
{include file="$style_dir/header.html"}
<div style="height:10px;"></div>
{include file="$style_dir/message.html"}
<div class="channel_inner_box " id="result_cont" style="display:none; background:#eee;"></div>
<div class="moveL clearfix channelBox" style="width:270px; padding:0px 5px;">
{include file="$style_dir/blocks/view_channel/channel_left.html"}
</div> <!-- this is left side -->
<div class="moveL clearfix" style="width:700px; padding:0px 5px; ">
<div id="channelDetailsBox" class="clearfix channelBox" style="border:1px solid #ccc; padding:0px 6px 6px;">
<h2>{$the_title}</h2>
{section name=v_list loop=$videos}
{include file="$style_dir/blocks/video.html" video=$videos[v_list]}
{/section}
<div class="clearfix"></div>
{include file="$style_dir/blocks/pagination.html"}
</div>
</div>
</body>
</html>