Ingen beskrivning
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

style_9.htm 1.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?php
  2. $name = "list-s-9";
  3. ?>
  4. <link rel="stylesheet" href="/template/pc/components/list/style_9.css" media="all">
  5. <!--定义div盒子-->
  6. <div class="<?php echo $name; ?>-content">
  7. <div class="box">
  8. <!--定义内容布局--->
  9. <div class="row">
  10. <!--定义内部栅格 上下中左右 使用浮动-->
  11. <div class="top">
  12. <!--定义内容标签 p span a li img--->
  13. <span></span>
  14. {eyou:include file='/template/pc/components/list/style9/title.htm' /}
  15. </div>
  16. <div class="center">
  17. <!--定义内容标签 p span a li img--->
  18. <!--涉及到筛选 sql读取 再调用-->
  19. <!--所有资料文档必须有区域信息 才能显示出来 全国的不显示-->
  20. <?php
  21. if((int)$catid === 125){
  22. $catid = 0;
  23. }
  24. ?>
  25. {eyou:if condition='($con === 1)'}
  26. <!--拼接查询条件-->
  27. {eyou:include file='/template/pc/components/list/style9/list1.htm' /}
  28. <!--自定义分页开始-->
  29. {eyou:include file='/template/pc/components/list/style9/page1.htm' /}
  30. <!--自定义分页结束-->
  31. {eyou:elseif condition='($con === 2)'}
  32. {eyou:include file='/template/pc/components/list/style9/list2.htm' /}
  33. {eyou:elseif condition='($con === 4)'}
  34. {eyou:include file='/template/pc/components/list/style9/list4.htm' /}
  35. {eyou:else /}
  36. {/eyou:if}
  37. </div>
  38. </div>
  39. <div class="clear"></div>
  40. </div>
  41. </div>