shogi-server source
リビジョン | a5eecd34d1379ea5b8c0abe2c773439f465b68d7 (tree) |
---|---|
日時 | 2015-01-20 22:48:29 |
作者 | Daigo Moriwaki <daigo@debi...> |
コミッター | Daigo Moriwaki |
[mk_html] Links to details pages for players now use a relative path so that it works on a testing site.
@@ -1,3 +1,12 @@ | ||
1 | +2015-01-20 Daigo Moriwaki <daigo at debian dot org> | |
2 | + | |
3 | + * [mk_rate] | |
4 | + - Getting an absolute path of this file was wrong if it was a | |
5 | + symbolic link. This issue has been addressed. | |
6 | + * [mk_html] | |
7 | + - Links to details pages for players now use a relative path so | |
8 | + that it works on a testing site. | |
9 | + | |
1 | 10 | 2015-01-17 Daigo Moriwaki <daigo at debian dot org> |
2 | 11 | |
3 | 12 | * [shogi-server] |
@@ -172,7 +172,7 @@ def main | ||
172 | 172 | %> |
173 | 173 | <tr class="<%=player_decoration%>"> |
174 | 174 | <td class="name"> |
175 | - <a id="popup<%=popup_id+=1%>" href="http://wdoor.c.u-tokyo.ac.jp/shogi/view/show-player.cgi?event=LATEST&filter=floodgate&show_self_play=1&user=<%=u key%>"><%= h yaml[key]['name'] %></a> | |
175 | + <a id="popup<%=popup_id+=1%>" href="/shogi/view/show-player.cgi?event=LATEST&filter=floodgate&show_self_play=1&user=<%=u key%>"><%= h yaml[key]['name'] %></a> | |
176 | 176 | <script type="text/javascript"> |
177 | 177 | var tooltip<%=popup_id%> = new YAHOO.widget.Tooltip("myTooltip", { |
178 | 178 | context:"popup<%=popup_id%>", |