心理咨询网
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.

top.html 1.3KB

123456789101112131415161718192021222324252627
  1. <div class="head-1">
  2. <div class="top">
  3. <div class="w1200">
  4. {pboot:sql sql="select * from ay_city where id='{$temp_cityId}'"}
  5. <div class="welcome">
  6. {pboot:if('{$temp_cityId}'==381)}
  7. <a href="{pboot:sitedomain}">{label:top_str_1}</a>,<a href="{pboot:sitedomain}">{label:top_str_2}</a>,<a href="{pboot:sitedomain}">{label:top_str_3}</a>【<a href="{pboot:sitedomain}">{label:top_str_4}</a>】
  8. {else}
  9. <a href="{pboot:httpurl}">[sql:title]{label:top_str_1}</a>,<a href="{pboot:httpurl}">[sql:title]{label:top_str_2}</a>,<a href="{pboot:httpurl}">[sql:title]{label:top_str_3}</a>【<a href="{pboot:sitedomain}" style="">{label:top_str_4}</a>】
  10. {/pboot:if}
  11. </div>
  12. <div class="info">
  13. {pboot:if('{$temp_cityId}'==381)}
  14. {label:top_str_5}“<a href="{pboot:sitedomain}">{label:top_str_6}</a>”{label:top_str_7}“<a href="{pboot:sitedomain}">{label:top_str_8}</a>”{label:top_str_9}
  15. {else}
  16. {label:top_str_5}“<a href="{pboot:httpurl}">[sql:title]{label:top_str_6}</a>”{label:top_str_7}“<a href="{pboot:sitedomain}" style="">{label:top_str_8}</a>”{label:top_str_9}
  17. {/pboot:if}
  18. </div>
  19. {/pboot:sql}
  20. </div>
  21. </div>
  22. </div>