news.html 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <!DOCTYPE html>
  2. <html lang="zh-CN" class="index_page">
  3. <head>
  4. {template header}
  5. <title>{$page_title}</title>
  6. <meta name="keywords" content="{$news[keywords]}" />
  7. <meta name="description" id="description" content="{$news[description]}"/>
  8. <link type="text/css" rel="stylesheet" href="{$mayimobile[mobiledomain]}/template/css/global.css">
  9. <link type="text/css" rel="stylesheet" href="{$mayimobile[mobiledomain]}/template/css/style.css">
  10. <link type="text/css" rel="stylesheet" href="{$mayimobile[mobiledomain]}/template/css/news.css">
  11. <script>window['current'] = '{$news[catname]}';</script>
  12. </head>
  13. <body class="{$mymps_global[cfg_tpl_dir]}">
  14. <div class="wrapper">
  15. {template header_search}
  16. <div class="news_nr">
  17. <h1>{$news[title]}</h1>
  18. <div class="news_info user_inner">
  19. <p>{echo GetTime($news[begintime])} {$news[from]} 人气:{$news[hit]}</p>
  20. </div>
  21. <div class="article_content">
  22. {$news[content]}
  23. </div>
  24. <div class="inner_html">
  25. <div class="bdsharebuttonbox">
  26. <a class=bds_more href="http://share.baidu.com/code?qq-pf-to=pcqq.group#" data-cmd="more"></a>
  27. <a class=bds_qzone title=分享到QQ空间 href="http://share.baidu.com/code?qq-pf-to=pcqq.group#" data-cmd="qzone"></a>
  28. <a class=bds_tsina title=分享到新浪微博 href="http://share.baidu.com/code?qq-pf-to=pcqq.group#" data-cmd="tsina"></a>
  29. <a class=bds_tqq title=分享到腾讯微博 href="http://share.baidu.com/code?qq-pf-to=pcqq.group#" data-cmd="tqq"></a>
  30. <a class=bds_renren title=分享到人人网 href="http://share.baidu.com/code?qq-pf-to=pcqq.group#" data-cmd="renren"></a>
  31. </div>
  32. <script>
  33. window._bd_share_config={"common":{"bdSnsKey":{},"bdText":"","bdMini":"2","bdMiniList":false,"bdPic":"","bdStyle":"0","bdSize":"32"},"share":{}};with(document)0[(getElementsByTagName('head')[0]||body).appendChild(createElement('script')).src='http://bdimg.share.baidu.com/static/api/js/share.js?v=89860593.js?cdnversion='+~(-new Date()/36e5)];
  34. </script>
  35. </div>
  36. <div class="inner_html shengming">声明:频道所载文章、图片、数据等内容以及相关文章评论纯属个人观点和网友自行上传,并不代表本站立场。如发现有违法信息或侵权行为,请留言或直接与本站管理员联系,我们将在收到您的信息后24小时内作出删除处理。</div>
  37. <div class="inner_html"><a href="{$news[caturi]}" class="comn-submit gray btn_block">返回{$news[catname]}频道<span class="jian"></span></a></div>
  38. <div class="mod_01">
  39. <div class="hd">精彩推荐</div>
  40. <div class="bd">
  41. <ul class="list_normal">
  42. <!--{php $relate_news = mymps_get_news(8,$news['catid']);}-->
  43. {loop $relate_news $mymps}
  44. <li>
  45. <span class="time">[{echo GetTime($mymps[begintime],'m-d')}]</span>
  46. <a href="{$mymps[uri_m]}">{$mymps[title]}</a>
  47. <span class="jian"></span>
  48. </li>
  49. {/loop}
  50. </ul>
  51. </div>
  52. </div>
  53. </div>
  54. </div>
  55. {template footer}
  56. <script src="{$mymps_global[SiteUrl]}/m/template/js/slider.js"></script>
  57. <script>
  58. (function($){
  59. IDC.resizeIMG(document.getElementById('resizeIMG'),300,480);
  60. })(jQuery);
  61. </script>
  62. </body>
  63. </html>