store_contactus.html 1.3 KB

123456789101112131415161718192021222324252627282930313233
  1. <!DOCTYPE html>
  2. <html lang="zh-CN" class="index_page">
  3. <head>
  4. {template header}
  5. <title>联系我们-{$store[tname]}-{$mymps_global[SiteName]}</title>
  6. <meta http-equiv="keywords" content="{$store[tname]}地址、联系方式">
  7. <meta http-equiv="description" id="description" content="{$store[tname]}地址、联系方式">
  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/store.css">
  11. <script>window['current'] = '{echo cutstr($store[tname],28)}';</script>
  12. </head>
  13. <body class="{$mymps_global[cfg_tpl_dir]}">
  14. <div class="wrapper">
  15. {template header_search}
  16. {template store_header}
  17. <div class="clearfix"></div>
  18. <div class="mbox userintro">
  19. <div class="intro">
  20. {if $store[mappoint]}
  21. <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>
  22. {else}
  23. 尚未标注地理坐标
  24. {/if}
  25. </div>
  26. </div>
  27. </div>
  28. {template footer}
  29. <script>(function(){window['myScroll2'].scrollTo(-130,0);})(jQuery);</script>
  30. </body>
  31. </html>