File indexing completed on 2024-05-12 15:55:47

0001 <!--
0002 SPDX-FileCopyrightText: 2009-2010 Miika Turkia <miika.turkia@gmail.com>
0003 
0004 SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-KDE-Accepted-LGPL
0005 -->
0006 
0007 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
0008 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
0009 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
0010  <head>
0011   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
0012   <meta name="language" content="en" />
0013   <title>**TITLE**</title>
0014   <link rel="stylesheet" type="text/css" href="style.css" />
0015   <script type="text/javascript" src="navigation.js"></script>
0016  </head>
0017  <body>
0018 
0019 <div class="help">
0020     ?<span>JavaScript:<br />Use arrows left and right to move to previous and next images. Home key gets back to index page.</span>
0021 </div>
0022 
0023   <h1 class="title">**TITLE**</h1>
0024 
0025   <table class="description">
0026   <tr><td>
0027   **DESCRIPTION**
0028   </td></tr>
0029   </table>
0030 
0031   <table class="thumbnail-table">
0032     **THUMBNAIL-TABLE**
0033   </table>
0034 
0035   <table class="controlinfo">
0036       <tr>
0037           <td>**RESOLUTIONS**<br />**KIMFILE**</td>
0038           <td style="text-align:right">**COPYRIGHT**</td>
0039       </tr>
0040   </table>
0041 
0042 <script type="text/javascript">
0043 <!--
0044 //<![CDATA[
0045 listenKey();
0046 var prev = '**LAST**';
0047 var next = '**FIRST**';
0048 var index = 'index';
0049 //]]>
0050 -->
0051 </script>
0052 
0053  </body>
0054 </html>