|
|
@@ -1321,7 +1321,7 @@ function validateCompany(source) {
|
|
|
$showDetails .= "</select></form></br>";
|
|
|
|
|
|
if ($result) {
|
|
|
- $showDetails .= "<table class=\"table table-bordered table-hover table-striped table-condensed\"><thead><tr style=\"font-weight:bold;\"><td>Wartość</td><td>Liczba wystąpień</td><td>Procent występowania</td></tr></thead><tbody>";
|
|
|
+ $showDetails .= "<table name=\"3NWK\" class=\"table table-bordered table-hover table-striped table-condensed\"><thead><tr style=\"font-weight:bold;\"><td>Wartość</td><td>Liczba wystąpień</td><td>Procent występowania</td></tr></thead><tbody>";
|
|
|
$showDetails .= implode('', array_map(function($v) use ($keys) {
|
|
|
return "<tr><td>{$v['field']}</td><td>{$v['count']}</td><td>" . number_format(round($v['count'] / count($keys) * 100, 3), 3, ',', '') . "</td></tr>";
|
|
|
}, $result));
|