Changeset 24
- Timestamp:
- 02/10/07 12:35:27 (2 years ago)
- Files:
-
- trunk/Memories/Photo.pm (modified) (1 diff)
- trunk/templates/nav (modified) (1 diff)
- trunk/templates/recent.rss (modified) (1 diff)
- trunk/templates/rhs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Memories/Photo.pm
r22 r24 15 15 recent => "uploaded", 16 16 popular => "hit_count", 17 rated => "rating/(1+rated)", 17 18 interesting => INTERESTINGNESS_ALGORITHM, 18 19 random => "rand()" trunk/templates/nav
r2 r24 3 3 <a href="[%base%]"><img src="[%base%]/static/memories.png"/></a> 4 4 </td><td align="right"> 5 [% FOR photo = request.recent _uploads%]5 [% FOR photo = request.recent %] 6 6 <a href="[%base%]/photo/view/[%photo.id%]"> 7 7 <img src="[% photo.thumb_url |uri%]" alt="[%photo.title|html%]"/> trunk/templates/recent.rss
r2 r24 5 5 <link>[%base%]</link> 6 6 <description>Recent photos from [%base %]</description> 7 [% FOR photo = request.recent _uploads%]7 [% FOR photo = request.recent %] 8 8 <item> 9 9 <title>[%photo.title|html%]</title> trunk/templates/rhs
r21 r24 19 19 <tr> 20 20 <td><a href="[%base%]/photo/popular">Most popular</a></td> 21 </tr> 22 <tr> 23 <td><a href="[%base%]/photo/rated">Highest rated</a></td> 21 24 </tr> 22 25 <tr>
