Extracted HTML from files and into templates
[viewsvn.git] / templates / default / diff_line.tpl
1 <if condition="$show['hunk']">
2 <tr style="background-color: #F7F7F7">
3 <td><a href="/viewsvn/$rlow">r$low</a></td>
4 <td><a href="/viewsnv/$rhigh">r$high</a></td>
5 <td>&nbsp;</td>
6 </tr>
7 <else />
8 <tr style="background-color: #EEEEDD; border-width: 0px 1px 1px 0px">
9 <td>$line[oldlineno]</td>
10 <td>$line[newlineno]</td>
11 <td style="background-color: $color">$line[line_clean]</td>
12 </tr>
13 </if>