Update of /cvsroot/openinteract/OpenInteract2/extra_packages/delicious_tags/template
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25943/template
Modified Files:
tagged_objects.tmpl tag_listing.tmpl
Log Message:
add a couple of SPAN tags
Index: tagged_objects.tmpl
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract2/extra_packages/delicious_tags/template/tagged_objects.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** tagged_objects.tmpl 25 Nov 2004 03:14:05 -0000 1.2
--- tagged_objects.tmpl 27 Nov 2004 18:16:13 -0000 1.3
***************
*** 1,4 ****
[% FOREACH info = tag_info;
item_url = OI.make_url( BASE = info.url, do_not_escape = 1 ) %]
! o [% info.object_type %]: <a href="[% item_url %]">[% info.name %]</a> <br />
[% END %]
\ No newline at end of file
--- 1,4 ----
[% FOREACH info = tag_info;
item_url = OI.make_url( BASE = info.url, do_not_escape = 1 ) %]
! o <span class="taggedObject">[% info.object_type %]: <a href="[% item_url %]">[% info.name %]</a></span><br />
[% END %]
\ No newline at end of file
Index: tag_listing.tmpl
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract2/extra_packages/delicious_tags/template/tag_listing.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** tag_listing.tmpl 27 Nov 2004 17:07:08 -0000 1.1
--- tag_listing.tmpl 27 Nov 2004 18:16:13 -0000 1.2
***************
*** 3,6 ****
TASK = 'show_tagged_objects',
tag = tag_count.0 ); %]
! o <a href="[% tagged_objects_url %]">[% tag_count.0 %]</a> ([% tag_count.1 %]) <br />
[% END %]
--- 3,6 ----
TASK = 'show_tagged_objects',
tag = tag_count.0 ); %]
! o <span class="tagListing"><a href="[% tagged_objects_url %]">[% tag_count.0 %]</a> ([% tag_count.1 %])</span><br />
[% END %]
|