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

138 lines
4.0KB

  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><?php echo $cfg_webname; ?>_留言本</title>
  6. <link href="<?php echo $cfg_templeturl; ?>/default/style/dedecms.css" rel="stylesheet" type="text/css" media="screen" />
  7. <style>
  8. .lefttd {
  9. border-left:1px solid #dedede;
  10. border-right:1px solid #dedede;
  11. }
  12. .ltd {
  13. border-left:1px solid #dedede;
  14. border-right:1px solid #dedede;
  15. border-top:1px solid #dedede;
  16. border-bottom:1px dashed #dedede;
  17. }
  18. .msgtd {
  19. line-height:180%;
  20. border-right:1px solid #dedede;
  21. padding-left:5px;
  22. }
  23. .timetd {
  24. border-right:1px solid #dedede;
  25. border-top:1px solid #dedede;
  26. border-bottom:1px dashed #dedede;
  27. padding-left:5px;
  28. }
  29. .bottomtd {
  30. border-right:1px solid #dedede;
  31. border-top:1px dashed #dedede;
  32. padding-left:5px;
  33. }
  34. .writetable td {
  35. padding: 5px;
  36. }
  37. .writetd {
  38. background:url(img/wbg.gif);
  39. }
  40. .pagetable {
  41. border:1px solid #dedede;
  42. margin-bottom:8px;
  43. background:#FBFEED;
  44. }
  45. .pagelistbox {
  46. }
  47. .pagelistbox span{
  48. border:1px solid #dedede;
  49. padding:2px;
  50. margin-right:3px;
  51. background:#E8F9BF;
  52. }
  53. .pagelistbox a {
  54. border:1px solid #dedede;
  55. padding:2px;
  56. margin-right:3px;
  57. background:#E8F9BF;
  58. }
  59. .rebox {
  60. width:98%;
  61. padding:3px;
  62. border:1px solid #dedede;
  63. }
  64. </style>
  65. </head>
  66. <body class="mapspage">
  67. <div class="header">
  68. <div class="top w960 center">
  69. <div class="title">
  70. <h1>
  71. <h1><a href="<?php echo $cfg_basehost;?>/"><?php echo $cfg_webname;?></a></h1>
  72. </h1>
  73. </div><!-- /title -->
  74. </div><!-- /top -->
  75. </div><!-- /header -->
  76. <div class="w960 clear center mt1">
  77. <div class="sp-title">
  78. <a href='guestbook.php'><h2>留言板</h2></a>
  79. <span class="more"><a href="#write">回复留言</a> <a href="<?php echo $cfg_basehost;?>/">返回首页</a> </span> </div>
  80. <table width="100%" border="0" cellspacing="1" cellpadding="4" align="center" bgcolor="#dedede" class='writetable'>
  81. <form method="post" action="guestbook.php">
  82. <input type="hidden" name="action" value="admin">
  83. <input type="hidden" name="id" value="<?php echo $id; ?>">
  84. <input type="hidden" name="job" value="editok">
  85. <tr>
  86. <td colspan='4' class='writetd'><b>回复留言:</b><a name='write'></a></td>
  87. </tr>
  88. <tr bgcolor="#ffffff">
  89. <td width="15%" height="30" align="center"><font color="#FF0000">*</font>留言者:</td>
  90. <td width="35%"><?php echo $row['uname']; ?></td>
  91. <td width="15%" align="center" nowrap>OICQ号码:</td>
  92. <td width="35%"><?php echo $row['qq']; ?></td>
  93. </tr>
  94. <tr bgcolor="#ffffff">
  95. <td height="30" align="center" nowrap>&nbsp;电子邮件:</td>
  96. <td><?php echo $row['email']; ?></td>
  97. <td align="center" nowrap height="12">个人主页:</td>
  98. <td height="12"><?php echo $row['homepage']; ?></td>
  99. </tr>
  100. <tr bgcolor="#ffffff">
  101. <td align="center" nowrap width="10%">
  102. <font color="#FF0000">*</font>留言内容:
  103. </td>
  104. <td height="2" colspan="3" align="left">
  105. <textarea name="msg" cols="80" rows="6" class="ipt-txt" style="width:90%;"><?php echo $row['msg']; ?></textarea>
  106. </td>
  107. </tr>
  108. <tr bgcolor="#ffffff">
  109. <td align="center" nowrap>
  110. 回复留言:
  111. </td>
  112. <td colspan="3" nowrap>
  113. <div style='width:92%'><?php GetEditor('remsg', "<font color=red>管理员回复:</font>", 250, "MemberLit"); ?></div>
  114. </td>
  115. </tr>
  116. <tr bgcolor="#ffffff">
  117. <td height="30" colspan="4" align="center" nowrap>
  118. <input maxlength="1000" type="submit" name="Submit" value=" 保 存 " class="btn-2">
  119. &nbsp;&nbsp;
  120. <input type="reset" name="Submit2" value="取 消" class="btn-2">
  121. </td>
  122. </tr>
  123. </form>
  124. </table>
  125. <div class="footer">
  126. <p class="powered">
  127. <?php echo $cfg_powerby; ?>
  128. </p><!-- /powered -->
  129. </div>
  130. </div>
  131. </body>
  132. </html>