Zope / TAL / Javascript : Zope Photoalbum product

Creative Commons License
This work is licensed under a Creative Commons License. Commercial license available upon request.
Copyright © 2001-2005 Eric Pollmann.

This Zope product implements a photo album - it uses javascript to dynamically swap in thumbnails and to change the image displayed, which reduces latency. Accepts 'p' and 'n' keypresses to move to 'previous' and 'next' image. See an online example.

It is designed to fit within a template for your site. For example, my site has a single index_html in the root folder that is used by acquisition for all subfolders. It contains the following, which displays the content for a page (in this case, the photo album): Soon to be updated, email me for latest version that also works with VarImage Demo VarImage Photoalbum

      <div tal:condition="python:hasattr(here.aq_explicit,'content')"
           tal:replace="structure here/content">
        Content goes here
      </div>
  

Download Zope Photoalbum product