Changeset 44
- Timestamp:
- 03/24/07 14:58:47 (1 year ago)
- Files:
-
- trunk/templates/macros (modified) (1 diff)
- trunk/templates/nav (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/templates/macros
r19 r44 7 7 [% MACRO minithumb(photo) BLOCK %] 8 8 <a href="[%base%]/photo/view/[%photo.id%]"> 9 <img src="[% photo.thumb_url |uri%]" alt="[%photo.title|html%]"/>9 <img src="[% photo.thumb_url %]" alt="[%photo.title|html%]"/> 10 10 </a> 11 11 [% END; MACRO thumb(photo, album) BLOCK %] trunk/templates/nav
r24 r44 5 5 [% FOR photo = request.recent %] 6 6 <a href="[%base%]/photo/view/[%photo.id%]"> 7 <img src="[% photo.thumb_url |uri%]" alt="[%photo.title|html%]"/>7 <img src="[% photo.thumb_url%]" alt="[%photo.title|html%]"/> 8 8 </a> 9 9 [% END %]
