fileNotSupported.ftl 1013 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8"/>
  5. <style type="text/css">
  6. body {
  7. margin: 0 auto;
  8. width: 900px;
  9. background-color: #CCB;
  10. }
  11. .container {
  12. width: 700px;
  13. height: 700px;
  14. margin: 0 auto;
  15. }
  16. img {
  17. width: auto;
  18. height: auto;
  19. max-width: 100%;
  20. max-height: 100%;
  21. padding-bottom: 36px;
  22. }
  23. span {
  24. display: block;
  25. font-size: 20px;
  26. color: blue;
  27. }
  28. </style>
  29. </head>
  30. <body>
  31. <div class="container">
  32. <img src="images/sorry.jpg"/>
  33. <span>
  34. 该(${fileType})文件,系统暂不支持在线预览,具体原因如下:
  35. <p style="color: red;">${msg}</p>
  36. </span>
  37. <p>有任何疑问,请加入kk开源社区知识星球咨询:<a href="https://t.zsxq.com/09ZHSXbsQ">https://t.zsxq.com/09ZHSXbsQ</a><br></p>
  38. </div>
  39. </body>
  40. </html>