<% /********************************************
 *
 * 文件注释，说明文件名称和文件所包含内容
 * @file videoDisplay.tmpl
 * @author shangwenhe
 * @create time 2015年07月02日14:30
 * @version {版本信息}  v0.0.1
 *
*********************************************/ %>
<div class='videoDisplay-tmpl' style='height:<%=(height * 179 + 62)%>px'>
	<div class='video-shelf-header clearfix'>
		<%=tab({more: more, subTag: subTag, title: title})%>
	</div>
	<div class='video-shelf-content clearfix'>
		<%=video({data:data})%>
	</div>
</div> 
