comparison montage/templates/sequence.html @ 35:1236913eaa97

STUB: montage/templates/sequence.html
author Jeff Hammel <k0scist@gmail.com>
date Sun, 30 Mar 2014 14:22:20 -0700
parents 3b77f318cfbf
children 9e1009aebf13
comparison
equal deleted inserted replaced
34:3b77f318cfbf 35:1236913eaa97
21 <a href="${image['link']}"> 21 <a href="${image['link']}">
22 <img src="${image['path']}" width="${width or None}" height="${height or None}" title="${image.get('title', image['description'])}"/> 22 <img src="${image['path']}" width="${width or None}" height="${height or None}" title="${image.get('title', image['description'])}"/>
23 </a> 23 </a>
24 <br/> 24 <br/>
25 <p py:if="${image.get('title', None)}"> 25 <p py:if="${image.get('title', None)}">
26 <i>${image.get('title', '')</i> 26 <i>${image.get('title', '')}</i>
27 </p> 27 </p>
28 ${image['description'])} 28 ${image['description'])}
29 </div> 29 </div>
30 <py:if test="(index - 1) in range(len(files))"> 30 <py:if test="(index - 1) in range(len(files))">
31 <a href="?index=${index - 1}" py:with="image=files[index - 1]"> 31 <a href="?index=${index - 1}" py:with="image=files[index - 1]">