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

58 lines
2.3KB

  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>推荐_<?php echo $title; ?>_{dede:global name='cfg_webname'/}</title>
  7. <meta name="viewport" content="width=device-width, initial-scale=1" />
  8. <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/css/bootstrap.min.css">
  9. <link href="<?php echo $cfg_cmsurl;?>/static/font-awesome/css/font-awesome.min.css" rel="stylesheet">
  10. <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/css/dede.css">
  11. </head>
  12. <body class="flinkpage">
  13. <?php include("plus_header.htm") ;?>
  14. <div class="container">
  15. <div class="sp-title mt-3">
  16. <strong>推荐:<?php echo $title; ?></strong>
  17. </div>
  18. <div class="formbox">
  19. <form name="form1" method="post" action="recommend.php">
  20. <input type="hidden" name="arcurl" value="<?php echo $arcurl; ?>">
  21. <input type="hidden" name="action" value="send">
  22. <input type="hidden" name="arcID" value="<?php echo $aid; ?>">
  23. <table width="100%" border="0" class="table" cellspacing="2" cellpadding="1">
  24. <tr>
  25. <td height="30" align="right" width="150">你好友的Email:</td>
  26. <td height="30" align="left"><input name="email" type="text" class="form-control" id="email" value="@" /></td>
  27. </tr>
  28. <tr>
  29. <td height="30" align="right">你的留言:</td>
  30. <td height="30" align="left"><textarea name="msg" cols="80" rows="16" id="msg" class="form-control">
  31. 你好,我在 [<?php echo $cfg_webname; ?>] 发现了一个很好的东东:
  32. 你不妨去看看吧!
  33. 文档的名称是:<?php echo $title; ?>
  34. 网址是:<?php $arcUrl = ($cfg_multi_site != 'Y' ? $cfg_basehost : '').$arcurl; echo $arcUrl;?>
  35. </textarea></td>
  36. </tr>
  37. <tr>
  38. <td height="30" align="left">&#160;</td>
  39. <td height="30" align="left">
  40. <button type="submit" class="btn btn-success">发送</button>
  41. </td>
  42. </tr>
  43. </table>
  44. </form>
  45. </div>
  46. </div>
  47. <?php include("plus_footer.htm") ;?>
  48. </body>
  49. </html>