added js support to cvs and produced static js file
[nyc.indymedia.org.git] / etc / producer / topiccount.template
1             <table id="topicCount" cellspacing="0">
2                <list topicCounts as tc><tr>
3                   <td class="count"><p>${tc.count}</p></td>
4                   <td class="topic"><p><a href="${config["Producer.DocRoot"]}/${language.code}/${tc.filename}/archive.html">${tc.title}</a></p></td>
5                </tr></list>
6             </table>
7             <script language="JavaScript 1.2" type="text/javascript">
8             <!-- 
9             
10                // <table> row rollovers: set table id, then include 
11                // rollover.row.js script
12                var tableId = "topicCount";
13             
14             // -->
15             </script>
16             <script language="JavaScript 1.2" type="text/javascript"
17                src="/js/rollover.row.js"
18             ></script>