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

Last change on this file since 831 was 831, checked in by quyenla, 10 years ago
File size: 507 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="<?php echo $this->config->item('api_url').$folder."/".$i;?>.png"><img src="<?php echo $this->config->item('api_url').$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.