Update of /cvsroot/openinteract/OpenInteract2/pkg/object_tags/template
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8107/template
Added Files:
tags_for_object.tmpl
Log Message:
add simple template for listing a bunch of tags next to a label
--- NEW FILE: tags_for_object.tmpl ---
[% MSG( 'object_tags.label.tags' ) -%]
[%- FOREACH tag_info = tag_and_count;
tagged_objects_url = OI.make_url( ACTION = 'tags',
TASK = 'show_tagged_objects',
tag = tag_count.0 ); -%]
<a href="[% tagged_objects_url %]">[% tag_count.0 %]</a>
[% END -%]
|