contactus.html 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <link rel="alternate" href="{$mayimobile[mobileuri]}" media="handheld" type="application/vnd.wap.xhtml+xml">
  6. <meta http-equiv="mobile-agent" content="format=html5; url={$mayimobile[mobileuri]}">
  7. <meta http-equiv="mobile-agent" content="format=wml; url={$mayimobile[mobileuri]}">
  8. <meta http-equiv="mobile-agent" content="format=xhtml; url={$mayimobile[mobileuri]}">
  9. <title>联系我们-{$store[tname]}-{$mymps_global[SiteName]}</title>
  10. <meta http-equiv="keywords" content="{$store[tname]}地址、联系方式">
  11. <meta http-equiv="description" content="{$store[tname]}地址、联系方式">
  12. <link href="{$mymps_global[SiteUrl]}/template/spaces/store/css/{$store[template]}.css" type="text/css" rel="stylesheet" />
  13. </head>
  14. <body>
  15. {template header}
  16. <div class="content">
  17. {template sider}
  18. <div class="cright">
  19. <div class="box">
  20. <div class="tit"><span>机构资料</span></div>
  21. <div class="contactustop">
  22. <ul>
  23. <li><span class="cl">联系人:</span><span class="cr">{$store[cname]}</span></li>
  24. <li><span class="cl">联系电话:</span><span class="cr">{$store[tel]}</span></li>
  25. <li><span class="cl">机构地址:</span><span class="cr">{$store[address]}</span></li>
  26. <li><span class="cl">乘车路线:</span><span class="cr">{$store[busway]}</span></li>
  27. </ul>
  28. </div>
  29. <div class="map" style=" margin-left:20px; margin-bottom:30px;">
  30. <iframe margin="0" src="{$mymps_global[SiteUrl]}/map.php?title={$store[tname]}&isshow=1&p={$store[mappoint]}&width=910&height=420" width="930" height="440" frameborder="0"></iframe>
  31. </div>
  32. </div>
  33. </div>
  34. </div>
  35. <div class="clear15"></div>
  36. {template footer}
  37. </body>
  38. </html>