Edgewall Software

Changes between Version 16 and Version 17 of HelperFunctions


Ignore:
Timestamp:
Aug 28, 2007, 7:05:48 PM (17 years ago)
Author:
cmlenz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HelperFunctions

    v16 v17  
    8282
    8383{{{
    84 #!xml
     84#!genshi
    8585<table py:with="fields = ['a', 'b', 'c', 'd', 'e']">
    8686  <tr py:for="row in group(fields, 2)">
     
    184184
    185185{{{
    186 #!xml
     186#!genshi
    187187<div py:with="items, num_items, num_pages = paginate(range(1, 24), cur_page - 1)">
    188188  <h1>Page ${cur_page} of ${num_pages}</h1>