Gamecraft modding API for a stable interface between Gamecraft and mods
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

59 lignes
2.3KB

  1. <!-- HTML header for doxygen 1.8.17-->
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://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. <!--BEGIN PROJECT_NAME--><title>$projectname: $title</title><!--END PROJECT_NAME-->
  10. <!--BEGIN !PROJECT_NAME--><title>$title</title><!--END !PROJECT_NAME-->
  11. <link href="$relpath^tabs.css" rel="stylesheet" type="text/css"/>
  12. <link href="https://exmods.org/static/favicon.png" rel="icon" type="image/x-icon" />
  13. <link href="https://exmods.org/static/favicon.png" rel="shortcut icon" type="image/x-icon" />
  14. <script type="text/javascript" src="$relpath^jquery.js"></script>
  15. <script type="text/javascript" src="$relpath^dynsections.js"></script>
  16. $treeview
  17. $search
  18. $mathjax
  19. <link href="$relpath^$stylesheet" rel="stylesheet" type="text/css" />
  20. $extrastylesheet
  21. </head>
  22. <body>
  23. <div id="top"><!-- do not remove this div, it is closed by doxygen! -->
  24. <!--BEGIN TITLEAREA-->
  25. <div id="titlearea">
  26. <table cellspacing="0" cellpadding="0">
  27. <tbody>
  28. <tr style="height: 56px;">
  29. <!--BEGIN PROJECT_LOGO-->
  30. <td id="projectlogo"><a href="/index.html"><img alt="Logo" src="$relpath^$projectlogo"/></a></td>
  31. <!--END PROJECT_LOGO-->
  32. <!--BEGIN PROJECT_NAME-->
  33. <td id="projectalign" style="padding-left: 0.5em;">
  34. <div id="projectname">$projectname
  35. <!--BEGIN PROJECT_NUMBER-->&#160;<span id="projectnumber"><a href="https://git.exmods.org/modtainers/GamecraftModdingAPI/releases">$projectnumber</a></span><!--END PROJECT_NUMBER-->
  36. </div>
  37. <!--BEGIN PROJECT_BRIEF--><div id="projectbrief"><b>$projectbrief</b></div><!--END PROJECT_BRIEF-->
  38. </td>
  39. <!--END PROJECT_NAME-->
  40. <!--BEGIN !PROJECT_NAME-->
  41. <!--BEGIN PROJECT_BRIEF-->
  42. <td style="padding-left: 0.5em;">
  43. <div id="projectbrief">$projectbrief</div>
  44. </td>
  45. <!--END PROJECT_BRIEF-->
  46. <!--END !PROJECT_NAME-->
  47. <!--BEGIN DISABLE_INDEX-->
  48. <!--BEGIN SEARCHENGINE-->
  49. <td>$searchbox</td>
  50. <!--END SEARCHENGINE-->
  51. <!--END DISABLE_INDEX-->
  52. </tr>
  53. </tbody>
  54. </table>
  55. </div>
  56. <!--END TITLEAREA-->
  57. <!-- end header part -->