Project

General

Profile

« Previous | Next » 

Revision 9477cfe7

Added by Andreas Kohlbecker almost 3 years ago

ref #8364 adding europeana, morphbank and wfo do external links defaults

View differences:

modules/cdm_dataportal/ext_links/ext_links.module
467 467
    'status' => 1,
468 468
    'category' => 'Images',
469 469
  );
470
  $ext_links_default["europeana"] = array(
471
    'id' => "europeana",
472
    'link' => 'https://www.europeana.eu/en/search?query=[cdm:taxon_name]',
473
    'title' => 'Europeana',
474
    'weight' => 0,
475
    'status' => 1,
476
    'category' => 'Images',
477
  );
478
  $ext_links_default["morphbank"] = array(
479
    'id' => "morphbank",
480
    'link' => 'https://www.morphbank.net/Browse/ByImage/index.php?keywords=&tsnKeywords=[cdm:taxon_name]',
481
    'title' => 'Morphbank',
482
    'weight' => 0,
483
    'status' => 1,
484
    'category' => 'Images',
485
  );
470 486
  $ext_links_default["flickr"] = array(
471 487
    'id' => "flickr",
472 488
    'link' => 'http://www.flickr.com/search/?w=all&q=%22[cdm:taxon_name]%22',
......
509 525
    'status' => 1,
510 526
    'category' => 'Specimens/Occurrences',
511 527
  );
528
  $ext_links_default["wfo"] = array(
529
    'id' => "wfo",
530
    'link' => 'http://wfospecimens.cybertaxonomy.org/search/result?fullScientificName=[cdm:taxon_name]',
531
    'title' => 'World Flora Online',
532
    'weight' => 0,
533
    'status' => 1,
534
    'category' => 'Specimens/Occurrences',
535
  );
512 536
  $ext_links_default["iucn"] = array(
513 537
    'id' => "iucn",
514 538
    'link' => 'https://www.iucnredlist.org/search?query=[cdm:taxon_name]',

Also available in: Unified diff