[gimp-web/downloads-templated] Test new json object for GIMP_VERSIONS



commit eddfcb2f370c9f3870a46cd875b0b4f81f3615de
Author: Pat David <patdavid gmail com>
Date:   Fri Jul 22 09:00:45 2016 -0500

    Test new json object for GIMP_VERSIONS

 themes/newgimp/templates/downloads.html |   15 +++++++++++++--
 1 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/themes/newgimp/templates/downloads.html b/themes/newgimp/templates/downloads.html
index d0c8407..0320dff 100644
--- a/themes/newgimp/templates/downloads.html
+++ b/themes/newgimp/templates/downloads.html
@@ -21,7 +21,6 @@
     <h2>Current Stable Version</h2>
     <p>The current stable release of GIMP is <b>{{ GIMP_VERSION }}</b> (2016-07-14).</p>
     
-    {#
     <p>Testing something here...<br>
         {% if GIMP.VERSIONS %}
             {% for version, values in GIMP.VERSIONS.iteritems() %}
@@ -29,7 +28,19 @@
             {% endfor %}
         {% endif %}
     </p>
-    #}
+
+    <p>Testing all the windows versions begin listed...<br>
+    {% if GIMP.VERSIONS %}
+        {% for version, values in GIMP.VERSIONS.iteritems() %}
+        <b>{{ version }}</b><br>
+        <ul>
+            {% for file, hash in version.windows %}
+            <li>{{ file }}: {{ hash }}</li>   
+            {% endfor %}
+        </ul>
+        {% endfor %}
+    {% endif %} 
+    </p>
 
     <div class="OSTEST">
         <p>


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