Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 

11 rader
367 B

  1. <h3><a href="<?php h(url("server.processlist"));?>"><?php hm("processlist"); ?></a> &raquo; <?php hm("killoperation"); ?> '<?php h(x("opid"));?>'</h3>
  2. <?php if(isset($ret)):?>
  3. <div style="border:2px #ccc solid;margin-bottom:5px;background-color:#eeefff">
  4. <?php hm("responseserver"); ?>
  5. <div style="margin-top:5px">
  6. <?php h($ret);?>
  7. </div>
  8. </div>
  9. <?php endif; ?>