| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- <!DOCTYPE html>
- <html lang="zh-CN" class="index_page">
- <head>
- {template header}
- <title>{$announce[title]}-{$mymps_global[SiteName]}</title>
- <meta name="keywords" id="keywords" content="{$mymps_global[SiteName]}{$announce[title]}">
- <meta name="description" id="description" content="{echo cutstr(clear_html($announce[content]),250)}">
- <link type="text/css" rel="stylesheet" href="{$mayimobile[mobiledomain]}/template/css/global.css">
- <link type="text/css" rel="stylesheet" href="{$mayimobile[mobiledomain]}/template/css/style.css">
- <link type="text/css" rel="stylesheet" href="{$mayimobile[mobiledomain]}/template/css/news.css">
- <script>window['current'] = '{$news[catname]}';</script>
- <base href="{$mymps_global[SiteUrl]}" />
- <style>#resizeIMG img{max-width:100%}</style>
- </head>
- <body class="{$mymps_global[cfg_tpl_dir]}">
- <div class="wrapper">
- {template header_search}
-
- <div class="news_nr">
- <h1>{$announce[title]}</h1>
-
- <div class="news_info user_inner">
- {if $announce[hits]}<p>{echo GetTime($announce[pubdate])} 阅读:{$announce[hits]}</p>{/if}
- </div>
-
- <div class="article_content" id="resizeIMG">
- {if $announce[redirecturl]}
- <script language="javascript" type="text/javascript">
- window.location.href="{$announce[redirecturl]}";
- </script>
- <p></p>
- {else}
- <p></p>
- {$announce[content]}
- {/if}
- </div>
-
-
- </div>
- </div>
- {template footer}
- </body>
- </html>
|