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

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