<!-- /* Copyright (c) 2011, David Morley. This file is licensed under the Affero General Public License version 3 or later. See the COPYRIGHT file. */ -->
<tableid="myTable"class="tablesorter"width="75%">
<tableid="myTable"class="tablesorter"width="98%">
<thead>
<tr>
<thwidth="220px">Diaspora Pod<aclass="tipsy"title="A pod is a site for you to set up your account.">?</a></th>
...
...
@@ -8,6 +9,7 @@
od last updated from the main Diaspora code.">?</a></th>
<th>Uptime<aclass="tipsy"title="Percent of the time the pod is online for <?phpechodate("F")?>.">?</a></th>
<th>Months<aclass="tipsy"title="How many months has this pod been online? Click number for more history.">?</a></th>
<th>Rating<aclass="tipsy"title="User and Admin rating for this pod.">?</a></th>
<th>Response Time<aclass="tipsy"title="Average response time for <?phpechodate("F")?>.">?</a></th>
<th>Ipv6<aclass="tipsy"title="Does this pod look to have ipv6">?</a></th>
</tr>
...
...
@@ -30,11 +32,23 @@ od last updated from the main Diaspora code.">?</a></th>
}
while($row=pg_fetch_array($result)){
if($row["secure"]=="true"){$method="https://";$class="green";$tip="This pod uses SSL encryption for traffic.";}else{$method="http://";$class="red";$tip="This pod does not offer SSL";}