fhiiqm/laser_flist.php
changeset 34 fc60ef80a7ad
parent 33 f1a8785434e4
equal deleted inserted replaced
33:f1a8785434e4 34:fc60ef80a7ad
    73     
    73     
    74     if (!isset($fnum) || !$fnum) $fnum = 1;
    74     if (!isset($fnum) || !$fnum) $fnum = 1;
    75     if (!isset($filter) || !$filter) $filter = "";
    75     if (!isset($filter) || !$filter) $filter = "";
    76     if (!isset($sort) || !$sort) $sort = 2;
    76     if (!isset($sort) || !$sort) $sort = 2;
    77     if (!isset($dir) || !$dir)  $dir = "";
    77     if (!isset($dir) || !$dir)  $dir = "";
       
    78     $getp = "&st=$start&z=$zeil&s=$sort&d=$dir&f=$fnum&b=$filter"; //Link fuer Laserliste zurueck
    78 
    79 
    79     include ($_SERVER['DOCUMENT_ROOT'] ."/fhiiqm/inc/func_lib.inc.php");
    80     include ($_SERVER['DOCUMENT_ROOT'] ."/fhiiqm/inc/func_lib.inc.php");
    80     
    81     
    81     // Filter 'aktiv'
    82     // Filter 'aktiv'
    82     if ($fnum == 9)
    83     if ($fnum == 9)
   179             echo "<td>"; echo ($row->aktiv) ? "ja" : "nein"; echo "</td>";
   180             echo "<td>"; echo ($row->aktiv) ? "ja" : "nein"; echo "</td>";
   180             echo "<td>$row->geb_ID</td>";
   181             echo "<td>$row->geb_ID</td>";
   181             echo "<td>$row->raum_nr</td>";
   182             echo "<td>$row->raum_nr</td>";
   182             echo "<td>$row->abt_name</td>";
   183             echo "<td>$row->abt_name</td>";
   183             echo "<td>$row->vma</td>";
   184             echo "<td>$row->vma</td>";
   184             echo "<td><a href='/fhiiqm/laser_ed.php?i=$row->las_ID'><img src=\"/fhiiqm/img/edit.gif\" alt='edit' title='edit' border='0'/></a></td>";
   185             echo "<td><a href='/fhiiqm/laser_ed.php?i=$row->las_ID$getp'><img src=\"/fhiiqm/img/edit.gif\" alt='edit' title='edit' border='0'/></a></td>";
   185             if (!is_null($_SESSION["recht"]) && in_array("le",$_SESSION["recht"]))
   186             if (!is_null($_SESSION["recht"]) && in_array("le",$_SESSION["recht"]))
   186                 echo "<td><a href='/fhiiqm/laser_ed.php?i=$row->las_ID&d=1&c=1'><img src=\"/fhiiqm/img/duplicate.gif\" alt='duplizieren' title='duplizieren' border='0'/></a></td>";
   187                 echo "<td><a href='/fhiiqm/laser_ed.php?i=$row->las_ID&dp=1&c=1$getp'><img src=\"/fhiiqm/img/duplicate.gif\" alt='duplizieren' title='duplizieren' border='0'/></a></td>";
   187             echo "<td><a href='/fhiiqm/laser_log_flist_ed.php?i=$row->las_ID'><img src=\"/fhiiqm/img/script_edit.png\" alt='log' title='log' border='0'/></a></td>";
   188             echo "<td><a href='/fhiiqm/laser_log_flist_ed.php?i=$row->las_ID$getp'><img src=\"/fhiiqm/img/script_edit.png\" alt='log' title='log' border='0'/></a></td>";
   188         }
   189         }
   189         echo "</table></div>\n";
   190         echo "</table></div>\n";
   190 
   191 
   191         echo "<br />&nbsp;&nbsp;&nbsp;";
   192         echo "<br />&nbsp;&nbsp;&nbsp;";
   192         
   193