Changeset 32:b25c89d693cf in documentViewer for zpt


Ignore:
Timestamp:
Apr 11, 2006, 5:27:57 PM (18 years ago)
Author:
casties
Branch:
default
Message:

version 0.2.3 - first version with access control!

  • defaults to open when no access info
  • uses any logged in user for local access
File:
1 edited

Legend:

Unmodified
Added
Removed
  • zpt/thumbs_main.zpt

    r25 r32  
    1111      tal:content="python:(grp*grpsize+1)"/>
    1212  </select>
    13   <span tal:condition="python:(start+grpsize<docinfo['numPages'])">
     13  <span tal:condition="python:(start+grpsize<int(docinfo['numPages']))">
    1414    <a tal:attributes="href python:here.getLink(param='start',val=start+grpsize)">&gt;</a>
    1515  </span>
Note: See TracChangeset for help on using the changeset viewer.