[MERGE][PQM] Switching the web UI to use a SimpleTAL template

Martin Albisetti argentina at gmail.com
Thu Jul 10 14:03:57 BST 2008


On Thu, Jul 10, 2008 at 1:51 PM, Daniel Watkins
<daniel at daniel-watkins.co.uk> wrote:
> The attached converts from using Mako templates to using SimpleTAL,
> that being the general consensus of what would be best.

Cool, thanks for doing that.

This isn't really that important, but you can do some things differently, like:

instead of:
<div tal:replace="current_time">foo</div></p>

do:
<div tal:content="current_time"/>

And, instead of:
<div tal:omit-tag="" tal:condition="message/pqm_managed">

do:
<tal:block tal:condition="message/pqm_managed">


I'm happy to see you working on PQM!

cheers,

Martin



More information about the bazaar mailing list