File indexing completed on 2024-12-15 05:16:15
0001 <!DOCTYPE html> 0002 0003 <html lang="en"> 0004 0005 <head> 0006 <title>ubiquity-slideshow-neon</title> 0007 0008 <link href="link/core.css" rel="stylesheet" type="text/css" /> 0009 0010 <base target="_blank" /> 0011 0012 <script type="text/javascript" src="link-core/jquery.js"></script> 0013 <script type="text/javascript" src="link-core/jquery.cycle.all.js"></script> 0014 <script type="text/javascript" src="link-core/base.js"></script> 0015 0016 <script type="text/javascript"> 0017 var SLIDESHOW_OPTIONS = { 0018 /* Uncomment to debug */ 0019 timeout: 5000, 0020 /* Make sure our slides fit the window when resized */ 0021 fit: 1, 0022 width: '100%', 0023 height: '100%', 0024 /* Default slideshow uses the 'scrollHorz' fx, but slides are not 0025 resized horizontally with that fx, using 'scrollLeft' workarounds that 0026 bug */ 0027 fx: 'fade', 0028 }; 0029 </script> 0030 <script type="text/javascript" src="link-core/slideshow.js"></script> 0031 </head> 0032 0033 <body> 0034 <div id="slideshow"> 0035 <div><a href="kde.html" class="load"></a></div> 0036 <div><a href="neon.html" class="load"></a></div> 0037 <div><a href="plasma.html" class="load"></a></div> 0038 <div><a href="secure.html" class="load"></a></div> 0039 </div> 0040 0041 <div id="debug-controls"> 0042 <input type="button" id="prev-slide" value="<"/> 0043 <input type="button" id="next-slide" value=">"/> 0044 </div> 0045 </body> 0046 0047 </html>