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.
 
 
 
 
 
 

22 lines
1.1 KiB

  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_success">
  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 class="margin-big-bottom">接下来,是见证奇迹的时刻,框架的使用,请查看框架使用手册</h4>
  12. <hr>
  13. <div class="margin-big-top" >
  14. <a href="<?php echo $apiUrl; ?>" class="button bg-green">测试请求</a>
  15. <a href="http://www.phalapi.net/wikis/" class="button bg-yellow margin-left">查看开发文档</a>
  16. <a href="http://qa.phalapi.net/" class="button bg-blue margin-left">访问开发者社区</a>
  17. </div>
  18. </div>
  19. </div>
  20. <?php include dirname(__FILE__) . DIRECTORY_SEPARATOR . '_footer.php'; ?>