<% /********************************************
 *
 * 文件注释，说明文件名称和文件所包含内容
 * @file oneLine.tmpl
 * @author shangwenhe
 * @create time 2015年06月03日17:34
 * @version {版本信息}  v0.0.1
 *
*********************************************/ %>
<div class='oneLine-tmpl mod-shelf'>
	<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> 
