goods.html 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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 shop_infomain">
  20. <div class="tit"><span>商品展示</span></div>
  21. <div class="bd">
  22. {loop $goods $mymps}
  23. <li><a href="{$mymps[uri]}" title="{$mymps[goodsname]}" target="_blank"><img src="{$mymps_global[SiteUrl]}{$mymps[picture]}" width="120" height="93" /></a><span><a href="{$mymps[uri]}" title="{$mymps[goodsname]}" target="_blank">{$mymps[goodsname]}</a></span><em>&yen;{$mymps[nowprice]}</em></li>
  24. {loopelse}
  25. <li>暂无商品!</li>
  26. {/loop}
  27. </div>
  28. <div class="clear"></div>
  29. <div class="pagination" style="margin-left:15px!important;">{$pageview}</div>
  30. </div>
  31. </div>
  32. </div>
  33. <div class="clear15"></div>
  34. {template footer}
  35. </body>
  36. </html>