|
 |
#set($alm = $!album.getAlbumById(${id}))
$!{alm.name}
|
Company Exhibit |
|
ÏàƒÔÁÐ±í£º |
#set($albums = $album.queryAlbumBySite($mid))
#foreach($albu in $albums)
#if($!{albu.albumId} == $!{id})
- $albu.name
#else
- $albu.name
#end
#end
|
#set($photoMap = $album.queryPhoto($!{mid}, $!{id}, $!{pg}, 12))
#foreach($photo in $photoMap.photos)
-
#end
|
|
|
#parse("/templates/handtailor/132215/left.html")
|