<%inherits "Discuz.Album.Pages.showalbumlist"%> <%template _albumheader%> <%if {page_err}==0%> <%template _albumnavigation%>
<%if {currentcate}!=0%> {config.albumname}首页 » {currentalbumcategory.title} <%else if {albumsuserid}!=0%> {config.albumname}首页 » {albumusername} <%else if {currentcate}!=0 && {albumsuserid}!=0%> {config.albumname}首页 » {albumusername}的{currentalbumcategory.title} <%else%> {config.albumname}首页 » 全部{config.albumname} <%/if%>
{navhomemenu}

{config.albumname}

<%loop (AlbumCategoryInfo) albumcategory albumcategorylist%> {albumcategory.title} <%if {albumcategory[_id]}!={albumcategorylist.Count}%> | <%/if%> <%/loop%>
<%if {albumlist.Count}>0%>
{prevpage} {pagenumbers} {nextpage}
    <%loop (AlbumInfo) album albumlist%>
  • <%if {album.logo}!=""%>
    {album.title}
    <%else%>
    {album.albumid}
    <%/if%>

    {album.username}的相册

    {album.title} ({album.imgcount})

  • <%/loop%>
{prevpage} {pagenumbers} {nextpage}
<%else%> <%template _photomsgbox%>

创建新相册

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