Re: [Zope] External Methods

2001-01-05 Thread Ryan M. Dolensek
Try... for k,v in form.items(): k should contain the key name v should contain the value Otherwise... value = form['Name_Of_Variable_OF_my_form'] Hope that helps. Ryan Hello, Ok Sirs, I'm very late in my checking my mailbox ;-) I've a question in this code above : How can I get

Re: [Zope] I want to use html_quote as a function

2000-10-16 Thread Ryan M. Dolensek
try... dtml-call "REQUEST.set('htmldesc',utils.httpEscapedString(REQUEST['description']))" ryan Soren Roug wrote: Hi, I can render text that potentially has html in it safely with dtml-var description html_quote but what if I want to assign the quoted result to another variable. I

Re: [Zope] Subtracting DateTimes?????

2000-10-05 Thread Ryan M. Dolensek
Try... dtml-if "(ZopeTime()).toZone('US/Central').h_24() == 2 and (ZopeTime()).toZone('US/Central').minute() = 45" dtml-commentTime to show backup warning!/dtml-comment /dtml-if Daniel Rusch wrote: We backup our database every night at 3:00 AM CT. 15 minutes prior to this (i.e. 2:45 AM) I