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

head.html 1.4KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {include file=top.html}
  2. <!--导航栏-->
  3. <div class="header">
  4. <div class="header-box">
  5. <div class="logo">
  6. <a href="{pboot:httpurl}" title="{pboot:sitetitle}">
  7. {pboot:sql sql="select * from ay_site where id=1"}
  8. <img src="{$citylogo}" alt="{pboot:titlereplace title='[sql:title]' /}">
  9. {/pboot:sql}
  10. </a>
  11. </div>
  12. <div class="top-desc">
  13. <p style="margin-left: 350px;
  14. position: absolute;
  15. margin-top: 10px;">{pboot:if({iscity})}{xx}{else}主站{/pboot:if} | <a href="{label:city_url}">城市分站</a></p>
  16. <p class="small">{label:logotxt}</span>
  17. <p class="big">{label:logotxt2}</p>
  18. </div>
  19. <div class="call">
  20. <p class="small">{label:header_str_1}:</p>
  21. {pboot:sql sql="select * from ay_city where id='{$temp_cityId}'"}
  22. {pboot:if('[sql:phone]'=='')}
  23. <p class="big">{pboot:companyphone}</p>
  24. {else}
  25. <p class="big">[sql:phone]</p>
  26. {/pboot:if}
  27. {/pboot:sql}
  28. </div>
  29. </div>
  30. </div>
  31. <div class="nav-bg" id="navbr">
  32. <div class="nav">
  33. <ul>
  34. <li {pboot:if(0=='{sort:scode}')}class="hover"{/pboot:if}><a href="{pboot:siteindex}" title="网站首页">网站首页</a></li>
  35. {pboot:nav}
  36. <li {pboot:if('[nav:scode]'=='{sort:tcode}')}class="hover"{/pboot:if}> <a href="[nav:link]" class="first-level"> [nav:name] </a> </li>
  37. {/pboot:nav}
  38. </ul>
  39. </div>
  40. </div>
  41. <!--/导航栏-->