index.html 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  1. <!DOCTYPE html>
  2. <html lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta charset="UTF-8"/>
  5. <meta name="style" content="day1"/>
  6. <meta name="viewport" content="width=device-width, initial-scale=1"/>
  7. <!--
  8. Copyright 2021, 2024 5 Mode
  9. This file is part of Invenktory.
  10. Invenktory is free software: you can redistribute it and/or modify
  11. it under the terms of the GNU General Public License as published by
  12. the Free Software Foundation, either version 3 of the License, or
  13. (at your option) any later version.
  14. Invenktory is distributed in the hope that it will be useful,
  15. but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  17. GNU General Public License for more details.
  18. You should have received a copy of the GNU General Public License
  19. along with Invenktory. If not, see <https://www.gnu.org/licenses/>.
  20. -->
  21. <title>Invenktory: every device its place..</title>
  22. <link rel="shortcut icon" href="/Public/static/res/favicon66.ico" />
  23. <meta name="description" content="Welcome to Invenktory"/>
  24. <meta name="author" content="5 Mode"/>
  25. <meta name="keywords" content="track,your,hardware,devices,on,premise,solution"/>
  26. <script src="/Public/static/js/jquery-3.6.0.min.js" type="text/javascript"></script>
  27. <script src="/Public/static/js/common.js" type="text/javascript"></script>
  28. <script src="/Public/static/js/bootstrap.min.js" type="text/javascript"></script>
  29. <script src="/Public/static/js/sha.js" type="text/javascript"></script>
  30. <script src="/Public/static/js/home.js" type="text/javascript" defer></script>
  31. <link href="/Public/static/css/bootstrap.min.css" type="text/css" rel="stylesheet">
  32. <link href="/Public/static/css/style.css?v=1631827555888" type="text/css" rel="stylesheet">
  33. <script>
  34. function startApp() {
  35. $("#HCsplash").css("display","none");
  36. //$("#originsDisplay").show();
  37. //$("#HCsplash").hide("slow");
  38. ///////////$(document.body).css("background","#ffffff");
  39. $("#frmHC").show();
  40. }
  41. function _startApp() {
  42. setTimeout("startApp()", 1000);
  43. }
  44. function setOriginsPos() {
  45. h=parseInt(window.innerHeight);
  46. w=parseInt(window.innerWidth);
  47. mytop = parseInt(window.innerHeight - ($("#originsDisplay").height() + 60));
  48. $("#originsDisplay").css("top", mytop+"px");
  49. setTimeout("hideOrigins()",15000);
  50. }
  51. function hideOrigins() {
  52. $("#originsDisplay").css("visibility","hidden");
  53. }
  54. window.addEventListener("load", function() {
  55. $("#frmHC").hide();
  56. setTimeout("setOriginsPos()", 500);
  57. //Splash
  58. $("#HCsplash").show();
  59. }, true);
  60. window.addEventListener("load", function() {
  61. // Fisnished the Intro load the app..
  62. setTimeout("_startApp()", 4000);
  63. });
  64. </script>
  65. </head>
  66. <body>
  67. <div id="HCsplash" style="padding-top: 200px; text-align:center; display:none;">
  68. <H1>INVENCTORY</H1><br>
  69. <img src="/Public/static/res/INVlogo.png" style="width:160px;border-radius:10%">
  70. </div>
  71. <form id="frmHC" method="POST" target="_self" enctype="multipart/form-data" style="display:none;">
  72. <div class="header">
  73. <a href="/" style="color:white; text-decoration: none;"><img src="/Public/static/res/INVlogo.png" style="width:38px;border-radius:10%;">&nbsp;Invenktory</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://github.com/par7133/Invenktory" style="color:#ffffff"><span style="color:#119fe2">on</span> github</a>
  74. <!--&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="mailto:code@gaox.io" style="color:#ffffff"><span style="color:#119fe2">for</span> feedback</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="tel:+39-378-0812391" style="font-size:13px;background-color:#15c60b;border:2px solid #15c60b;color:white;height:27px;text-decoration:none;">&nbsp;&nbsp;get support&nbsp;&nbsp;</a>-->
  75. </div>
  76. <br>
  77. <div style="clear:both; padding:8px; width:100%; height:110px; overflow-y:auto; border-right: 1px solid #2c2f34; text-align:center;">
  78. <div style="float:left;width:160px;padding-left:10px;text-align: left;">
  79. <a href="https://github.com/par7133/Invenktory/archive/refs/tags/v1.1.8.zip">1.1.8 (zip)</a><br>
  80. <a href="https://github.com/par7133/Invenktory/archive/refs/tags/v1.1.8.tar.gz">1.1.8 (tar.gz)</a><br>
  81. </div>
  82. <!--<img src="/Public/static/res/INVgenius.png" alt="HC Genius" title="HC Genius" style="position:relative; left:+6px; width:90%; border: 1px dashed #EEEEEE;">-->
  83. <div style="float:left;width:200px;text-align:left;">
  84. &nbsp;<input type="text" id="Password" name="Password" placeholder="password" style="font-size:10px; background:#ffffff; color:#000000; width: 90%; height:30px; border-radius:3px;" value="" autocomplete="off"><br>
  85. &nbsp;<input type="text" id="Salt" placeholder="salt" style="position:relative; top:+5px; font-size:10px; background:#ffffff; color:#000000; width: 90%; height:30px; border-radius:3px;" autocomplete="off"><br>
  86. &nbsp;<a href="#" onclick="showEncodedPassword();" style="position:relative; top:+5px; color:#ffffff; font-size:12px;">Hash Me!</a>
  87. </div>
  88. &nbsp;<br><br><br>
  89. <br><br><br>
  90. </div>
  91. <div style="width:100%;height:750px; padding:8px;">
  92. <div id="splash" style="border-radius:20px; position:relative; left:+3px; width:98%; background-color: #33aced; padding: 20px; margin-bottom:8px;">
  93. <button type="button" class="close" aria-label="Close" onclick="" style="position:relative; left:-10px;">
  94. <span aria-hidden="true">&times;</span>
  95. </button>
  96. Hello and welcome to Invenktory!<br><br>
  97. Invenktory is a light and simple software on premise to track your devices.<br><br>
  98. Invenktory is released under GPLv3 license, it is supplied AS-IS and we do not take any responsibility for its misusage.<br><br>
  99. First step, use the left side panel password and salt fields to create the hash to insert in the config file. Remember to manually set there also the salt value.<br><br>
  100. As you are going to run Invenktory in the PHP process context, using a limited web server or phpfpm user, you must follow some simple directives for an optimal first setup:<br>
  101. <ol>
  102. <li>Check the permissions of your "Inventory" folder in your web app private path; and set its path in the config file.</li>
  103. <li>In the Inventory path create a ".INVsampledir" folder and give to this folder the write permission. This folder will be the sample folder to copy from new folders inside the inventory path.</li>
  104. <li>Likewise, in the Inventory path must exist ".INVsamplefile.xml" and give to this file the write permission. This file will be the sample file to copy from new inventory files.</li>
  105. <li>Configure the max devices per xml file as required (default: 10).</li>
  106. <li>Configure the max history items and max recall history items as required (default: 50).</li>
  107. </ol>
  108. <br>
  109. Invenktory understands a limited set of commands with a far limited set of parameters:<br>
  110. cd, cd.., cp, edit, help, ls, mv, pwd, show<br><br>
  111. In edit mode press [CTRL]+[X] to exit or [CTRL]+[S] to save.<br><br>
  112. Screenshot:<br><br>
  113. <img src="Public/static/res/screenshot1.jpg" style="width:300px">
  114. <br><br>
  115. Feedback: <a href="mailto:code@gaox.io" style="color:#e6d236;">code@gaox.io</a>
  116. <br><br><br>
  117. </div>
  118. <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
  119. <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
  120. <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
  121. <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
  122. <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
  123. <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
  124. </div>
  125. <div id="originsDisplay" style="display:none">
  126. <br>
  127. &nbsp;<span class="originLabel">Coding:</span>&nbsp;Italy<br>
  128. &nbsp;<span class="originLabel">Server:</span>&nbsp;United States&nbsp;<br>
  129. &nbsp;<span class="originLabel"><a href="http://metrica.yandex.com" class="bbb">Metrics</a>:</span>&nbsp;Russia&nbsp;<br>
  130. <br>
  131. </div>
  132. <div class="footer">
  133. <div id="footerCont" style="display:none;">&nbsp;</div>
  134. <div id="footer"><span style="background:#FFFFFF;opacity:1.0;margin-right:10px;">&nbsp;&nbsp;<a href="https://5mode.com/dd.html">Disclaimer</a>&nbsp;&nbsp;A <a href="http://5mode.com">5 Mode</a> project and <a href="http://demo.5mode.com">WYSIWYG</a> system. CC</span></div>
  135. </div>
  136. </form>
  137. </body>
  138. </html>