update20130724
This commit is contained in:
6
View.php
6
View.php
@@ -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>";
|
||||
|
||||
Reference in New Issue
Block a user