[CS-Project-svn_notify] SF.net SVN: cs-project: [671] trunk
Brought to you by:
crazedsanity
From: <cra...@us...> - 2007-11-21 22:40:56
|
Revision: 671 http://cs-project.svn.sourceforge.net/cs-project/?rev=671&view=rev Author: crazedsanity Date: 2007-11-21 14:20:25 -0800 (Wed, 21 Nov 2007) Log Message: ----------- Updated tag listing. Modified Paths: -------------- trunk/templates/content/tags/index.content.tmpl Added Paths: ----------- trunk/public_html/images/bullet-round.png Added: trunk/public_html/images/bullet-round.png =================================================================== (Binary files differ) Property changes on: trunk/public_html/images/bullet-round.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Modified: trunk/templates/content/tags/index.content.tmpl =================================================================== --- trunk/templates/content/tags/index.content.tmpl 2007-11-21 21:40:05 UTC (rev 670) +++ trunk/templates/content/tags/index.content.tmpl 2007-11-21 22:20:25 UTC (rev 671) @@ -6,14 +6,24 @@ <tr> <td> <b>Available Tags:</b><BR> - <ul> + <table border="0" cellpadding="1" cellspacing="0"> <!-- BEGIN availableTagsList --> - <li><a href="{PHP_SELF}?showTag=%%tagNameId%%">(%%tagNameId%%) %%tagName%%</a></li> + <tr> + <td nowrap style="padding-left:5px;"> + <img src="/images/bullet-round.png" border="0"> + <a href="{PHP_SELF}?showTag=%%tagNameId%%"> %%tagName%%</a> + </td> + </tr> <!-- END availableTagsList --> - <!-- BEGIN availableTagsList_noLink --> - <li>(%%tagNameId%%) %%tagName%%</li> - <!-- END availableTagsList_noLink --> - </ul> + <!-- BEGIN availableTagsList_selected --> + <tr> + <td nowrap style="padding-left:5px;"> + <img src="/images/bullet-round.png" border="0"> + <b> %%tagName%%</b> + </td> + </tr> + <!-- END availableTagsList_selected --> + </table> </td> </tr> <tr> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |