error.html 771 B

123456789101112131415161718192021222324252627
  1. <!DOCTYPE html>
  2. <html>
  3. <head lang="en">
  4. <include file="appapi@head"/>
  5. <title>身份信息</title>
  6. <style type="text/css">
  7. body{
  8. background: #FFF;
  9. }
  10. .title2{color: #526165;text-align: center;margin-top: 4%;}
  11. img{width: 18%;margin: 30% 41% 9%;}
  12. p{width:90%;margin:0 auto;color: #B4C1C7;text-align: left;line-height: 150%}
  13. .alink{color:#00D8C9;text-decoration:underline; }
  14. </style>
  15. </head>
  16. <body>
  17. <img src="__STATIC__/appapi/images/auth/error.jpg">
  18. <div class="title2">
  19. 您的认证没有通过,请<a class="alink" href="/Appapi/auth/index?uid={$uid}&token={$token}&reset=1">重新认证</a>
  20. <br/>
  21. <br/>
  22. <p>{$reason}<br></p>
  23. </div>
  24. <include file="appapi@footer"/>
  25. </body>
  26. </html>