|
@@ -37,16 +37,16 @@
|
|
|
<meta name="keywords" content="event,registration,support,supportes,hugs,list,on,premise,solution"/>
|
|
|
<meta name="robots" content="index,follow"/>
|
|
|
|
|
|
- <script src="ACT_js/jquery-3.1.0.min.js" type="text/javascript"></script>
|
|
|
- <script src="ACT_js/common.js" type="text/javascript"></script>
|
|
|
- <script src="ACT_js/bootstrap.min.js" type="text/javascript"></script>
|
|
|
- <script src="ACT_js/sha.js" type="text/javascript"></script>
|
|
|
+ <script src="/ACT_js/jquery-3.1.0.min.js" type="text/javascript"></script>
|
|
|
+ <script src="/ACT_js/common.js" type="text/javascript"></script>
|
|
|
+ <script src="/ACT_js/bootstrap.min.js" type="text/javascript"></script>
|
|
|
+ <script src="/ACT_js/sha.js" type="text/javascript"></script>
|
|
|
|
|
|
- <script src="ACT_js/home.js" type="text/javascript" defer></script>
|
|
|
+ <script src="/ACT_js/home.js" type="text/javascript" defer></script>
|
|
|
|
|
|
- <link href="ACT_css/bootstrap.min.css" type="text/css" rel="stylesheet">
|
|
|
- <link href="ACT_css/jquery-ui.1.12.1.css" type="text/css" rel="stylesheet">
|
|
|
- <link href="ACT_css/style.css" type="text/css" rel="stylesheet">
|
|
|
+ <link href="/ACT_css/bootstrap.min.css" type="text/css" rel="stylesheet">
|
|
|
+ <link href="/ACT_css/jquery-ui.1.12.1.css" type="text/css" rel="stylesheet">
|
|
|
+ <link href="/ACT_css/style.css" type="text/css" rel="stylesheet">
|
|
|
|
|
|
<script>
|
|
|
|
|
@@ -62,6 +62,7 @@
|
|
|
|
|
|
window.addEventListener("load", function() {
|
|
|
|
|
|
+ $("#frmHC").hide);
|
|
|
$(document.body).css("background","#000000");
|
|
|
$("#HCsplash").show("slow");
|
|
|
setTimeout("hideTitle()", 2000);
|
|
@@ -79,7 +80,7 @@
|
|
|
<img src="ACT_res/ACTlogo.png" style="width:310px;">
|
|
|
</div>
|
|
|
|
|
|
-<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:inline;">
|
|
|
|
|
|
<div class="header">
|
|
|
<a id="burger-menu" href="#" style="display:none;"><img src="/ACT_res/burger-menu2.png" style="width:58px;"></a><a id="ahome" href="http://actitu.de" target="_blank" style="color:black; text-decoration: none;"><img id="logo-hmm" src="/ACT_res/ACTlogo.png" style="width:48px;"> Actitude</a> <a id="agithub" href="https://github.com/par7133/Actitude" style="color:#000000"><span style="color:#119fe2">on</span> github</a> <a id="afeedback" href="mailto:info@actitu.de" style="color:#000000"><span style="color:#119fe2">for</span> feedback</a> <a id="asupport" href="tel:+39-331-4029415" style="font-size:13px;background-color:#15c60b;border:2px solid #15c60b;color:black;height:27px;text-decoration:none;"> get support </a>
|
|
@@ -92,7 +93,7 @@
|
|
|
<a href="https://github.com/par7133/Actitude/archive/refs/tags/v1.1.3.tar.gz">Release 1.1.3 (tar.gz)</a><br>
|
|
|
</div>
|
|
|
<br><br>
|
|
|
- <img src="ACT_res/ACTgenius.png" alt="ACT Genius" title="ACT Genius" style="position:relative; left:+6px; width:90%; border: 1px dashed #EEEEEE;">
|
|
|
+ <img src="/ACT_res/ACTgenius.png" alt="ACT Genius" title="ACT Genius" style="position:relative; left:+6px; width:90%; border: 1px dashed #EEEEEE;">
|
|
|
<br><br><br>
|
|
|
<input type="text" id="Password" name="Password" placeholder="password" style="font-size:10px; background:#393939; color:#ffffff; width: 90%; 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%; border-radius:3px;" autocomplete="off"><br>
|
|
@@ -102,8 +103,6 @@
|
|
|
|
|
|
<div style="float:left; width:85%;height:100%; padding:8px; border-left: 1px solid #2c2f34;">
|
|
|
|
|
|
- <?php if (APP_SPLASH): ?>
|
|
|
- <?php if ($hideSplash !== PHP_STR): ?>
|
|
|
<div id="splash" style="border-radius:20px; position:relative; left:+3px; width:98%; background-color: #33aced; padding: 20px; margin-bottom:8px;">
|
|
|
|
|
|
<button type="button" class="close" aria-label="Close" onclick="close-Splash();" style="position:relative; left:-10px;">
|