mirror of https://github.com/zlatinb/muwire
wip on trust lists
parent
662b065116
commit
2a4fae8de4
|
@ -32,7 +32,7 @@ function updateDiv(name, list) {
|
||||||
html += "<td>" + list[i].user + "</td>"
|
html += "<td>" + list[i].user + "</td>"
|
||||||
html += "<td>" + list[i].reason + "</td>" // maybe in <pre>
|
html += "<td>" + list[i].reason + "</td>" // maybe in <pre>
|
||||||
html += "<td>" + list[i].status + "</td>"
|
html += "<td>" + list[i].status + "</td>"
|
||||||
html += "</tr">
|
html += "</tr>"
|
||||||
}
|
}
|
||||||
|
|
||||||
document.getElementById(name).innerHTML = html
|
document.getElementById(name).innerHTML = html
|
||||||
|
|
|
@ -30,7 +30,7 @@ String pagetitle="Trust Lists";
|
||||||
<div id="table-wrapper">
|
<div id="table-wrapper">
|
||||||
<div id="table-scroll">
|
<div id="table-scroll">
|
||||||
<center><div id="currentList"></div></center>
|
<center><div id="currentList"></div></center>
|
||||||
<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="trusted"></div></td>
|
||||||
|
|
Loading…
Reference in New Issue