Subversion Repositories computer_asset_manager_v1

Rev

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

Rev 1 Rev 37
Line 46... Line 46...
46
                  $currentSite = $thisRow['Site'];
46
                  $currentSite = $thisRow['Site'];
47
                  print "<tr><td colspan='20' align='center'>$currentSite</td></tr>\n";
47
                  print "<tr><td colspan='20' align='center'>$currentSite</td></tr>\n";
48
               }
48
               }
49
               if ( $thisRow['Device Name'] != $currentDevice) {
49
               if ( $thisRow['Device Name'] != $currentDevice) {
50
                  $currentDevice = $thisRow['Device Name'];
50
                  $currentDevice = $thisRow['Device Name'];
-
 
51
                  if ( $thisRow['Restrictions'] ) {
-
 
52
                     $currentDevice .= '<span class="restrictions"> - ' . $thisRow['Restrictions'] . '</span>';
-
 
53
                  }
51
                  $notes = $thisRow['Device Notes'];
54
                  $notes = $thisRow['Device Notes'];
52
                  // put the stuff to convert notes to correct format, &#10;&#13; &#10;&#13;
55
                  // put the stuff to convert notes to correct format, &#10;&#13; &#10;&#13;
53
                  print "<tr><td colspan='20' align='left' title='$notes'>$currentDevice</td></tr>\n";
56
                  print "<tr><td colspan='20' align='left' title='$notes'>$currentDevice</td></tr>\n";
54
               }
57
               }
55
               ?>
58
               ?>