eidolon/templates/medium.hamlet

27 lines
610 B
Text
Raw Normal View History

2014-08-18 04:06:16 +00:00
<h3>#{mediumTitle medium}
2014-09-05 19:00:03 +00:00
by <a href=@{UserR ownerName}>#{ownerName}</a> from album <a href=@{AlbumR albumId}>#{albumTitle album}</a>
2014-08-19 23:41:21 +00:00
2014-08-30 18:25:08 +00:00
2014-08-18 04:06:16 +00:00
<div class="image">
<img src=#{mediumPath medium}>
2014-08-19 23:41:21 +00:00
2014-08-18 04:06:16 +00:00
<div class="desc">
2014-08-18 11:18:42 +00:00
Uploaded on: #{formatTime defaultTimeLocale "%A %F %H:%M" (mediumTime medium)}<br>
2014-08-18 04:06:16 +00:00
Description:<br>
#{mediumDescription medium}
2014-08-30 18:25:08 +00:00
<br>
2014-09-14 03:03:13 +00:00
<div class="tags">
Tags:
<ul>
$if null (mediumTags medium)
none
$else
$forall tag <- mediumTags medium
<li>
<a href=@{TagR tag}>#{tag}
2014-08-30 18:25:08 +00:00
$if presence == True
<a href=@{MediumSettingsR mediumId}>Change medium settings