comparison montage/templates/sequence.html @ 36:9e1009aebf13

STUB: montage/templates/sequence.html
author Jeff Hammel <k0scist@gmail.com>
date Sun, 30 Mar 2014 14:22:55 -0700
parents 1236913eaa97
children 87e02281dcac
comparison
equal deleted inserted replaced
35:1236913eaa97 36:9e1009aebf13
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]">
32 ${image.get('title') or image.get('description') or '&laquo;&laquo;'} 32 ${image.get('title') or image.get('description') or '&laquo;&laquo;'}
33 </a> 33 </a>