You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

12 lines
297 B

  1. <?php if(isset($error)):?>
  2. <p class="error"><?php h($error);?></p>
  3. <?php endif;?>
  4. <?php if(isset($ret)): ?>
  5. <div style="border:2px #ccc solid;margin-bottom:5px;background-color:#eeefff">
  6. <?php hm("responseserver"); ?>
  7. <div style="margin-top:5px">
  8. <?php h($ret);?>
  9. </div>
  10. </div>
  11. <?php endif;?>