hello,

I have a page template for showing the result of a
table. i want to do a next and a previous button.
some body can help me i tried some batch code but with
no success.

my table is
<table border="1" align="center" width="100%"
cellspacing="0" cellpadding="2">
 <tbody>
 <tr bgcolor="#ece9d8"> 
 <th>id</th>
 <th>customer</th>
 <th>phone</th>

 </tr>
 <tr align="right" bgcolor="#ffffff" tal:repeat="items
here/ref_zsql"> 
 <td align="left" tal:content="items/id">id</td>
 <td align="left" tal:content="items/name">name</td>
 <td align="left" tal:content="items/phone"></td>
 </tr>
 </tbody>
 </table>
thanks
 G.




        

        
                
___________________________________________________________________________ 
Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! 
Profitez des connaissances, des opinions et des expériences des internautes sur 
Yahoo! Questions/Réponses 
http://fr.answers.yahoo.com
_______________________________________________
cps-users mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/cps-users

Reply via email to