I was wondering how you would structure the DTML code to create a FSPoll exactly like the one on the zopezen.org site. The HTML code shows this poll is in a little table. I'm having a tough time figuring out how to call the poll using DTML. I'm just learning so please forgive my ignorance. I tried a bunch of combinations of the dtml-var tag and the dtml-with tag. I think what stumbling me is the URL format. You have to call up the question and then vote_small_html to display it in HTML. The URL is like ..question/vote_small_html. -- Joe
Well you can have a look at the code on zopezen.org http://www.zopezen.org/Polls/poll_box/view_source http://www.zopezen.org/Polls/vote_small_html/view_source Cheers. -- Andy McKay. ----- Original Message ----- From: "Joe Copeland" <joe@LADWP.net> To: <zope@zope.org> Sent: Thursday, May 17, 2001 12:44 AM Subject: [Zope] FSPoll question #2
I was wondering how you would structure the DTML code to create a FSPoll exactly like the one on the zopezen.org site. The HTML code shows this poll is in a little table. I'm having a tough time figuring out how to call the poll using DTML.
I'm just learning so please forgive my ignorance. I tried a bunch of combinations of the dtml-var tag and the dtml-with tag. I think what stumbling me is the URL format. You have to call up the question and then vote_small_html to display it in HTML. The URL is like ..question/vote_small_html.
-- Joe
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (2)
-
Andy McKay -
Joe Copeland