Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.35
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
html /
gf.bdcloud.fr /
includes /
jsgantt /
Delete
Unzip
Name
Size
Permission
Date
Action
CONTRIBUTING.md
6.25
KB
-rw-r--r--
2020-10-12 13:33
LICENSE
3.24
KB
-rw-r--r--
2020-10-12 13:33
README.md
1.05
KB
-rw-r--r--
2020-10-12 13:33
home-bg.jpg
371.6
KB
-rw-r--r--
2020-10-12 13:33
index.html
60.23
KB
-rw-r--r--
2020-10-12 13:33
jsgantt.css
13.78
KB
-rw-r--r--
2020-10-12 13:33
jsgantt.js
93.87
KB
-rw-r--r--
2020-10-12 13:33
main.css
1.71
KB
-rw-r--r--
2020-10-12 13:33
main.js
2.54
KB
-rw-r--r--
2020-10-12 13:33
project.xml
2.87
KB
-rw-r--r--
2020-10-12 13:33
Save
Rename
$(document).ready(function() { // Scrollspy changes navbar active links $("body").scrollspy({target:"#my-navbar-nav", offset:50}); // Smooth scroll $("a").click(function(event) { if (this.hash !== "") { event.preventDefault(); var linkOffset = 0; if ($.inArray(this.hash,["#options","#xmlExport","#optionsLanguage","#setDayMajorDateDisplayFormat"]) != -1) { linkOffset = -25; } $("html, body").animate({ scrollTop: $(this.hash).offset().top - $(".navbar").height() + linkOffset }, 600); } }); // Demo buttons $("#embedded-Gantt").hide(0); $("#external-Gantt").hide(0); $(".btn-demo").click(function() { if ($(this).html().indexOf("Embedded Code") != -1) { if ($("#external-Gantt").is(":visible")) { $("#external-Gantt").animate({ height: "toggle", opacity: "toggle"}, 300, function () { $("#embedded-Gantt").animate({ height: "toggle", opacity: "toggle"}, 600 ); } ); $(".btn-demo:nth-child(2)").removeClass("active"); } else { $("#embedded-Gantt").animate({ height: "toggle", opacity: "toggle"}, 600 ); } } else { if ($("#embedded-Gantt").is(":visible")) { $("#embedded-Gantt").animate({ height: "toggle", opacity: "toggle"}, 300, function() { $("#external-Gantt").animate({ height: "toggle", opacity: "toggle"}, 600 ); } ); $(".btn-demo:nth-child(1)").removeClass("active"); } else { $("#external-Gantt").animate({ height: "toggle", opacity: "toggle"}, 600 ); } } }); // Slideshow var slideIndex = 0; carousel(); function carousel() { var i; var x = document.getElementsByClassName("slide"); var d = document.getElementsByClassName("dot"); for (i = 0; i < x.length; i++) { x[i].style.display = "none"; } slideIndex++; if (slideIndex > x.length) {slideIndex = 1} x[slideIndex-1].style.display = "inline-block"; $(".slide:nth-child(" + (slideIndex).toString() + ")").animate({ opacity: 1 }, 500); $(".dot").removeClass("active"); $(".dot:nth-child(" + (slideIndex).toString() + ")").addClass("active"); setTimeout(carousel, 2000); // Change image every 2 seconds } });