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

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