update20130724

This commit is contained in:
stubbfel
2013-07-24 01:06:08 +02:00
parent 2bc4a3e89a
commit 3ec5d49b51
2 changed files with 34386 additions and 4809 deletions

View File

@@ -77,13 +77,13 @@ class View {
}
public function toHTML() {
$table = "<table border=\"1\"><colgroup width=\"100\" span=\"8\"></colgroup>";
$table = "<table border=\"1\"><colgroup width=\"100%\" span=\"8\"></colgroup>";
$table .= "<tr>";
$table .= "<th colspan=\"4\">ViewId:</th><th colspan=\"4\">$this->viewId</th>";
$table .= "</tr>";
$table .= "<tr>";
$table .= "<td colspan=\"2\">ClusterCount:</td><td colspan=\"2\" align=\"center\" >$this->clusterCount</td>";
$table .= "<td colspan=\"2\">PeerCount:</td><td colspan=\"2\" align=\"center\" >$this->peerCount</td>";
$table .= "<td colspan=\"1\">ClusterCount:</td><td colspan=\"3\" align=\"center\" >$this->clusterCount</td>";
$table .= "<td colspan=\"1\">PeerCount:</td><td colspan=\"3\" align=\"center\" >$this->peerCount</td>";
$table .= "</tr>";
$table .= "<tr>";
$table .= "<td>PeerClusterRatioRef:</td><td align=\"center\" >$this->peerClusterRatioRef </td>";

39189
mr.json Normal file → Executable file

File diff suppressed because it is too large Load Diff