summaryrefslogtreecommitdiffstats
path: root/screenshots.php
diff options
context:
space:
mode:
Diffstat (limited to 'screenshots.php')
-rw-r--r--screenshots.php21
1 files changed, 16 insertions, 5 deletions
diff --git a/screenshots.php b/screenshots.php
index 612e79e..373683c 100644
--- a/screenshots.php
+++ b/screenshots.php
@@ -7,11 +7,11 @@ include("tde-head-and-foot.php");
doHeader("TDE Screenshots", "Main", "Screenshots");
?>
-<p>
-This page contains screenshots of the latest Trinity release running under various Linux distributions. If you have a particularly interesting Trinity desktop and would like to see it displayed here, please <a href="mailinglist.php">contact us</a>.
-</p>
-<p>
+<p>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 <a href="mailinglist.php">contact us</a>.</p>
+<p>
<script type="text/javascript" src="highslide/highslide.js"></script>
<script type="text/javascript" src="screenshots.js"></script>
@@ -51,9 +51,20 @@ This page contains screenshots of the latest Trinity release running under vario
<div class="sc_txt">
</div>
</div>
+ <div class="sc_img_holder">
+ <div class="sc_img">
+ <a href="media/screenshots/large/tde6.png" class="highslide" onClick="return hs.expand(this, { captionText: '' })"><img alt="" src="media/screenshots/small/tde6.png"></a>
+ </div>
+ <div class="sc_txt">
+ </div>
+ </div>
</DIV>
<div CLASS="clearall"></div>
-<P>
+</p>
+
+<p>More screenshots from members of our community can be found in the community section
+of <a href="https://wiki.trinitydesktop.org/Community_Screenshots">our wiki</a>.</p>
+
<?php
doFooter();
?>