Rev | Line | |
---|
[789] | 1 | |
---|
[803] | 2 | <div style="display:none;" class="html5gallery" data-skin="darkness" data-width="540" data-height="300"> |
---|
[790] | 3 | <?php |
---|
| 4 | for ($i=0;$i<$total;$i++) |
---|
[803] | 5 | { |
---|
[790] | 6 | ?> |
---|
[831] | 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> |
---|
[790] | 8 | <?php |
---|
| 9 | }?> |
---|
[803] | 10 | </div> |
---|
| 11 | <script type="text/javascript"> |
---|
| 12 | $(".html5gallery").html5gallery(); |
---|
[872] | 13 | $( ".bootbox" ).addClass( "preview" ); |
---|
[803] | 14 | </script> |
---|
Note: See
TracBrowser
for help on using the repository browser.