国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
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.

view_msg.htm 1.1KB

3 years ago
3 years ago
3 years ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
3 years ago
3 years ago
1234567891011121314151617181920212223242526272829303132333435363738
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
  6. <title><?php echo $msgtitle;?>-<?php echo $cfg_webname;?></title>
  7. <link rel="stylesheet" href="/static/web/css/font-awesome.min.css">
  8. <link rel="stylesheet" href="/static/web/css/bootstrap.min.css">
  9. <link rel="stylesheet" href="/static/web/css/style.css">
  10. </head>
  11. <body>
  12. <?php ThemeInclude('top.htm');?>
  13. <main class="container py-3">
  14. <ol class="breadcrumb">
  15. <li class="breadcrumb-item"><a href="/">首页</a></li>
  16. <li class="breadcrumb-item">文档错误提示</li>
  17. </ol>
  18. <table class="table mb-0">
  19. <tr>
  20. <td colspan="2"><?php echo $moremsg;?></td>
  21. </tr>
  22. <tr>
  23. <td width="160">文档标题</td>
  24. <td><?php echo $arcLinktitle;?></td>
  25. </tr>
  26. <tr>
  27. <td>文档简介</td>
  28. <td><?php echo $description;?></td>
  29. </tr>
  30. <tr>
  31. <td>发布时间</td>
  32. <td><?php echo $pubdate;?></td>
  33. </tr>
  34. </table>
  35. </main>
  36. <?php ThemeInclude('foot.htm');?>
  37. </body>
  38. </html>