%inherits "Discuz.Album.Pages.showphotolist"%>
<%template _albumheader%>
<%if page_err==0%>
<%template _albumnavigation%>
<%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}
<%set {rowindex}={rowindex}+1%>
<%/loop%>
<%else%>
<%set (int) {rowindex}=1%>
<%loop (AlbumInfo) album albumlist%>
class="arrangebox2"<%else%>class="arrangebox"<%/if%>>
{rowindex}
-
<%if {album.logo}!=""%>
<%else%>
<%/if%>
-
{album.description}
{album.username} {album.createdatetime}
<%set {rowindex}={rowindex}+1%>
<%/loop%>
<%/if%>
相册分类
<%loop (AlbumCategoryInfo) ac albumcategorylist%>
- {ac.title}
<%/loop%>
<%if {config.enablespace}==1%>
<%/if%>
<%else%>
<%template _photoerrmsgbox%>
<%/if%>
<%template _copyright%>
<%template _footer%>