%template _photoheader%>
<%if page_err==0%>
<%template _albumnavigation%>
<%if {!needpassword}%>
<%if {config.silverlight}==1%>
相册展示
<%/if%>
更多
<%if {photolist.Count}>0%>
<%set (int) {photoindex} = 1%>
<%loop (PhotoInfo) photo photolist%>
<%if {photoindex}==1%>
<%/if%>
|
|
<%if {photoindex}==4%>
<%set {photoindex}=1%>
<%else%>
<%set {photoindex}={photoindex}+1%>
<%/if%>
<%/loop%>
{pagenumbers}
<%else%>
<%template _photomsgbox%>
<%/if%>
<%else%>
<%/if%>
<%else%>
<%template _errmsgbox%>
<%/if%>
<%template _websitefooter%>