summaryrefslogtreecommitdiff
path: root/templates/player.html
blob: 2f622b20f15e6e72c9268e4ee04e6d2b10dcfdc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<html>
  <head>
    <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>
    <div class="container">
      <div class="btn-group static-menu" role="nav">
      </div>
      <div class="page-header">
        <h1>
          Oficjalny Ranking Brydżowy PZBS
          <small></small>
        </h1>
      </div>
      <div class="panel panel-default filters">
        <div class="panel-body">
          <h2 class="name">
            <a href="" target="_blank" class="pid-link">
              <span class="glyphicon glyphicon-new-window"></span>
            </a>
          </h2>
          <h3 class="club"></h3>
        </div>
      </div>
      <table class="history table table-striped table-hover table-bordered">
        <thead>
          <tr class="text-center">
            <th>Data</th>
            <th colspan="2">Miejsce</th>
            <th class="region" colspan="3">Okręg</th>
            <th class="gender" colspan="3">Płeć</th>
            <th class="age" colspan="3">Kat. wiekowa</th>
            <th>Wynik</th>
          </tr>
        </thead>
        <tbody>
          <tr class="missing">
            <td class="date text-right">
              <a href=""></a>
            </td>
            <td colspan="12" class="text-center">Brak notowania.</td>
          </tr>
          <tr class="normal">
            <td class="date text-right">
              <a href=""></a>
            </td>
            <td class="place text-right"></td>
            <td class="place-change"><span class="label"></span></td>
            <td class="region text-center">
              <a href=""></a>
            </td>
            <td class="region-place text-right"></td>
            <td class="region-place-change"><span class="label"></span></td>
            <td class="gender text-center">
              <a href=""></a>
            </td>
            <td class="gender-place text-right"></td>
            <td class="gender-place-change"><span class="label"></span></td>
            <td class="age text-center">
              <a href=""></a>
            </td>
            <td class="age-place text-right"></td>
            <td class="age-place-change"><span class="label"></span></td>
            <td class="score text-right">
              <span class="auto-tooltip"></span>
            </td>
          </tr>
        </tbody>
      </table>
      <div class="well well-sm">
        &copy; 2017-2018 - dla <a href="http://pzbs.pl">PZBS</a> <a href="https://github.com/emkael/pzbs-ranking">zrobił</a> <a href="https://emkael.info">mkl.</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>