説明なし

work.html 2.7KB

    <include file="Public:header" /> <link rel='stylesheet' href='/Public/home/css/style.css' media='screen' /> <script src="/Public/home/js/jquery-1.7.2.min.js"></script> <script src="/Public/home/js/blocksit.min.js"></script> <script> $(document).ready(function() { //blocksit define $(window).load( function() { $('#container').BlocksIt({ numOfCol:4, offsetX: 8, offsetY: 8, blockElement: '.grid' }); }); //window resize var currentWidth = 1100; }); </script> <!-- Arquivos utilizados pelo jQuery lightBox plugin --> <script type="text/javascript" src="/Public/home/js/jquery.lightbox-0.6.js"></script> <link rel="stylesheet" type="text/css" href="/Public/home/css/jquery.lightbox-0.5.css" media="screen" /> <!-- / fim dos arquivos utilizados pelo jQuery lightBox plugin --> <!-- Ativando o jQuery lightBox plugin --> <script type="text/javascript"> $(function() { $('#container a.bigT').lightBox(); }); </script> <style type="text/css"> /* jQuery lightBox plugin - Gallery style */ #gallery{padding:0px;width:705px} #gallery ul{list-style:none} #gallery ul li{display:inline} #gallery ul img{} #gallery ul a:hover img{color:#333} #gallery ul a:hover{color:#333} #lightbox-image-details-currentNumber{display:none;} </style> <style>#lightbox-image-details-caption{line-height:27px}</style> <!--content start--> <div class="content"> <div class="mT"><span>LRC俱乐部会员作品展示</span></div> <!----> <div id="container"> <volist name="news" id="v" key="key"> <div class="grid"> <div class="imgH"> <div class="imgpic"><a class="bigT" href="{$v.pic}" title="镜头型号:{$v.jtxinghao}<br />机身型号:{$v.xinghao} "><div>{$v.title}</div><img src="{$v.picen}" width="285px" title="{$v.pic}" /><input type="hidden" name="id" class="id" value="{$v.id}"></a></div> <div class="imgp"><a href="/news/work_s{$v.id}.html" title="EXIF信息" style="background:url(/Public/home/images/qqq.jpg) no-repeat;padding: 10px 25px;color: #fff;">点评</a></div> </div> </div> </volist> </div> <div class="fenye"> {$page} </div> </div> <script> $(function(){ $(".bigT").click(function(){ $("#lightbox-secNav a").attr("href","/news/work_s"+$(this).find('.id').val()+".html"); }) }) </script> <!-- content end --> <include file="Public:footer" />