Remove table borders
[plack-app-gruntmaster.git] / tmpl / ct.en
... / ...
CommitLineData
1<div id="running">
2<h1>Running contests</h1>
3<table class="table table-striped">
4<thead>
5<tr><th>Name<th>Start date<th>Stop date<th>Owner
6</thead>
7
8<tbody>
9<tr><td class="name"><a href="/ct/id">Contest name</a><td class="start">...<td class="stop">...<td class="owner"><a href="/us/id">Owner name</a>
10</table>
11</div>
12
13<div id="pending">
14<h1>Pending contests</h1>
15<table class="table table-striped">
16<thead>
17<tr><th>Name<th>Start date<th>Stop date<th>Owner
18</thead>
19
20<tbody>
21<tr><td class="name"><a href="/ct/id">Contest name</a><td class="start">...<td class="stop">...<td class="owner"><a href="/us/id">Owner name</a>
22</table>
23</div>
24
25<div id="finished">
26<h1>Finished contests</h1>
27<table class="table table-striped">
28<thead>
29<tr><th>Name<th>Start date<th>Stop date<th>Owner
30</thead>
31
32<tbody>
33<tr><td class="name"><a href="/ct/id">Contest name</a><td class="start">...<td class="stop">...<td class="owner"><a href="/us/id">Owner name</a>
34</table>
35</div>
This page took 0.008263 seconds and 4 git commands to generate.