<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>图片播放器-download by http://www.hicode.cn</title> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <style type="text/css"> /* dxj */ body { background:#2B2B2B; font-size:12px; } .re ,h2 ,h4 { width:800px; margin:0 auto; } h2 { height:60px; } h2 a { font-size:150%; color:#fff; text-decoration:none; } h4 { height:30px; } h4 a { font-size:110%; color:#fff; text-decoration:none; } h2 a:hover ,h4 a:hover { text-decoration:underline; }</style> </head> <body> <h2> <a href="http://hicode.cn">hicode.cn</a> </h2> <div class="re"> <a href="images/1.jpg" rel="shadowbox[Aston Martin];options={slideshowDelay:3}" title="hicode.cn"> <img src="images/1.jpg" style="border:0;" /> </a> <a rel="shadowbox[Aston Martin]" href="images/2.jpg" title="hicode.cn"></a> <a rel="shadowbox[Aston Martin]" href="images/3.jpg" title="hicode.cn"></a> <a rel="shadowbox[Aston Martin]" href="images/4.jpg" title="hicode.cn"></a> <a rel="shadowbox[Aston Martin]" href="images/5.jpg" title="hicode.cn"></a> <a rel="shadowbox[Aston Martin]" href="images/6.jpg" title="hicode.cn"></a> </div> <h4> </h4> <script type="text/javascript" src="src/shadowbox-base.js"></script> <script type="text/javascript" src="src/shadowbox-2.0.js"></script> <script type="text/javascript"> //<![CDATA[
Shadowbox.loadSkin('classic', 'src/'); Shadowbox.loadLanguage('en', 'src/lang'); var sbConf = { flvPlayer: 'src/flvplayer.swf' }; window.onload = function(){ try{ Shadowbox.init(sbConf); } catch(e){ alert(e) } }; //]]> </script> </body> </html> |