| 123456789101112131415161718192021222324252627282930313233 |
- <!DOCTYPE html>
- <html lang="zh-CN" class="index_page">
- <head>
- {template header}
- <title>联系我们-{$store[tname]}-{$mymps_global[SiteName]}</title>
- <meta http-equiv="keywords" content="{$store[tname]}地址、联系方式">
- <meta http-equiv="description" id="description" content="{$store[tname]}地址、联系方式">
- <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/store.css">
- <script>window['current'] = '{echo cutstr($store[tname],28)}';</script>
- </head>
- <body class="{$mymps_global[cfg_tpl_dir]}">
- <div class="wrapper">
- {template header_search}
- {template store_header}
- <div class="clearfix"></div>
-
- <div class="mbox userintro">
- <div class="intro">
- {if $store[mappoint]}
- <iframe margin="0" src="{$mymps_global[SiteUrl]}/map.php?title={$store[tname]}&isshow=1&p={$store[mappoint]}&width=400&height=372" width="100%" height="382" frameborder="0"></iframe>
- {else}
- 尚未标注地理坐标
- {/if}
- </div>
- </div>
- </div>
- {template footer}
- <script>(function(){window['myScroll2'].scrollTo(-130,0);})(jQuery);</script>
- </body>
- </html>
|