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

69 lines
3.1KB

  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 $title; ?>_{dede:global name='cfg_webname'/}</title>
  6. <link href="<?php echo $cfg_templets_skin; ?>/style/dedecms.css" rel="stylesheet" type="text/css" media="screen" />
  7. </head>
  8. <body class="flinkpage">
  9. <div class="header">
  10. <div class="top w960 center">
  11. <div class="title">
  12. <h1><a href="<?php echo $cfg_basehost;?>" title="<?php echo $cfg_webname;?>"><img src="<?php echo $cfg_templets_skin; ?>/images/logo.gif" height="40" width="233" alt=""/></a> </h1>
  13. </div><!-- /title -->
  14. </div><!-- /top -->
  15. </div><!-- /header -->
  16. <div class="w960 clear center mt1 cmt-box">
  17. <div class="sp-title">
  18. <h2>推荐:<?php echo $title; ?></h2>
  19. </div>
  20. <div class="formbox">
  21. <form name="form1" method="post" action="recommend.php">
  22. <input type="hidden" name="arcurl" value="<?php echo $arcurl; ?>">
  23. <input type="hidden" name="action" value="send">
  24. <input type="hidden" name="arcID" value="<?php echo $aid; ?>">
  25. <table width="100%" border="0" cellspacing="2" cellpadding="1">
  26. <tr>
  27. <td height="30" align="right" width="150">你好友的Email:</td>
  28. <td height="30" align="left"><input name="email" type="text" class="ipt-txt" id="email" value="@"/></td>
  29. </tr>
  30. <tr>
  31. <td height="30" align="right">你的留言:</td>
  32. <td height="30" align="left"><textarea name="msg" cols="80" rows="16" id="msg" class="ipt-txt">
  33. 你好,我在 [<?php echo $cfg_webname; ?>] 发现了一个很好的东东:
  34. 你不妨去看看吧!
  35. 文档的名称是:<?php echo $title; ?>
  36. 网址是:<?php $arcUrl = ($cfg_multi_site != 'Y' ? $cfg_basehost : '').$arcurl; echo $arcUrl;?>
  37. </textarea></td>
  38. </tr>
  39. <tr>
  40. <td height="30" align="left">&#160;</td>
  41. <td height="30" align="left"><input type="submit" class="btn-2" value="发送" /></td>
  42. </tr>
  43. </table>
  44. </form>
  45. </div>
  46. </div>
  47. <!-- //底部模板 -->
  48. <div class="footer w960 center mt1 clear">
  49. <!--
  50. 为了支持Dede商业的发展,请您保留织梦内容管理系统的链接信息.
  51. 我们对支持Dede商业发展的朋友表示真心的感谢!织梦因您更精彩!
  52. -->
  53. <div class="footer_left"></div>
  54. <div class="footer_body">
  55. <span class="gotop"><a href="javascript:scroll(0,0)"><img src="<?php echo $cfg_templets_skin; ?>/images/top.gif" height="11" width="61" alt="返回顶部"/></a></span>
  56. <p class="powered">
  57. Powered by <a href="http://www.dedecms.com" title="DedeCMSV6内容管理系统--国内最专业的PHP网站管理系统,轻松建站的首选利器。" target="_blank"><strong>DedeCMS<?php echo $cfg_version; ?></strong></a> &copy; 2004-2020 <a href="http://www.desdev.cn/" target="_blank">DesDev</a> Inc.<br /><div class="copyright"><?php echo $cfg_powerby; ?>&nbsp;&nbsp;<?php echo $cfg_beian; ?></div></p>
  58. <!-- /powered -->
  59. </div>
  60. <div class="footer_right"></div>
  61. </div>
  62. </body>
  63. </html>