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

52 lines
1.5KB

  1. <!DOCTYPE html
  2. PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>">
  6. <title>{dede:wintitle/}</title>
  7. <link rel="stylesheet" type="text/css" href="css/base.css">
  8. </head>
  9. <body leftmargin="8">
  10. <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0" bordercolor="#111111"
  11. style="BORDER-COLLAPSE: collapse">
  12. <tr>
  13. <td width="100%" height="64" background="images/indextitlebg.gif">
  14. <img src="images/indextitle.gif" width="250" height="64" alt="Power by DedeCMSV6 OX">
  15. </td>
  16. </tr>
  17. <tr>
  18. <td width="100%" height="20" valign="top">
  19. <table width="100%" border="0" cellspacing="0" cellpadding="0">
  20. <tr>
  21. <td height="30"><IMG height=14 src="images/book1.gif" width=20>
  22. &nbsp;{dede:wecome_info/}
  23. </td>
  24. </tr>
  25. </table>
  26. </td>
  27. </tr>
  28. <tr>
  29. <td width="100%" height="1" background="images/sp_bg.gif"></td>
  30. </tr>
  31. <tr>
  32. <td width="100%" height="4"></td>
  33. </tr>
  34. <tr>
  35. <td width="100%" height="20">
  36. {dede:winform/}
  37. </td>
  38. </tr>
  39. <tr>
  40. <td width="100%" height="2" valign="top"></td>
  41. </tr>
  42. </table>
  43. <p align="center">
  44. {dede:lang_cms_powerby/}
  45. <br>
  46. <br>
  47. </p>
  48. </body>
  49. </html>