header.html 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <!-- HTML header for doxygen 1.8.13-->
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
  6. <meta http-equiv="X-UA-Compatible" content="IE=9"/>
  7. <meta name="generator" content="Doxygen $doxygenversion"/>
  8. <meta name="viewport" content="width=device-width, initial-scale=1"/>
  9. <link href="$relpath^tabs.css" rel="stylesheet" type="text/css"/>
  10. <script type="text/javascript" src="$relpath^jquery.js"></script>
  11. <script type="text/javascript" src="$relpath^dynsections.js"></script>
  12. $treeview
  13. $search
  14. $mathjax
  15. <link href="$relpath^$stylesheet" rel="stylesheet" type="text/css" />
  16. $extrastylesheet
  17. </head>
  18. <body>
  19. <div id="top"><!-- do not remove this div, it is closed by doxygen! -->
  20. <!--BEGIN TITLEAREA-->
  21. <div id="titlearea">
  22. <table cellspacing="0" cellpadding="0">
  23. <tbody>
  24. <tr style="height: 56px;">
  25. <!--BEGIN PROJECT_LOGO-->
  26. <td id="projectlogo"><img alt="Logo" src="$relpath^$projectlogo"/></td>
  27. <!--END PROJECT_LOGO-->
  28. <!--BEGIN DISABLE_INDEX-->
  29. <!--BEGIN SEARCHENGINE-->
  30. <td>$searchbox</td>
  31. <!--END SEARCHENGINE-->
  32. <!--END DISABLE_INDEX-->
  33. </tr>
  34. </tbody>
  35. </table>
  36. </div>
  37. <!--END TITLEAREA-->
  38. <body bgcolor="#ffffff">
  39. <table width="100%">
  40. <tr>
  41. <td width="30%" align="left" valign="center">
  42. <a href="https://github.com/open-source-parsers/jsoncpp">
  43. JsonCpp project page
  44. </a>
  45. </td>
  46. <td width="20%" align="center" valign="center">
  47. <a href="hierarchy.html">
  48. Classes
  49. </a>
  50. </td>
  51. <td width="20%" align="center" valign="center">
  52. <a href="namespace_json.html">
  53. Namespace
  54. </a>
  55. </td>
  56. <td width="30%" align="right" valign="center">
  57. <a href="http://open-source-parsers.github.io/jsoncpp-docs/doxygen/">JsonCpp home page</a>
  58. </td>
  59. </tr>
  60. </table>
  61. <hr>
  62. <!-- end header part -->