Re: [Zope] display HTML files using TAL

2008-06-09 Thread Tino Wildenhain

Hi,

sujitha mary wrote:

Hi all,
I need help in displaying a set of HTML files .I have created a TAL code 


explain display.

which stores the name of the files in a list.But i don't know how to 
pass this values.


pass to where? How does a code store anything? To where?


this is my code
here 'x' is the list that contains file names. i have uploaded the files 
as DTML document.


span tal:condition=python:n=='geneprot' tal:replace=structure 
python:here.xthis  will be replaced/span


You want to replace span / with the contents of here/x?
Why do you think you need structure or python: ?

maybe you can tell us where exactly your approach fails?

Regards
Tino


smime.p7s
Description: S/MIME Cryptographic Signature
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


[Zope] display HTML files using TAL

2008-06-08 Thread sujitha mary
Hi all,
I need help in displaying a set of HTML files .I have created a TAL code which 
stores the name of the files in a list.But i don't know how to pass this values.
this is my code
here 'x' is the list that contains file names. i have uploaded the files as 
DTML document.

span tal:condition=python:n=='geneprot' tal:replace=structure 
python:here.xthis  will be replaced/span

plz help.


   
-
 Bring your gang together. Do your thing. Find your favourite Yahoo! Group.___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )