diff --git a/footer.php b/footer.php deleted file mode 100644 index 7f9c351..0000000 --- a/footer.php +++ /dev/null @@ -1,22 +0,0 @@ -'); - date_default_timezone_set('UTC'); #else the interpreter whines - echo('
', - position: 'top right', - fade: 2 // fading the semi-transparent overlay looks bad in IE - }); +let slideIndex = 1; +showSlides(slideIndex); - hs.wrapperClassName = 'borderless'; - hs.graphicsDir = 'highslide/graphics/'; - hs.align = 'center'; - hs.transitions = ['expand', 'crossfade']; - hs.outlineType = 'rounded-white'; - hs.fadeInOut = true; - hs.showCredits = false; - hs.numberPosition = 'caption'; - hs.dimmingOpacity = 0.75; +function plusSlides(n) +{ + showSlides(slideIndex += n); +} + +function currentSlide(n) +{ + showSlides(slideIndex = n); +} + +function showSlides(n) +{ + let i; + let slides = document.getElementsByClassName("mySlides"); + let dots = document.getElementsByClassName("dot"); + if (n > slides.length) + { + slideIndex = 1 + } + if (n < 1) + { + slideIndex = slides.length + } + for (i = 0; i < slides.length; i++) + { + slides[i].style.display = "none"; + } + for (i = 0; i < dots.length; i++) + { + dots[i].className = dots[i].className.replace(" active", ""); + } + slides[slideIndex-1].style.display = "block"; + dots[slideIndex-1].className += " active"; +} diff --git a/screenshots.php b/screenshots.php index 373683c..a7a2e94 100644 --- a/screenshots.php +++ b/screenshots.php @@ -7,63 +7,78 @@ include("tde-head-and-foot.php"); doHeader("TDE Screenshots", "Main", "Screenshots"); ?> -

This page contains screenshots of the Trinity running under various Linux -distributions. If you have a particularly interesting Trinity desktop and -would like to see it displayed here, please contact us.

+ +
+ + +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ + + + +
+
+ + +
+ + + + + + + + + + +
-

- -

-
-
- -
-
-
-
-
-
- -
-
-
-
-
-
- -
-
-
-
-
-
- -
-
-
-
-
-
- -
-
-
-
-
-
- -
-
-
-
-
-
-

- -

More screenshots from members of our community can be found in the community section -of our wiki.

+ +
+

See more screenshots from our community members on the Wiki.

+ +

If you would like to submit a screenshot, please reach out on our mailing lists.

+
'."\n"); + echo(' '."\n"); date_default_timezone_set('UTC'); #else the interpreter whines echo(' '."\n");