';
print '![]() | ';
print '
';
echo '
Your selection(s) from the Schele Drawings Collection
'; for ($i=0; $i<$record_cnt; $i++) { $row = mysql_fetch_array($result); if($row['image_file_num']){ $k++; $image=trim($row['image_file_num']); $path_len = strlen($image); while ($path_len < 4) { $image = '0'.$image; $path_len = strlen($image); } //find position of the last / from image path $imageStart=strrpos($image,'/') + 1; //retrieve image name and length $imageName = substr($image,$imageStart); $im_len = strlen($imageName); //get path $plen = ($path_len - $im_len); $path = substr($image,0,$plen); //add tn for thumbnail $thumbnail="_tn_".$imageName; $image = $path . $thumbnail; } print '';
print '
| ';
print '';
if($row['image_file_num']){
print '';
print ' '; print 'Click to view high resolution in a new window '; } else { print 'No Image Available deselect image'; print ' |
'; echo 'FAMSI Research Materials
'; echo '';
echo '
';
echo 'You have not made any selections.
';
echo 'Use Back button on your browser to continue.