## This file is subject to the terms and conditions defined in ## file 'LICENSE', which is part of this source code package. ## Copyright (c) 2009 SKR Farms (P) LTD. <%inherit file="/base/basic1.html"/> <%namespace name="elements" file="/component/elements.html"/> <%! page_tooltips = [ [ 'TagCloud', """List of all tags. Font size corresponding to the number of items tagged. """ ], [ 'Tag', """List of all items (like tickets, projects, etc ...) tagged with a particular tag-name. """ ], [ 'Timeline', """Timeline gives a log of all updates done to Tag(s).""" ], ] %> <%def name="hd_script()"> ${parent.hd_script()} %def> <%def name="bd_body()"> <% if c.tag : pagebartext = "Timeline for tag: %s" % c.tag.tagname else : pagebartext = "Tags Timeline" tagcloud = '