~ubuntu-branches/ubuntu/utopic/lazygal/utopic

« back to all changes in this revision

Viewing changes to themes/test/feeditem.thtml

  • Committer: Package Import Robot
  • Author(s): Michal Čihař
  • Date: 2012-05-14 10:26:46 UTC
  • mfrom: (1.2.10)
  • Revision ID: package-import@ubuntu.com-20120514102646-a8aqsadph5u2s2sf
Tags: 0.7.2-1
* New upstream release.
  - Fix video thumbnailing handling (Closes: #662118).
  - Fixes French translation (Closes: #664167).
* Clean generated files in clean phase (Closes: #671317).
* Bump standards to 3.9.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<div xmlns:py="http://genshi.edgewall.org/">
2
 
    <p py:if="desc" py:content="desc"></p>
3
 
    <p><img src="$album_pic_path" alt="album picture"/></p>
4
 
    <p>
5
 
        <py:if test="subgal_count > 0">$subgal_count ${_('sub-galleries')},</py:if>
6
 
        $picture_count ${_('photos')}
7
 
    </p>
8
 
</div>