Subversion Repositories computer_asset_manager_v1

Rev

Rev 37 | Rev 48 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 37 Rev 38
Line 39... Line 39...
39
   <td>
39
   <td>
40
   </tr>
40
   </tr>
41
   <tr>
41
   <tr>
42
   <td>
42
   <td>
43
   <?php
43
   <?php
44
      print screenReports( 'main device screen', array(  'device_id' => $device_id, 
44
      print screenReports( 'main device screen', array(  'device_id' => $device_id, // the device ID
45
                                                         'device_name' => $data['Name'], 
45
                                                         'device_name' => $data['Name'],  // name of machine
46
                                                         'added_date' => $data['Added'], 
46
                                                         'added_date' => $data['Added'], // date added
47
                                                         'removed_date' => $data['Removed'] ),
47
                                                         'removed_date' => $data['Removed'], // date removed
-
 
48
                                                         'count' => 5 ), // number of backup reports to show
48
                            false
49
                            false
49
                                                   )
50
                                                   )
50
      
51
      
51
      /* Physical Attributes */
52
      /* Physical Attributes */
52
      // print queryToTable( 'select attrib.name,device_attrib.value from device_attrib join attrib using (attrib_id) where device_attrib.removed_date is null and device_id = ' . $device_id );
53
      //print queryToTable( 'select attrib.name,device_attrib.value from device_attrib join attrib using (attrib_id) where device_attrib.removed_date is null and device_id = ' . $device_id );
53
   ?>
54
   ?>
54
   </td>
55
   </td>
55
   </tr>
56
   </tr>
56
   </table>
57
   </table>
57
</div>
58
</div>