Файловый менеджер - Редактировать - /home/umudio/public_html/OLD/photogallery.php
Назад
<script type="text/javascript"> //Define your own array to hold the photo album images //Syntax: ["path_to_thumbnail", "opt_image_title", "opt_destinationurl", "opt_linktarget"] var myvacation=new Array() //myvacation[0]=["../photo1.jpg", "", "photo1-large.jpg"] <?php $sql="select * from photos order by sn desc"; $result=mysql_query($sql,$csn); if (!$result){ echo ("<p>Error retrieving data: " . mysql_error() . "</p>"); } $num = mysql_num_rows($result); $i=0; $finish=35; $fin=$finish; if($finish>$num){ $fin=$num; } while($i < $fin){ $dheading=mysql_result($result,$i,"titler"); $dheading=substr($dheading,0,150); $dsn=mysql_result($result,$i,"sn"); $dphoto=mysql_result($result,$i,"thumb"); $ddphoto=mysql_result($result,$i,"photo"); ?> <?php echo("myvacation[" . $i . "]=['" . $dphoto . "', '" . $dheading . "', '" . $ddphoto . "', '_new']") ; ?> <?php $i++; } ?> //initiate a photo gallery //Syntax: new photogallery(imagearray, cols, rows, tablewidth, tableheight, opt_[paginatetext_prefix, paginatetext_linkprefix]) var thepics=new photogallery(myvacation, 4, 1, '450px', '200px', ['Browse Gallery:', 'Page']) //OPTIONAL: Run custom code when an image is clicked on, via "onselectphoto" //DELETE everything below to disable //Syntax: function(img, link){}, whereby img points to the image object of the image, and link, its link object, if defined thepics.onselectphoto=function(img, link){ if (link!=null) //if this image is hyperlinked window.open(link.href, "", "width=850, height=600, status=1, resizable=1") return false //cancel default action when clicking on image, by returning false instead of true } </script>
| ver. 1.4 |
Github
|
.
| PHP 5.6.40 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка