Added javascript screenshot generator
[quandoparte] / www / screenshots.html
index 9b4d5c7..c0faf14 100644 (file)
@@ -3,7 +3,8 @@
        <head>
                <title>Quando Parte</title>
                <link rel="stylesheet" type="text/css" href="default.css" />
-               </style>
+               <script type="text/javascript" src="./screenshot-generator.js"> 
+               </script>
        </head>
        <body>
                <div class="header">
@@ -11,6 +12,7 @@
                        <h1>Quando Parte</h1>
                        <div class="navigation">
                                <a href="./index.html">Home</a> &nbsp;
+                               <a href="https://garage.maemo.org/frs/?group_id=2194">Download</a> &nbsp;
                                <a href="./screenshots.html">Screenshots</a>
                        </div>
                        <p>Quickly check train schedules and delays at your station</p>
                <div class="bodymatter">
                        <h2>Screenshots</h2>
                        <p>No utility program homepage is complete without a few screenshots. Here are a few:</p>
-                       <div class="screenshot">
-                               <p><img src="./screenshot-stationlist.png"/></p>
-                               <p>The Station List View</p>
-                       </div>
-                       <div class="screenshot">
-                               <p><img src="./screenshot-stationview.png"/></p>
-                               <p>The Station Departures View</p>
-                       </div>
-                       <hr/>
-                       <p>The program is maintained in the <a href="http://quandoparte.garage.maemo.org">Maemo Garage</a>.<p>  
+                       <div id="screenshot-list" />
                </div>
        </body>
 </html>