category_all.html 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <!DOCTYPE html>
  2. <html lang="zh-CN" class="index_page">
  3. <head>
  4. {template header}
  5. <title>所有分类 - {$mymps_global[SiteName]}</title>
  6. <link type="text/css" rel="stylesheet" href="{$mayimobile[mobiledomain]}/template/css/global.css">
  7. <link type="text/css" rel="stylesheet" href="{$mayimobile[mobiledomain]}/template/css/style.css">
  8. <link type="text/css" rel="stylesheet" href="{$mayimobile[mobiledomain]}/template/css/all.css">
  9. <script>window['current'] = '信息分类';</script>
  10. </head>
  11. <body class="{$mymps_global[cfg_tpl_dir]}">
  12. <div class="wrapper">
  13. {template header_search}
  14. <div class="class_index">
  15. {php $i = 1;}
  16. {loop $cat_list $mymps}
  17. {if $i%4 == 1 }
  18. <ul>
  19. {/if}
  20. <li><a href="{$mayimobile[mobiledomain]}{$mymps[uri_m]}" class="classname">
  21. <div class="icon"><img src="{$mymps_global[SiteUrl]}{$mymps[icon]}"></div>
  22. {$mymps[catname]}</a></li>
  23. {if $i%4 == 0}
  24. </ul>
  25. {/if}
  26. {php $i++;}
  27. {/loop}
  28. </div>
  29. <div class="clear"></div>
  30. {template footer}
  31. </body>
  32. </html>