<%inherits "Discuz.Album.Pages.showphotolist"%> <%template _albumheader%> <%if page_err==0%>

<%if {type}==0%>最多浏览<%else if {type}==1%>最多评论<%else if {type}==2%>最新图片<%else%>最多收藏<%/if%>

<%if {type}<3%> <%set (int) {rowindex}=1%> <%loop (PhotoInfo) photo photolist%>
class="arrangebox2"<%else%>class="arrangebox"<%/if%>>
{rowindex}
{photo.title}
{photo.title} 评论({photo.comments})

{photo.description}

{photo.username} {photo.postdate}

<%set {rowindex}={rowindex}+1%> <%/loop%> <%else%> <%set (int) {rowindex}=1%> <%loop (AlbumInfo) album albumlist%>
class="arrangebox2"<%else%>class="arrangebox"<%/if%>>
{rowindex}
<%if {album.logo}!=""%>
{album.title}
<%else%> {album.title} <%/if%>
{album.title} ({album.imgcount})

{album.description}

{album.username} {album.createdatetime}

<%set {rowindex}={rowindex}+1%> <%/loop%> <%/if%>
<%if {config.enablespace}==1%> <%/if%>
<%else%> <%template _photoerrmsgbox%> <%/if%> <%template _copyright%> <%template _footer%>