mercurial/templates/paper/graph.tmpl
branchstable
changeset 17580 ffe3630cb243
parent 17421 3eb85477c0d9
child 18200 b31266671918
equal deleted inserted replaced
17544:26ebc7f72fe6 17580:ffe3630cb243
    68 	color = this.setColor(color, 0.25, 0.75);
    68 	color = this.setColor(color, 0.25, 0.75);
    69 	this.ctx.arc(x, y, radius, 0, Math.PI * 2, true);
    69 	this.ctx.arc(x, y, radius, 0, Math.PI * 2, true);
    70 	this.ctx.fill();
    70 	this.ctx.fill();
    71 	
    71 	
    72 	var bg = '<li class="bg parity' + parity + '"></li>';
    72 	var bg = '<li class="bg parity' + parity + '"></li>';
    73 	var left = (this.columns + 1) * this.bg_height;
    73 	var left = (this.bg_height - this.box_size) + (this.columns + 1) * this.box_size;
    74 	var nstyle = 'padding-left: ' + left + 'px;';
    74 	var nstyle = 'padding-left: ' + left + 'px;';
    75 
    75 
    76 	var tagspan = '';
    76 	var tagspan = '';
    77 	if (cur[7].length || cur[8].length || (cur[6][0] != 'default' || cur[6][1])) \{
    77 	if (cur[7].length || cur[8].length || (cur[6][0] != 'default' || cur[6][1])) \{
    78 		tagspan = '<span class="logtags">';
    78 		tagspan = '<span class="logtags">';