No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 

11 líneas
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; ?>