store_about.html 1.0 KB

1234567891011121314151617181920212223242526272829303132
  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="{echo cutstr(clear_html($store[introduce]),250)}">
  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. {echo htmlspecialchars_decode($store[introduce])}
  21. </div>
  22. </div>
  23. </div>
  24. {template footer}
  25. </body>
  26. </html>