Update web root

This commit is contained in:
PassiveLemon 2023-12-04 20:59:50 -05:00
parent fa005f1327
commit 4b7fd39e57
4 changed files with 11 additions and 12 deletions

View File

@ -39,7 +39,7 @@
<h3 style="margin-top: 1em;">403 - Forbidden</h3> <h3 style="margin-top: 1em;">403 - Forbidden</h3>
<div class="ui divider"></div> <div class="ui divider"></div>
<p>You do not have permission to view this directory or page. <br> <p>You do not have permission to view this directory or page. <br>
This might cause by the region limit setting of this site.</p> This might be caused by the region limit setting of this site.</p>
<div class="ui divider"></div> <div class="ui divider"></div>
<div style="text-align: left;"> <div style="text-align: left;">
<small>Request time: <span id="reqtime"></span></small><br> <small>Request time: <span id="reqtime"></span></small><br>
@ -52,4 +52,4 @@
$("#requrl").text(window.location.href); $("#requrl").text(window.location.href);
</script> </script>
</body> </body>
</html> </html>

View File

@ -154,4 +154,4 @@
$("#host").text(location.href); $("#host").text(location.href);
</script> </script>
</body> </body>
</html> </html>

View File

@ -50,7 +50,7 @@
</a> </a>
<div class="ui divider menudivider">Access & Connections</div> <div class="ui divider menudivider">Access & Connections</div>
<a class="item" tag="cert"> <a class="item" tag="cert">
<i class="simplistic lock icon"></i> TLS / SSL certificate <i class="simplistic lock icon"></i> TLS / SSL certificates
</a> </a>
<a class="item" tag="redirectset"> <a class="item" tag="redirectset">
<i class="simplistic level up alternate icon"></i> Redirection <i class="simplistic level up alternate icon"></i> Redirection
@ -150,14 +150,13 @@
<br><br> <br><br>
<div class="ui divider"></div> <div class="ui divider"></div>
<div class="ui container" style="color: grey; font-size: 90%"> <div class="ui container" style="color: grey; font-size: 90%">
<p>CopyRight Zoraxy project and its author, 2022 - <span class="year"></span></p> <p>CopyRight Zoraxy Project and its authors © 2021 - <span class="year"></span></p>
</div> </div>
<div id="messageBox" class="ui green floating big compact message"> <div id="messageBox" class="ui green floating big compact message">
<p><i class="green check circle icon"></i> There are no message</p> <p><i class="green check circle icon"></i> There are no messages</p>
</div> </div>
<div id="confirmBox" style="display:none;"> <div id="confirmBox" style="display:none;">
<div class="ui top attached progress"> <div class="ui top attached progress">
<div class="bar" style="width: 100%; min-width: 0px;"></div> <div class="bar" style="width: 100%; min-width: 0px;"></div>
@ -351,7 +350,7 @@
$("#confirmBox").hide(); $("#confirmBox").hide();
//Unset the event listener //Unset the event listener
$("#confirmBox .ui.red.button").off("click"); $("#confirmBox .ui.red.button").off("click");
}); });
// Show the confirm box // Show the confirm box
@ -392,4 +391,4 @@
} }
</script> </script>
</body> </body>
</html> </html>

View File

@ -119,7 +119,7 @@
<h2 class="diagramHeader">Host</h2> <h2 class="diagramHeader">Host</h2>
<p style="font-weight: 500; color: #bd2426;">Error</p> <p style="font-weight: 500; color: #bd2426;">Error</p>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
<div> <div>
@ -140,7 +140,7 @@
<div class="item">Visit the Reverse Proxy management interface to correct any setting errors</div> <div class="item">Visit the Reverse Proxy management interface to correct any setting errors</div>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
<br> <br>
</div> </div>
@ -155,4 +155,4 @@
$("#host").text(location.href); $("#host").text(location.href);
</script> </script>
</body> </body>
</html> </html>