Re: [Zope] modification date of calling document
I was thinking of putting a "Last modified:" line in my standard_html_footer, but I don't (yet) see how to get the modification time of the document or method that is calling standard_html_footer.
Ok, I figured out how to do what I was trying to do. I have a python method called modDate in my Root Folder: d = context.REQUEST.PUBLISHED date = d.bobobase_modification_time().Date() return date and reference it from my standard_html_footer as <dtml-var modDate> Only now I realize that this is not all that useful as so many of my pages pull in their content from other objects. So how about a better question: Anyone know how to find the modification date for a composite page? Lee Harr missive@hotmail.com _________________________________________________________________ MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx
participants (1)
-
Lee Harr