File indexing completed on 2025-01-26 04:04:32
0001 <!-- 0002 SPDX-FileCopyrightText: 2009-2012 Miika Turkia <miika.turkia@gmail.com> 0003 0004 SPDX-License-Identifier: LicenseRef-KDE-Accepted-LGPL 0005 --> 0006 0007 <!DOCTYPE html> 0008 <html lang="en"> 0009 <head> 0010 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 0011 <title>**TITLE**</title> 0012 <link rel="stylesheet" type="text/css" href="style.css" /> 0013 <script type="text/javascript" src="navigation.js"></script> 0014 </head> 0015 <body> 0016 <script type="text/javascript"> 0017 <!-- 0018 //<![CDATA[ 0019 document.write('<div class="help">?<span>JavaScript:<br />Use ' + 0020 'arrows left and right to move to previous and next images. ' + 0021 'Home key gets back to index page.</span></div>') 0022 0023 listenKey(); 0024 var prev = '**PREVFILE**'; 0025 var next = '**NEXTFILE**'; 0026 var index = '**INDEXFILE**'; 0027 0028 //]]> 0029 --> 0030 </script> 0031 <noscript> 0032 <div id="help" class="help"> 0033 ?<span id="help-span">Use navigation bar to browse through pictures. Also clicking image gives the next one.</span> 0034 </div> 0035 </noscript> 0036 0037 <div class="navigator"> 0038 **PREV** 0039 **INDEX** 0040 **NEXT** 0041 </div> 0042 0043 <div class="title"> 0044 <h1 class="title">**TITLE**</h1> 0045 </div> 0046 0047 <div class="viewpic"> 0048 **IMAGE_OR_VIDEO** 0049 </div> 0050 0051 <div class="keywords" style="margin-left:1.5em"> 0052 **DESCRIPTION** 0053 </div> 0054 0055 <div class="footer"> 0056 <div id="home" class="home"><a href="/">Home</a> **RESOLUTIONS**</div> 0057 <div id="copyright" class="copyright">**COPYRIGHT**</div> 0058 </div> 0059 </body> 0060 </html>