/Documentation/ReferenceManualScripts/doxygen/utils/indexPage/tree_template.html

https://github.com/aivanov-cern/cmssw · HTML · 50 lines · 36 code · 14 blank · 0 comment · 0 complexity · 80fe6813fe3e704636b0ed1048f76555 MD5 · raw file

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <link rel="stylesheet" href="jquery/jquery.treeview.css" />
  5. <link rel="stylesheet" href="jquery/red-treeview.css" />
  6. <link rel="stylesheet" href="jquery/screen.css" />
  7. <script src="jquery/lib/jquery.js" type="text/javascript"></script>
  8. <script src="jquery/lib/jquery.cookie.js" type="text/javascript"></script>
  9. <script src="jquery/jquery.treeview.js" type="text/javascript"></script>
  10. <script type="text/javascript">
  11. $(function() {
  12. $("#tree").treeview({
  13. collapsed: true,
  14. animated: "medium",
  15. control:"#sidetreecontrol",
  16. persist: "location"
  17. });
  18. })
  19. </script>
  20. <title>@SUBSYSTEM@</title>
  21. </head>
  22. <body>
  23. <div id="main">
  24. <div id="sidetree">
  25. <div class="treeheader">&nbsp;</div>
  26. <span id="sidetreecontrol"><a href="?#">Collapse All</a> | <a href="?#">Expand All</a></span>
  27. | <a target="_blank" href="@LINK_TO_TWIKI@" style="text-decoration:none;">
  28. <img border="1" alt="Twiki" src="https://cmssdt.cern.ch/SDT/doxygen/common/twiki.gif"/>
  29. </a>
  30. <ul id="tree">
  31. @TREE@
  32. </ul>
  33. </div>
  34. </div>
  35. </body>
  36. </html>