info.html 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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">
  20. <div class="tit"><span>分类信息</span></div>
  21. <div class="con cont_01 cfix">
  22. <table class="mrw_list">
  23. <tr>
  24. <th width="70%" class="list_left">信息标题</th>
  25. <th class="list_left">所在栏目</th>
  26. <th class="list_left">发布时间</th>
  27. </tr>
  28. {loop $info $mymps}
  29. <tr>
  30. <td><a href="{$mymps[uri]}" target="_blank">{$mymps[title]}</a></td>
  31. <td align="left">{$mymps[catname]}</td>
  32. <td>{echo GetTime($mymps[begintime],'m-d')}</td>
  33. </tr>
  34. {loopelse}
  35. <tr>
  36. <td colspan="5">暂无相关记录!</td>
  37. </tr>
  38. {/loop}
  39. </table>
  40. </div>
  41. <div class="clear"></div>
  42. <div class="pagination" style="margin-left:15px!important;">{$pageview}</div>
  43. </div>
  44. </div>
  45. </div>
  46. <div class="clear15"></div>
  47. {template footer}
  48. </body>
  49. </html>