#if($AlbumTop1.Name.length > 10) $AlbumTop1.Name.substring(0,10) #else $AlbumTop1.Name #end
专辑简介:#if($AlbumTop1.Detail.length > 20) $AlbumTop1.Detail.substring(0,20) #else $AlbumTop1.Detail #end
标 签:#if($AlbumTop1.Tag.length >4) $AlbumTop1.Tag.substring(0,4) #else $AlbumTop1.Tag #end
上传时间:$AlbumTop1.CreateDate.toString("yyyy-MM-dd")
$AlbumTop1.TotalView$AlbumTop1.MonthUpdate
精彩视频专辑
#set($al=1)
#foreach($content in $AlbumsObj.TotAlbums(4).rows)
#set($path = $Cache.GetAlbumPath($content.ID.toString(),false,$Type,$Page))
#set($imgpath = $content.ImageUrl)
#if($al != 4)
-
#if($content.Name.length > 10) $content.Name.substring(0,10) #else $content.Name #end
视频: $content.FileCount 播放:$content.TotalView 
#else

#if($content.Name.length > 10) $content.Name.substring(0,10) #else $content.Name #end
视频: $content.FileCount 播放: $content.TotalView
#end
#set($al=$al+1)
#end