CURTIS David wrote:
Greetings,
I wish to use use the data of the database file in my html code. For example, this database was last updated on 06/06/2000. I suppose that there must be a dynamic html tag that zope uses. What could it be? I looked at all the documentation and have yet to discover it. <DTML-ZOPE-FILE-DATE> Any help is apprechiated.
I think you're looking for bobobase_modification_time , like <dtml-var name="bobobase_modification_time"> It's called that for hysterical reasons. ethan mindlace fremen zopatista community liason (thanks to MJ for the "correct" spelling of zopatista)
On Wed, 7 Jun 2000, ethan mindlace fremen wrote:
CURTIS David wrote:
I wish to use use the data of the database file in my html code. For example, this database was last updated on 06/06/2000. I suppose that there must be a dynamic html tag that zope uses. What could it be? I looked at all the documentation and have yet to discover it. <DTML-ZOPE-FILE-DATE> Any help is apprechiated.
I think you're looking for bobobase_modification_time , like
<dtml-var name="bobobase_modification_time">
If, on the other hand, you really want the last updated date of the Data.fs file (ie: the whole ZODB database), you will probably have to write an external method to snarf it and return it. --RDM
participants (3)
-
Cornelis J. de Brabander -
ethan mindlace fremen -
R. David Murray