]> WPIA git - gigi.git/blob - src/org/cacert/gigi/pages/account/DomainDetails.templ
UPD: Factor out PingConfig objects and pingconfig-form.
[gigi.git] / src / org / cacert / gigi / pages / account / DomainDetails.templ
1 <h2><?=_Ping log for?> '<?=$domainname?>'</h2>
2 <table class="wrapper dataTable">
3 <tr><th><?=_Type?></th>
4 <th><?=_State?></th>
5 <th><?=_Config?></th>
6 <th><?=_Result?></th>
7 <th><?=_Reping?></th></tr>
8 <? foreach($pings) { ?>
9 <tr>
10 <td><?=$type?></td>
11 <td><?=$state?></td>
12 <td><?=$config?></td>
13 <td><?=$result?></td>
14 <td><?=$configId?></td>
15 </tr>
16 <?}?>
17 </table>
18 <br/>
19 <?=$pingconfig?>