国内流行的内容管理系统(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.

36 lines
1.3KB

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="{dede:global name='cfg_soft_lang'/}">
  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="<?php echo $cfg_cmsurl; ?>/static/web/css/bootstrap.min.css">
  8. <link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/font/css/font-awesome.min.css">
  9. <link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/css/style.css">
  10. <script src="<?php echo $cfg_cmsurl; ?>/static/web/js/jquery.min.js"></script>
  11. </head>
  12. <body>
  13. <?php pasterTempletDiy('header.htm');?>
  14. <div class="container">
  15. <div class="formbox">
  16. <table width="100%" cellpadding="3" cellspacing="1" bgcolor="#DDEAC8" class="table">
  17. <tr bgcolor="#EFF4EA">
  18. <td colspan="2">错误具体提示信息:</td>
  19. </tr>
  20. <tr>
  21. <td colspan="2" align="center"><?php echo $moremsg; ?></td>
  22. </tr>
  23. <tr>
  24. <td width="30%" align="center">栏目名称:</td>
  25. <td width="70%" ><?php echo $lv->Fields['typename']; ?></td>
  26. </tr>
  27. <tr>
  28. <td align="center">栏目简介:</td>
  29. <td><?php echo $lv->Fields['description']; ?></td>
  30. </tr>
  31. </table>
  32. </div>
  33. </div>
  34. <?php pasterTempletDiy('footer.htm');?>
  35. </body>
  36. </html>