<%template _photoheader%> <%template _albumnavigation%>
<%if {currentcate}!=0%>

相册首页 > {currentalbumcategory.title}

<%else if {albumsuserid}!=0%>

相册首页 > {albumusername}

<%else if {currentcate}!=0 && {albumsuserid}!=0%>

相册首页 > {albumusername}的{currentalbumcategory.title}

<%else%>

相册首页 > 全部相册

<%/if%>
{navhomemenu}

相册

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