about.html 1.3 KB

123456789101112131415161718192021222324252627282930313233
  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="{echo cutstr(clear_html($store[introduce]),250)}">
  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="con about cfix">
  22. {$store[introduce]}
  23. <div class="clear"></div>
  24. </div>
  25. </div>
  26. </div>
  27. </div>
  28. <div class="clear15"></div>
  29. {template footer}
  30. </body>
  31. </html>