Magellan Linux

Diff of /alx-src/branches/alx-web-070/index.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 15313 by niro, Wed Jul 10 08:54:02 2019 UTC revision 15314 by niro, Fri Aug 14 08:49:43 2020 UTC
# Line 144  foreach($comps as $c) Line 144  foreach($comps as $c)
144   else echo '<tr>';   else echo '<tr>';
145    
146   echo '<td><input type=button value="EDIT" onclick="location.href=\'show.php?id='.$c['serial'].'\'"></td>';   echo '<td><input type=button value="EDIT" onclick="location.href=\'show.php?id='.$c['serial'].'\'"></td>';
147   echo '<td>'.substr($c['location'],0,3).'</td>';   //echo '<td>'.substr($c['location'],0,3).'</td>';
148     echo '<td>'.$c['location'].'</td>';
149   echo '<td><img src="pics/'.$pic.'.gif" alt="'.strtoupper($pic).'"></td>';   echo '<td><img src="pics/'.$pic.'.gif" alt="'.strtoupper($pic).'"></td>';
150   echo '<td width=40><b>#'.$c['serial'].'</b></td>';   echo '<td width=40><b>#'.$c['serial'].'</b></td>';
151   echo '<td><nobr>'.$c['hostname'].'</nobr></td>';   echo '<td><nobr>'.$c['hostname'].'</nobr></td>';

Legend:
Removed from v.15313  
changed lines
  Added in v.15314