Compare commits
1 Commits
b2f2e033dc
...
go-zveza
Author | SHA1 | Date | |
---|---|---|---|
320206118a |
@@ -1,3 +1,4 @@
|
||||
#macro(rank $rank)#if( $rank<0 )#set( $k = -$rank )${k}k#else#set( $d=$rank+1 )${d}d#end#end
|
||||
#if (!$tour)
|
||||
<div class="section">
|
||||
<h2 class="error">Invalid tournament id</h2>
|
||||
@@ -32,7 +33,9 @@
|
||||
<tr>
|
||||
<th>Table</th>
|
||||
<th>Black</th>
|
||||
<th>Rank</th>
|
||||
<th>White</th>
|
||||
<th>Rank</th>
|
||||
<th>Handicap</th>
|
||||
<th>Komi</th>
|
||||
</tr>
|
||||
@@ -49,7 +52,9 @@
|
||||
<tr>
|
||||
<td>Table $table</td>
|
||||
<td>$black.name $!black.firstname</td>
|
||||
<td>#rank($black.rank)</td>
|
||||
<td>$white.name $!white.firstname</td>
|
||||
<td>#rank($white.rank)</td>
|
||||
<td>$game.h</td>
|
||||
<td>$komi</td>
|
||||
</tr>
|
||||
|
Reference in New Issue
Block a user