mirror of https://github.com/zlatinb/muwire
display tables side by side
parent
c607560cb8
commit
5ded824ef2
|
@ -28,18 +28,16 @@ String pagetitle=Util._t("Trust Lists");
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<hr/>
|
<hr/>
|
||||||
<div id="table-wrapper">
|
|
||||||
<div id="table-scroll">
|
|
||||||
<center><div id="currentList"></div></center>
|
<center><div id="currentList"></div></center>
|
||||||
|
<table>
|
||||||
<thead><tr><th>Trusted</th><th>Distrusted</th></tr></thead>
|
<thead><tr><th>Trusted</th><th>Distrusted</th></tr></thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td><div id="trusted"></div></td>
|
<td><div id="table-wrapper"><div id="table-scroll"><div id="trusted"></div></div></div></td>
|
||||||
<td><div id="distrusted"></div></td>
|
<td><div id="table-wrapper"><div id="table-scroll"><div id="distrusted"></div></div></div></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</div>
|
</table>
|
||||||
</div>
|
|
||||||
<hr/>
|
<hr/>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in New Issue