2014-08-18 01:09:37 +00:00
|
|
|
$newline never
|
|
|
|
<h3>#{albumTitle album}
|
2014-08-18 16:16:04 +00:00
|
|
|
by <a href=@{UserR ownerName}>#{ownerName}</a>
|
2014-08-18 01:09:37 +00:00
|
|
|
<br>
|
|
|
|
$if presence == True
|
|
|
|
TODO: direct Upload to this album
|
|
|
|
<br>
|
|
|
|
$if null media
|
|
|
|
This album is empty
|
|
|
|
$else
|
|
|
|
Images in this album:
|
2014-08-18 11:17:54 +00:00
|
|
|
$forall (Entity mediumId medium) <- media
|
2014-08-18 01:09:37 +00:00
|
|
|
<div class="thumbnails">
|
2014-08-18 11:17:54 +00:00
|
|
|
<a href=@{MediumR mediumId}>
|
2014-08-18 01:09:37 +00:00
|
|
|
<img src=#{mediumPath medium}><br>
|
|
|
|
#{mediumTitle medium}
|