[gimp-web] Add missing source file for the stable splash archive



commit f71802fc7b9b8d300c2fa0684df1033baaac3392
Author: Michael Schumacher <schumaml gmx de>
Date:   Fri Apr 19 11:31:41 2013 +0200

    Add missing source file for the stable splash archive

 about/splash/stable.htrw | 47 +++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 47 insertions(+)
---
diff --git a/about/splash/stable.htrw b/about/splash/stable.htrw
new file mode 100644
index 0000000..8862f95
--- /dev/null
+++ b/about/splash/stable.htrw
@@ -0,0 +1,47 @@
+<!--#include virtual="/includes/wgo-xhtml-init.xhtml" -->
+<title>GIMP - Splash History</title>
+<!--#include virtual="/includes/wgo-look-feel.xhtml" -->
+<!--#include virtual="/includes/imagebox.xhtml" -->
+<script type="text/javascript">
+       //image preview
+       //<!--
+       $(document).ready(function() {
+
+                       //replace the thumbnails with a crop view
+                       $(".splashes img").each(function () {
+                               //console.log("mangling thumbnail for " + this.id);
+                               var img = this.src;
+                               $(this).css({//real thumbnail when loaded
+                                       background:     "url('" + img + "') center no-repeat"
+                               });
+                               this.src = "/images/spacer.png";
+                               $(this).parent().append(("<p>" + $(this).parent().attr("title"))+ "</p>\n");
+                       });
+       });
+       //-->
+</script>
+<!--#include virtual="/includes/wgo-page-init.xhtml" -->
+
+<h1>Stable Version Splash History</h1>
+
+<div class="splashes">
+<a href="images/gimp1_1_splash.png" title="GIMP 1.0<br /> Author: Jens Lautenbacher"><img alt="#"  
id="gimp1_1_splash" src="images/gimp1_1_splash.png" width="128" height="128" /></a>
+
+<a href="images/gimp_splash.1.11.png"  title="GIMP 1.2<br /> Author: Tuomas Kuosmanen"><img alt="#"  
id="gimp_splash.1.11" src="images/gimp_splash.1.11.png" width="128" height="128" /></a>
+
+<a href="images/gimp_splashpng.1.19.png"  title="GIMP 2.0<br /> Author: Jakub Steiner"><img alt="#"  
id="gimp_splashpng.1.19" src="images/gimp_splashpng.1.19.png" width="128" height="128" /></a>
+
+<a href="images/gimp-splash-1.6.png" title="GIMP 2.2<br /> Author: Bill Luhtala"><img alt="#"  
id="gimp-splash-1.6" src="images/gimp-splash-1.6.png" width="128" height="128" /></a>
+
+<a href="images/gimp-splash-2.4.png" title="GIMP 2.4<br /> Author: Paul Davey"><img alt="#"  
id="gimp-splash-2.4" src="images/gimp-splash-2.4.png" width="128" height="128" /></a>
+
+<a href="images/gimp-splash-2.6.png" title="GIMP 2.6<br /> Author: Alexia Death"><img alt="#"  
id="gimp-splash-2.6" src="images/gimp-splash-2.6.png" width="128" height="128" /></a>
+
+</div>
+
+<br style="clear: both">
+
+<!--#include virtual="/includes/image-license.inc" -->
+
+<!--#include virtual="/includes/wgo-page-fini.xhtml" -->
+<!--#include virtual="/includes/wgo-xhtml-fini.xhtml" -->


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]