summaryrefslogtreecommitdiff
path: root/templates/player.html
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2017-06-07 23:42:49 +0200
committeremkael <emkael@tlen.pl>2017-06-07 23:42:49 +0200
commit516679dc7d2f94d2b84b389361cac1b1b1336d3e (patch)
treea8587858b4f8a13a423ef4474ac75c86b7748272 /templates/player.html
parent8905ba09f9132370c34220ec48bf4b4a5de97106 (diff)
Tooltips for precise ranking values
Diffstat (limited to 'templates/player.html')
-rw-r--r--templates/player.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/templates/player.html b/templates/player.html
index ae21ccb..538a2cd 100644
--- a/templates/player.html
+++ b/templates/player.html
@@ -4,6 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Oficjalny Ranking Brydżowy PZBS</title>
<link rel="stylesheet" href="../res/bootstrap.min.css" />
+ <link rel="stylesheet" href="../res/jquery.qtip.min.css" />
<link rel="stylesheet" href="../res/ranking.css" />
</head>
<body>
@@ -63,7 +64,9 @@
</td>
<td class="age-place text-right"></td>
<td class="age-place-change"><span class="label"></span></td>
- <td class="score text-right"></td>
+ <td class="score text-right">
+ <span class="score-tip"></span>
+ </td>
</tr>
</tbody>
</table>
@@ -71,5 +74,7 @@
&copy; 2017 - dla <a href="http://pzbs.pl">PZBS</a> zrobił <a href="https://emkael.info">mkl.</a> Też sobie <a href="https://github.com/emkael/pzbs-ranking">zrób.</a>
</div>
</div>
+ <script type="text/javascript" src="../res/jquery-2.2.4.min.js"></script>
+ <script type="text/javascript" src="../res/jquery.qtip.min.js"></script>
</body>
</html>