[Zope] Open an HTML file in zope
sujitha mary
suji102000 at yahoo.co.in
Wed Jun 18 05:14:10 EDT 2008
Hi,
I need to open and display an HTML file in zope.For that I uploaded the file as DTML document and tried to retrieve it from a page template.this is code which i wrote for this:
<pre>
<span tal:condition="python:n=='geneprot'" tal:replace="here/PH226">this will
</span></pre>
'PH226' is the name of my uploaded file.
If i need to display more than one file at a time wht should i do?i tried to modify my code for displaying the files which is selected by the user thru' a form.But it didn't work:
This is the piece of code which i used
<span tal:define="x request/phageid">
<pre>
<span tal:condition="python:n=='geneprot'" tal:replace="here/x">this will
</span></pre></span>
---------------------------------
Explore your hobbies and interests. Click here to begin.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.zope.org/pipermail/zope/attachments/20080618/80d68cb3/attachment.html
More information about the Zope
mailing list