| 12345678910111213141516171819202122232425262728293031323334353637 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- {if $mayimobile[mobileuri]}
- <link rel="alternate" href="{$mayimobile[mobileuri]}" media="handheld" type="application/vnd.wap.xhtml+xml">
- <meta http-equiv="mobile-agent" content="format=html5; url={$mayimobile[mobileuri]}">
- <meta http-equiv="mobile-agent" content="format=wml; url={$mayimobile[mobileuri]}">
- <meta http-equiv="mobile-agent" content="format=xhtml; url={$mayimobile[mobileuri]}">
- {/if}
- <title>{$page_title}</title>
- <link rel="shortcut icon" href="{$mymps_global[SiteUrl]}/favicon.ico" />
- <link rel="stylesheet" href="{$mymps_global[SiteUrl]}/template/default/css/global.css" />
- <link rel="stylesheet" href="{$mymps_global[SiteUrl]}/template/default/css/aboutus.css" />
- <script src="{$mymps_global[SiteUrl]}/template/global/noerr.js" type="text/javascript"></script>
- </head>
- <body class="{$mymps_global[cfg_tpl_dir]} full">
- {mytemplate inc_head_about}
- <div class="clear"></div>
- <div class="cinner">
- <div class="leftnav">
- <!--{loop $aboutus_all $mymps}-->
- <a href="{$mymps_global[SiteUrl]}{$mymps[uri]}" {if $mymps[id] == $aboutus[id]}class="current"{/if}>{$mymps[typename]}</a>
- <!--{/loop}-->
- </div>
- <div class="clear15"></div>
- <div class="rightcontent">
- {$aboutus[content]}
- </div>
- </div>
- <div class="clear"></div>
- {mytemplate inc_foot_about}
- </body>
- </html>
|