Açıklama Yok
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_5.htm 3.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. <?php
  2. $catid = $route_param['catids'];
  3. //var_dump($catid);
  4. //var_dump($num);
  5. //include 时 $catid = 8值来自第一次获取参数 转换之前
  6. //转换之后的$catid 并不会传递 这个是php机制问题 暂时不管
  7. ?>
  8. <link rel="stylesheet" href="/template/pc/components/text/style_5.css" media="all">
  9. <div class="sx-content-1">
  10. <div class="sx-box-1">
  11. <div class="layui-row">
  12. <div class="layui-col-xs6">
  13. <span>
  14. <?php
  15. /* */
  16. if((int)$parentid === 38){
  17. //大类
  18. $sql = "SELECT * FROM ey_seo_number WHERE id = (SELECT id FROM ey_seo_number WHERE number<$num and topid=38 and parentid=38 and is_del=0 and type=1 and area_id=$areaid ORDER BY number DESC LIMIT 1)";
  19. //echo $sql;
  20. }else{
  21. $sql = "SELECT * FROM ey_seo_number WHERE id = (SELECT id FROM ey_seo_number WHERE number<$num and topid=38 and parentid=$parentid and is_del=0 and type=1 and area_id=0 ORDER BY number DESC LIMIT 1)";
  22. }
  23. ?>
  24. {eyou:if condition='((int)$parentid === 38)'}
  25. {eyou:sql sql="$sql" cachetime='3600' empty='没有数据' id='kp'}
  26. {eyou:type typeid='$kp.aid' empty='暂时没有数据'}
  27. <a href="{:get_tid_url_2($field['typeurl'],0,0,0,$field['type'],$field['topid'],$field['area_id'])}" title="{$field.typename}"> {$field.typename} </a>
  28. {/eyou:type}
  29. {/eyou:sql}
  30. {eyou:else /}
  31. {eyou:sql sql="$sql" cachetime='3600' empty='没有数据' id='kp'}
  32. <?php
  33. $sql2 = "select * from ey_arctype_cat where id=".$kp['aid'];
  34. ?>
  35. {eyou:sql sql="$sql2" cachetime='3600' empty='没有数据' id='kp2'}
  36. <a href="/id{$cid}/sid{$kp.number}" title="{$kp2.typename}"> {$kp2.typename} </a>
  37. {/eyou:sql}
  38. {/eyou:sql}
  39. {/eyou:if}
  40. </span>&nbsp;
  41. <a href="" class="upo">上一篇</a>
  42. </div>
  43. <div class="layui-col-xs6">
  44. <a href="" class="upo">下一篇</a>&nbsp;
  45. <span>
  46. <?php
  47. if((int)$parentid === 38){
  48. //大类
  49. $sql = "SELECT * FROM ey_seo_number WHERE id = (SELECT id FROM ey_seo_number WHERE number>$num and topid=38 and parentid=38 and is_del=0 and type=1 and area_id=$areaid ORDER BY number asc LIMIT 1)";
  50. }else{
  51. $sql = "SELECT * FROM ey_seo_number WHERE id = (SELECT id FROM ey_seo_number WHERE number>$num and topid=38 and parentid=$parentid and is_del=0 and type=1 and area_id=0 ORDER BY number asc LIMIT 1)";
  52. }
  53. ?>
  54. {eyou:if condition='((int)$parentid === 38)'}
  55. {eyou:sql sql="$sql" cachetime='3600' empty='没有数据' id='kp'}
  56. {eyou:type typeid='$kp.aid' empty='暂时没有数据'}
  57. <a href="{:get_tid_url_2($field['typeurl'],0,0,0,$field['type'],$field['topid'],$field['area_id'])}" title="{$field.typename}"> {$field.typename} </a>
  58. {/eyou:type}
  59. {/eyou:sql}
  60. {eyou:else /}
  61. {eyou:sql sql="$sql" cachetime='3600' empty='没有数据' id='kp'}
  62. <?php
  63. $sql2 = "select * from ey_arctype_cat where id=".$kp['aid'];
  64. ?>
  65. {eyou:sql sql="$sql2" cachetime='3600' empty='没有数据' id='kp2'}
  66. <a href="/id{$cid}/sid{$kp.number}" title="{$kp2.typename}">{$kp2.typename} </a>
  67. {/eyou:sql}
  68. {/eyou:sql}
  69. {/eyou:if}
  70. </span>
  71. </div>
  72. </div>
  73. </div>
  74. </div>