comparison templates/monoblue/graph.tmpl @ 10277:17c6d5eab25d stable

templates: do not add "ago" twice After 1d75c683ada1, "ago" is added by the ago template filter.
author Martin Geisler <mg@lazybytes.net>
date Sat, 23 Jan 2010 16:54:53 +0100
parents 8b47efdf40ee
children
comparison
equal deleted inserted replaced
10275:3a1f29b63b9f 10277:17c6d5eab25d
58 58
59 } 59 }
60 60
61 var revlink = '<li style="_STYLE"><span class="desc">'; 61 var revlink = '<li style="_STYLE"><span class="desc">';
62 revlink += '<a href="{url}rev/_NODEID{sessionvars%urlparameter}" title="_NODEID">_DESC</a>'; 62 revlink += '<a href="{url}rev/_NODEID{sessionvars%urlparameter}" title="_NODEID">_DESC</a>';
63 revlink += '</span>_TAGS<span class="info">_DATE ago, by _USER</span></li>'; 63 revlink += '</span>_TAGS<span class="info">_DATE, by _USER</span></li>';
64 64
65 graph.vertex = function(x, y, color, parity, cur) { 65 graph.vertex = function(x, y, color, parity, cur) {
66 66
67 this.ctx.beginPath(); 67 this.ctx.beginPath();
68 color = this.setColor(color, 0.25, 0.75); 68 color = this.setColor(color, 0.25, 0.75);