Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

3 anni fa
12345678910111213141516171819
  1. <?php defined('PHALAPI_INSTALL') || die('no access'); ?>
  2. <?php include dirname(__FILE__) . DIRECTORY_SEPARATOR . '_header.php'; ?>
  3. <div class="radius bg bouncein window window_small">
  4. <div class="window_title t_error">
  5. <span class="icon-circle"> </span>
  6. <span class="icon-circle"></span>
  7. <span class="margin-small-left">错误提示</span>
  8. </div>
  9. <div class="padding-large text-black">
  10. <h1 class="margin-small-bottom" >安装遇到问题</h1>
  11. <h4><?php echo $error ?></h4>
  12. <hr>
  13. <div class="margin-big-top" >
  14. <a class="button bg-yellow margin-small-right" href="#" role="button"> 我知道了 </a>
  15. <button class="button">取消</button>
  16. </div>
  17. </div>
  18. </div>
  19. <?php include dirname(__FILE__) . DIRECTORY_SEPARATOR . '_footer.php'; ?>