<%inherits "Discuz.Album.Pages.showphotolist"%> <%template _albumheader%> <%if page_err==0%> <%template _albumnavigation%>
{config.albumname}首页 > <%if {type}==0%> 最多浏览 <%else if {type}==1%> 最多评论 <%else if {type}==2%> 最新图片 <%else%> 最多收藏 <%/if%>
{navhomemenu}

<%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%>

一周热图总排行

相册分类

    <%loop (AlbumCategoryInfo) ac albumcategorylist%>
  • {ac.title}
  • <%/loop%>
<%if {config.enablespace}==1%>

最近更新的空间

<%/if%>
<%else%> <%template _photoerrmsgbox%> <%/if%> <%template _copyright%> <%template _footer%>