Keine Beschreibung
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

document.htm 2.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <?php
  2. //处理一下seo
  3. //先判断是主站还是二级域名
  4. ?>
  5. <?php
  6. $sql = '';
  7. //读取seo
  8. if($type === 5){
  9. $sql = "select id,seo_title,seo_keywords,seo_description from ey_arctype where id=125 ";
  10. }else{
  11. $sql = "select id,seo_title,seo_keywords,seo_description from ey_arctype where id=".$typeid." ";
  12. }
  13. //var_dump($sql);
  14. ?>
  15. {eyou:if condition='($sql !== "")'}
  16. {eyou:sql sql='$sql' cachetime='3600' id='seo_cat'}
  17. {eyou:notempty name='$seo_cat' /}
  18. <?php
  19. $seo_title = $seo_cat['seo_title'];
  20. $seo_keywords = $seo_cat['seo_keywords'];
  21. $seo_description = $seo_cat['seo_description'];
  22. //var_dump($seo_title);
  23. ?>
  24. {/eyou:notempty}
  25. {/eyou:sql}
  26. {/eyou:if}
  27. {eyou:if condition='((int)$area_id > 0)'}
  28. <?php
  29. $sql3 = "SELECT aid,seo_title,seo_keywords,seo_description FROM ey_archives WHERE typeid=$typeid_tdk and province_id=$area_id and is_del=0 and status=1 and arcrank=0";
  30. ?>
  31. {eyou:sql sql='$sql3' cachetime='3600' id='seo_cat2'}
  32. {eyou:notempty name='$seo_cat2' /}
  33. <?php
  34. $seo_title2 = $seo_cat2['seo_title'];
  35. $seo_keywords2 = $seo_cat2['seo_keywords'];
  36. $seo_description2 = $seo_cat2['seo_description'];
  37. ?>
  38. {/eyou:notempty}
  39. {/eyou:sql}
  40. {/eyou:if}
  41. <?php
  42. //存在标签页
  43. //统一按规则 后台无可自定义
  44. //水利职称材料参考_水利职称业绩模板【职称网】
  45. //$tagid
  46. ?>
  47. {eyou:if condition='((int)$tagid > 0)'}
  48. {eyou:sql sql='select aid,title from ey_archives where aid=$tagid' cachetime='3600' empty='' id="tag"}
  49. {eyou:assign name='tag_name' value='$tag["title"]' /}
  50. <?php
  51. $seo_title2 = '';
  52. $seo_title = $tag_name.'材料参考_'.$tag_name.'业绩模板【职称网】';
  53. $seo_keywords = $tag_name."材料参考,".$tag_name."业绩模板";
  54. $seo_description = $tag_name."材料参考首选【职称网】最受欢迎的职称评审网站,专注工程师职称评审,提供".$tag_name."业绩模板参考、职称申报、职称论文专利等一站式服务,职称评审绿色便捷通道。";
  55. ?>
  56. {/eyou:sql}
  57. {eyou:else /}
  58. {/eyou:if}