chunks.txt 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. ***********************************************************************************************************
  2. Create following chunks for all other than the revisited flyout and dropdown menus (for these, see below) *
  3. *
  4. These chunks are meant for the menus that are in template.html !! *
  5. *
  6. wfOuter:
  7. --------
  8. <div class="menu">
  9. <ul>
  10. [+wf.wrapper+]
  11. </ul>
  12. </div>
  13. wfInner:
  14. --------
  15. <ul>
  16. [+wf.wrapper+]
  17. </ul>
  18. wfParentRow:
  19. ------------
  20. <li><a [+wf.classes+] href="[+wf.link+]" title="[+wf.title+]">[+wf.linktext+]</a>
  21. <!--[if lte IE 6]>
  22. <a class="sub" href="[+wf.link+]" title="[+wf.title+]">[+wf.linktext+]
  23. <table><tr><td>
  24. <![endif]-->
  25. [+wf.wrapper+]
  26. <!--[if lte IE 6]>
  27. </td></tr></table>
  28. </a>
  29. <![endif]-->
  30. </li>
  31. wfRow:
  32. ------
  33. <li[+wf.classes+]><a href="[+wf.link+]" title="[+wf.title+]">[+wf.linktext+]</a>[+wf.wrapper+]</li>
  34. ***********************************************************************************************************
  35. For the revisited flyout and dropdown menu, you only need the following chunk *
  36. *
  37. This chunk is meant for the menus that are in template_revisited.html !! *
  38. *
  39. wfParentRow:
  40. ------------
  41. <li><a [+wf.classes+] href="[+wf.link+]" title="[+wf.title+]">[+wf.linktext+]<!--[if IE 7]><!--></a><!--<![endif]-->
  42. <table><tr><td>
  43. [+wf.wrapper+]
  44. </td></tr></table>
  45. <!--[if lte IE 6]></a><![endif]-->
  46. </li>