????JFIF??x?x????'
Server IP : 79.136.114.73 / Your IP : 3.15.18.157 Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/www.biminfo.se/portal/ |
Upload File : |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Untitled Document</title> <style type="text/css"> <!-- .style22 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; } .style27 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; } .style28 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; } .style33 { font-size: 16px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; } --> </style> </head> <body> <span class="style33">Nya Revit-familjer: </span><br> <br> <table width="660" border="0" cellspacing="0" cellpadding="0"> <tr> <?php $sql = "SELECT tblContent.id as id, model, thumb, size, color, tblType.type FROM tblContent, tblType where tblType.id = tblContent.type order by tblContent.id desc limit 3"; $result = mysql_query($sql); $x = 0; $array = array(0,0,0); while ($row = mysql_fetch_assoc($result)){ $model = $row['model']; $id = $row['id']; $thumb = $row['thumb']; $size = $row['size']; $color = $row['color']; $type = $row['type']; $array[$x] = $id; $x++; ?> <td width="110" rowspan="2"><a href="?page=content&id=<?php echo($array[$x - 1]);?>"><img src="<?php echo($thumb);?>" width="100" height="100" hspace="2" vspace="0" border="1"></a></td> <td width="110" valign="top" class="style28"><strong><?php echo($model);?></strong><br> - <?php echo($type);?><br> - <?php echo($color);?><br> - <?php echo($size);?> </td> <?php } ?> </tr> <tr> <td valign="bottom" class="style28"><a href="?page=content&id=<?php echo($array[0]);?>"><strong>Läs mer >> </strong></a></td> <td valign="bottom" class="style28"><a href="?page=content&id=<?php echo($array[1]);?>"><strong>Läs mer >> </strong></a></td> <td valign="bottom" class="style28"><a href="?page=content&id=<?php echo($array[1]);?>"><strong>Läs mer >> </strong></a></td> </tr> </table> <span class="style22"> </span> <hr size="1"> <span class="style22"><br> Lista familjer efter kategori: </span><br> <?php $sql = "SELECT * FROM tblCategory order by name"; $result = mysql_query($sql); ?> <table width="660" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="200"><?php $x = 0; while ($row = mysql_fetch_assoc($result)){ if($x == 5 || $x == 10){ echo("</td><td width='200'>"); } ?> <a href="" class="style27"><?php echo($row['name']) ?> [<?php echo($row['nbr']) ?>] </a><br> <?php $x++; ?> <?php }?></td> </tr> </table> <hr size="1"> <span class="style22"><br> Lista familjer efter tillverkare: </span><br> <table width="660" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="220"><a href="?page=result&keyword=revit"><span class="style27"> Revit Architecture [4] </span></a></td> <td width="220"><a href="?page=result&keyword=revit"><span class="style27">Revit MEP [4] </span></a></td> <td width="220"><a href="?page=result&keyword=structure"><span class="style27">Revit Structure [0] </span></a></td> </tr> </table> <hr size="1"> <span class="style22"><br> Lista familjer efter plattform:</span> <p></p> <table width="660" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="220"><a href="?page=result&keyword=revit"><span class="style27"> Revit Architecture [4] </span></a></td> <td width="220"><a href="?page=result&keyword=revit"><span class="style27">Revit MEP [4] </span></a></td> <td width="220"><a href="?page=result&keyword=structure"><span class="style27">Revit Structure [0] </span></a></td> </tr> </table> <hr size="1"> </body> </html>