[Xfce4-commits] <www:master> Add 4.10 shots.
Nick Schermer
noreply at xfce.org
Fri Apr 27 18:34:02 CEST 2012
Updating branch refs/heads/master
to d5959ebb68879d7a2ba160681e2ad43df725bcb7 (commit)
from b8bb5b7cec2aa11d26c5780d62e9c63619064f00 (commit)
commit d5959ebb68879d7a2ba160681e2ad43df725bcb7
Author: Nick Schermer <nick at xfce.org>
Date: Fri Apr 27 18:32:39 2012 +0200
Add 4.10 shots.
pages/about/screenshots.php | 9 +++++++--
static/about/screenshots/4.10-1-small.jpg | Bin 0 -> 6292 bytes
static/about/screenshots/4.10-1.png | Bin 0 -> 625440 bytes
static/about/screenshots/4.10-2-small.jpg | Bin 0 -> 4612 bytes
static/about/screenshots/4.10-2.png | Bin 0 -> 329792 bytes
static/about/screenshots/4.10-3-small.jpg | Bin 0 -> 5777 bytes
static/about/screenshots/4.10-3.png | Bin 0 -> 323239 bytes
7 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/pages/about/screenshots.php b/pages/about/screenshots.php
index 6dcd7a6..3b22cb0 100644
--- a/pages/about/screenshots.php
+++ b/pages/about/screenshots.php
@@ -8,8 +8,8 @@ function print_shots ($group, $count, $format = 'png')
for ($i = 1; $i <= $count; $i++)
{
echo "<a href=\"$static_media/about/screenshots/$group-$i.$format\">".
- "<img src=\"$static_media/about/screenshots/$group-$i-small.jpg\" alt=\"$group-$i\" width=\"200\" ".
- "height=\"150\" hspace=\"2\" vspace=\"2\" border=\"0\" />".
+ "<img src=\"$static_media/about/screenshots/$group-$i-small.jpg\" alt=\"$group-$i\" ".
+ "hspace=\"2\" vspace=\"2\" align=\"top\" border=\"0\" />".
"</a>";
}
}
@@ -20,6 +20,11 @@ function print_shots ($group, $count, $format = 'png')
<?php E_('Some screenshots of Xfce, ordered by version.') ?>
</p>
+<h2><?php E_('Xfce 4.10') ?></h2>
+<p>
+ <?php print_shots ('4.10', 3); ?>
+</p>
+
<h2><?php E_('Xfce 4.8') ?></h2>
<p>
<?php print_shots ('4.8', 4); ?>
diff --git a/static/about/screenshots/4.10-1-small.jpg b/static/about/screenshots/4.10-1-small.jpg
new file mode 100644
index 0000000..686985a
Binary files /dev/null and b/static/about/screenshots/4.10-1-small.jpg differ
diff --git a/static/about/screenshots/4.10-1.png b/static/about/screenshots/4.10-1.png
new file mode 100644
index 0000000..3dca566
Binary files /dev/null and b/static/about/screenshots/4.10-1.png differ
diff --git a/static/about/screenshots/4.10-2-small.jpg b/static/about/screenshots/4.10-2-small.jpg
new file mode 100644
index 0000000..f313c7f
Binary files /dev/null and b/static/about/screenshots/4.10-2-small.jpg differ
diff --git a/static/about/screenshots/4.10-2.png b/static/about/screenshots/4.10-2.png
new file mode 100644
index 0000000..4d37efa
Binary files /dev/null and b/static/about/screenshots/4.10-2.png differ
diff --git a/static/about/screenshots/4.10-3-small.jpg b/static/about/screenshots/4.10-3-small.jpg
new file mode 100644
index 0000000..5bc324b
Binary files /dev/null and b/static/about/screenshots/4.10-3-small.jpg differ
diff --git a/static/about/screenshots/4.10-3.png b/static/about/screenshots/4.10-3.png
new file mode 100644
index 0000000..80f21c1
Binary files /dev/null and b/static/about/screenshots/4.10-3.png differ
More information about the Xfce4-commits
mailing list