|
@@ -106,16 +106,17 @@
|
|
|
<form id="frmHC" method="POST" target="_self" enctype="multipart/form-data" style="display:none;">
|
|
<form id="frmHC" method="POST" target="_self" enctype="multipart/form-data" style="display:none;">
|
|
|
|
|
|
|
|
<div class="header">
|
|
<div class="header">
|
|
|
- <a href="/" style="color:white; text-decoration: none;"><img src="/Public/static/res/INVlogo.png" style="width:48px;"> Invenktory</a> <a href="https://github.com/par7133/Invenktory" style="color:#ffffff"><span style="color:#119fe2">on</span> github</a> <a href="mailto:code@gaox.io" style="color:#ffffff"><span style="color:#119fe2">for</span> feedback</a> <a href="tel:+39-378-0812391" style="font-size:13px;background-color:#15c60b;border:2px solid #15c60b;color:white;height:27px;text-decoration:none;"> get support </a>
|
|
|
|
|
|
|
+ <a href="/" style="color:white; text-decoration: none;"><img src="/Public/static/res/INVlogo.png" style="width:48px;"> Invenktory</a> <a href="https://github.com/par7133/Invenktory" style="color:#ffffff"><span style="color:#119fe2">on</span> github</a>
|
|
|
|
|
+ <!-- <a href="mailto:code@gaox.io" style="color:#ffffff"><span style="color:#119fe2">for</span> feedback</a> <a href="tel:+39-378-0812391" style="font-size:13px;background-color:#15c60b;border:2px solid #15c60b;color:white;height:27px;text-decoration:none;"> get support </a>-->
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<div style="clear:both; padding:8px; width:100%; height:110px; overflow-y:auto; border-right: 1px solid #2c2f34; text-align:center;">
|
|
<div style="clear:both; padding:8px; width:100%; height:110px; overflow-y:auto; border-right: 1px solid #2c2f34; text-align:center;">
|
|
|
- <div style="float:left;width:170px;padding-left:10px;text-align: left;">
|
|
|
|
|
|
|
+ <div style="float:left;width:160px;padding-left:10px;text-align: left;">
|
|
|
<a href="https://github.com/par7133/Invenktory/archive/refs/tags/v1.1.8.zip">1.1.8 (zip)</a><br>
|
|
<a href="https://github.com/par7133/Invenktory/archive/refs/tags/v1.1.8.zip">1.1.8 (zip)</a><br>
|
|
|
<a href="https://github.com/par7133/Invenktory/archive/refs/tags/v1.1.8.tar.gz">1.1.8 (tar.gz)</a><br>
|
|
<a href="https://github.com/par7133/Invenktory/archive/refs/tags/v1.1.8.tar.gz">1.1.8 (tar.gz)</a><br>
|
|
|
</div>
|
|
</div>
|
|
|
<!--<img src="/Public/static/res/INVgenius.png" alt="HC Genius" title="HC Genius" style="position:relative; left:+6px; width:90%; border: 1px dashed #EEEEEE;">-->
|
|
<!--<img src="/Public/static/res/INVgenius.png" alt="HC Genius" title="HC Genius" style="position:relative; left:+6px; width:90%; border: 1px dashed #EEEEEE;">-->
|
|
|
- <div style="float:left;width:230px;text-align:left;">
|
|
|
|
|
|
|
+ <div style="float:left;width:200px;text-align:left;">
|
|
|
<input type="text" id="Password" name="Password" placeholder="password" style="font-size:10px; background:#393939; color:#ffffff; width: 90%; height:30px; border-radius:3px;" value="" autocomplete="off"><br>
|
|
<input type="text" id="Password" name="Password" placeholder="password" style="font-size:10px; background:#393939; color:#ffffff; width: 90%; height:30px; border-radius:3px;" value="" autocomplete="off"><br>
|
|
|
<input type="text" id="Salt" placeholder="salt" style="position:relative; top:+5px; font-size:10px; background:#393939; color:#ffffff; width: 90%; height:30px; border-radius:3px;" autocomplete="off"><br>
|
|
<input type="text" id="Salt" placeholder="salt" style="position:relative; top:+5px; font-size:10px; background:#393939; color:#ffffff; width: 90%; height:30px; border-radius:3px;" autocomplete="off"><br>
|
|
|
<a href="#" onclick="showEncodedPassword();" style="position:relative; top:+5px; color:#ffffff; font-size:12px;">Hash Me!</a>
|
|
<a href="#" onclick="showEncodedPassword();" style="position:relative; top:+5px; color:#ffffff; font-size:12px;">Hash Me!</a>
|