Нема описа
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.

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