announce.html 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <!DOCTYPE html>
  2. <html lang="zh-CN" class="index_page">
  3. <head>
  4. {template header}
  5. <title>{$announce[title]}-{$mymps_global[SiteName]}</title>
  6. <meta name="keywords" id="keywords" content="{$mymps_global[SiteName]}{$announce[title]}">
  7. <meta name="description" id="description" content="{echo cutstr(clear_html($announce[content]),250)}">
  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. <base href="{$mymps_global[SiteUrl]}" />
  13. <style>#resizeIMG img{max-width:100%}</style>
  14. </head>
  15. <body class="{$mymps_global[cfg_tpl_dir]}">
  16. <div class="wrapper">
  17. {template header_search}
  18. <div class="news_nr">
  19. <h1>{$announce[title]}</h1>
  20. <div class="news_info user_inner">
  21. {if $announce[hits]}<p>{echo GetTime($announce[pubdate])} 阅读:{$announce[hits]}</p>{/if}
  22. </div>
  23. <div class="article_content" id="resizeIMG">
  24. {if $announce[redirecturl]}
  25. <script language="javascript" type="text/javascript">
  26. window.location.href="{$announce[redirecturl]}";
  27. </script>
  28. <p></p>
  29. {else}
  30. <p></p>
  31. {$announce[content]}
  32. {/if}
  33. </div>
  34. </div>
  35. </div>
  36. {template footer}
  37. </body>
  38. </html>