8 my $marker_id = $marker->marker_id;
9 my $marker_name = $marker->name_that_marker();
10 my $width_attribute = $image_size eq 'full' ? '': 'width="740"' ;
14 <& /page/page_title.mas, title => "RFLP image for marker $marker_name" &>
16 <a href="/search/markers/markerinfo.pl?marker_id=<% $marker_id %>">Return to <% $marker_name %> info page</a>
18 % #if we are constraining the size of the image (small image view)
19 % if( $width_attribute ) {
21 <b>Size:</b> Small <a href="?marker_id=<% $marker_id %>&size=full">Full</a><br /><br />
23 % } else { #else we are not constraining the size of the image (large image view)
24 <b>Size:</b> <a href="?marker_id=<% $marker_id %>&size=small">Small</a> Full <br /><br />
28 <img src="<% $image_location %>" border="0" <% $width_attribute %> />