aboutus.html 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637
  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. {if $mayimobile[mobileuri]}
  6. <link rel="alternate" href="{$mayimobile[mobileuri]}" media="handheld" type="application/vnd.wap.xhtml+xml">
  7. <meta http-equiv="mobile-agent" content="format=html5; url={$mayimobile[mobileuri]}">
  8. <meta http-equiv="mobile-agent" content="format=wml; url={$mayimobile[mobileuri]}">
  9. <meta http-equiv="mobile-agent" content="format=xhtml; url={$mayimobile[mobileuri]}">
  10. {/if}
  11. <title>{$page_title}</title>
  12. <link rel="shortcut icon" href="{$mymps_global[SiteUrl]}/favicon.ico" />
  13. <link rel="stylesheet" href="{$mymps_global[SiteUrl]}/template/default/css/global.css" />
  14. <link rel="stylesheet" href="{$mymps_global[SiteUrl]}/template/default/css/aboutus.css" />
  15. <script src="{$mymps_global[SiteUrl]}/template/global/noerr.js" type="text/javascript"></script>
  16. </head>
  17. <body class="{$mymps_global[cfg_tpl_dir]} full">
  18. {mytemplate inc_head_about}
  19. <div class="clear"></div>
  20. <div class="cinner">
  21. <div class="leftnav">
  22. <!--{loop $aboutus_all $mymps}-->
  23. <a href="{$mymps_global[SiteUrl]}{$mymps[uri]}" {if $mymps[id] == $aboutus[id]}class="current"{/if}>{$mymps[typename]}</a>
  24. <!--{/loop}-->
  25. </div>
  26. <div class="clear15"></div>
  27. <div class="rightcontent">
  28. {$aboutus[content]}
  29. </div>
  30. </div>
  31. <div class="clear"></div>
  32. {mytemplate inc_foot_about}
  33. </body>
  34. </html>