国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

42 lines
1.3KB

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>">
  5. <title>{dede:wintitle/}</title>
  6. <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css">
  7. <link rel="stylesheet" href="../static/web/css/admin.css">
  8. </head>
  9. <body>
  10. <table width="98%" align="center" cellpadding="0" cellspacing="0">
  11. <tr>
  12. <td width="100%" height="64" background="../static/web/img/indextitlebg.gif"><img src="images/indextitle.gif"></td>
  13. </tr>
  14. <tr>
  15. <td width="100%" height="26">
  16. <table width="100%" cellspacing="0" cellpadding="0">
  17. <tr>
  18. <td height="26"><i class="fa fa-book"></i>
  19. &nbsp;{dede:wecome_info/}
  20. </td>
  21. </tr>
  22. </table>
  23. </td>
  24. </tr>
  25. <tr>
  26. <td width="100%" height="1" background="../static/web/img/sp_bg.gif"></td>
  27. </tr>
  28. <tr>
  29. <td width="100%" height="4"></td>
  30. </tr>
  31. <tr>
  32. <td width="100%" height="26">{dede:winform/}</td>
  33. </tr>
  34. <tr>
  35. <td width="100%" height="2"></td>
  36. </tr>
  37. </table>
  38. <p align="center">
  39. {dede:lang_cms_powerby/}
  40. </p>
  41. </body>
  42. </html>