File:  [Repository] / ImageArchive / zpt / thumbNewWindow.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Mon Jul 19 17:16:59 2004 UTC (19 years, 10 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
missing files addded

<html>
<body>
<span tal:replace="structure here/firstSets"/> 
<span tal:replace="structure here/prevSets"/> 
<span tal:replace="structure here/nextSets"/>
<span tal:replace="structure here/lastSets"/> 

<table tal:define="colRows python:here.getColTimesRow()">
<tr tal:repeat="i python:here.show_thumbs_rows(colRows[0],numberOfRows=colRows[1])">
  <td tal:repeat="thumb python:here.show_thumbs_columns(i,colRows[0])">
	<a tal:attributes="id thumb;href python:'./zogilib?fn='+here.ImageViewerPath+'/'+thumb" target="digilib">
	<span tal:replace="structure python:getattr(getattr(here,thumb),'thumb')()"/><br/>
	<span tal:replace="structure python:getattr(getattr(here,thumb),'title')"/>
	</a>
	<span tal:condition="python:hasattr(getattr(here,thumb),'meta')">
	<span tal:condition="not:python:getattr(here,thumb).getMeta()==None">
	<br>
	<a tal:attributes="href python:getattr(getattr(here,thumb),'getMeta')()" target="right">
 Meta</a>
	</span></span>
  </td>
</tr>
</table>

</body>
</html>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>