source: pro-violet-viettel/www/deploy/20150304/application/modules/ajax/views/preview/index.php @ 803

Last change on this file since 803 was 803, checked in by quyenla, 10 years ago

preview

File size: 493 bytes
Line 
1
2<div style="display:none;" class="html5gallery" data-skin="darkness" data-width="540" data-height="300">
3        <?php
4        for ($i=0;$i<$total;$i++)
5        {
6        ?>
7    <a href="http://sbgapi.violet.vn/<?php echo $folder."/".$i;?>.png"><img src="http://sbgapi.violet.vn/<?php echo $folder."/".$i;?>.png" title="Trang <?php echo ($i+1);?>" alt="Trang <?php echo ($i+1);?>"></a>
8    <?php
9    }?>
10</div>
11<script type="text/javascript">
12 $(".html5gallery").html5gallery(); 
13</script>
Note: See TracBrowser for help on using the repository browser.