]> WPIA git - gigi.git/blob - src/org/cacert/gigi/pages/account/domain/DomainPinglogForm.templ
Convert Pinglog into form.
[gigi.git] / src / org / cacert / gigi / pages / account / domain / DomainPinglogForm.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><button name='configId' value="<?=$configId?>"><?=_Re-execute?></button></td>
15 </tr>
16 <?}?>
17 </table>
18 <br/>