Project

General

Profile

« Previous | Next » 

Revision 5ca00433

Added by Andreas Kohlbecker over 12 years ago

elemtent id for testing

View differences:

modules/cdm_dataportal/theme/cdm_dataportal.taxon.theme
48 48

  
49 49
	$out = '<div class="page_options"><form name="pageoptions"><input id="showThumbnails" type="checkbox" name="showThumbnails" '.($showThumbnails == 1? 'checked="checked"': '').'> '.t('Show Thumbnails').'</form></div>';
50 50
	if(count($pager->records) > 0){
51
	    $out .= '<div id="search_results">';
51 52
		$out .= theme('cdm_list_of_taxa', $pager->records);
53
		$out .= '</div>';
52 54
		$out .= theme('cdm_pager', $pager, $path, $parameters);
53 55
	} else {
54 56
		$out = '<h4 class="error">Sorry, no matching entries found.</h4>';
......
381 383

  
382 384
 	$mediaQueryParameters = array("type"=>"ImageFile");
383 385
	$galleryLinkUri = path_to_taxon($taxon->uuid).'/images';
384
	
386

  
385 387
	// cdm_dataportal_show_media = ???? TODO
386 388
	$selectShowMedia = variable_get('cdm_dataportal_show_media', 0);
387 389
	if ($selectShowMedia == 0){

Also available in: Unified diff