[gimp-web] Show download hints for all platforms if Javascript is disabled.



commit 3ba6f5feb285c88e09668b9861afadd0f7bb2867
Author: Michael Schumacher <schumaml gmx de>
Date:   Wed Jul 22 21:55:49 2009 +0200

    Show download hints for all platforms if Javascript is disabled.

 downloads/index.htrw |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/downloads/index.htrw b/downloads/index.htrw
index cdb1eb4..a33e5a5 100644
--- a/downloads/index.htrw
+++ b/downloads/index.htrw
@@ -6,6 +6,8 @@ $(document).ready(function() {
 	renderDownload();
 });
 </script>
+<noscript>
+</noscript>
 <!--#include virtual="/includes/wgo-page-init.xhtml" -->
 
 <div class="splash">
@@ -17,6 +19,11 @@ src="downloadsplash.jpg" />
 <h1>Downloads</h1>
 
 <div id="downloads">
+	<noscript>
+		<!--#include virtual="/downloads/Linux.xhtml"   -->
+		<!--#include virtual="/downloads/Mac.xhtml"     -->
+		<!--#include virtual="/downloads/Windows.xhtml" -->
+	</noscript>
 		<!--#include virtual="/downloads/source.xhtml" -->
 </div>
 



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