$data) { $logs[$key] = $data; } // current data $data = $products[0]; $productid = $data['productid']; $productname = $data['productname']; $productnumber = $data['productnumber']; $catalognumber = $data['catalognumber']; $sitename = $data['sitename']; $productowner = $data['productowner']; if($data['createdate'] != '' ) { $createdate = date('Y-m-d', strtotime($data['createdate'])); } else { $createdate = ''; } if($data['locationstartdate'] != '' ) { $locationstartdate = date('Y-m-d', strtotime($data['locationstartdate'])); } else { $locationstartdate = ''; } if($data['locationenddate'] != '' ) { $locationenddate = date('Y-m-d', strtotime($data['locationenddate'])); } else { $locationenddate = ''; } $installationdate = $data['installationdate']; $warrantystartdate = $data['warrantystartdate']; $warrantyenddate = $data['warrantyenddate']; $productservicetext = $data['productservicetext']; $statuspart = $data['statuspart']; $remotetool = $data['remotetool']; $remoteid = $data['remoteid']; $remotepwd = $data['remotepwd']; ?>
| Now | =$data['logdate'];?> ' onclick="window.open(this.href, 'editor','width=900,height=600,toolbar=1,resizable=0'); return false;"> Edit Delete |
|
|---|---|---|
| Product# (SN.) | =$productnumber;?> | |
| Catalog# | =$catalognumber;?> | ".$data['catalognumber'].""; } ?>|
| ProductName | =$productname;?> | ".$data['productname'].""; } ?>|
| Site | =$sitename;?> | ".$data['sitename'].""; } ?>|
| Location StartDate | =$locationstartdate;?> | ".$data['locationstartdate'].""; } ?>|
| Installation Date | =$installationdate;?> | ".$data['installationdate'].""; } ?>|
| Location EndDate | =$locationenddate;?> | ".$data['locationenddate'].""; } ?>|
| Warranty StartDate | =$warrantystartdate;?> | ".$data['warrantystartdate'].""; } ?>|
| Warranty EndDate | =$warrantyenddate;?> | ".$data['warrantyenddate'].""; } ?>|
| Product Owner | =$productowner;?> | ".$data['productowner'].""; } ?>|
| Status Part | =$statuspart;?> | |
| Remote tool | =$remotetool;?> | |
| Remote id | =$remoteid;?> | |
| Remote password | =$remotepwd;?> | |
| Create Date | =$createdate;?> |