Project

General

Profile

« Previous | Next » 

Revision cf1b2853

Added by Andreas Kohlbecker over 2 years ago

ref #9792 removing ePIC from ext-links

View differences:

modules/cdm_dataportal/ext_links/ext_links.module
453 453
    'status' => 1,
454 454
    'category' => 'General',
455 455
  );
456
  $ext_links_default["epic"] = array(
457
    'id' => "epic",
458
    'link' => 'http://epic.kew.org/searchepic/summaryquery.do?scientificName=[cdm:taxon_name]&searchAll=true&categories=names&categories=bibl&categories=colln&categories=taxon&categories=flora',
459
    'title' => 'ePIC',
460
    'weight' => 0,
461
    'status' => 1,
462
    'category' => 'General',
463
  );
464 456
  $ext_links_default["jstor"] = array(
465 457
    'id' => "jstor",
466 458
    'link' => 'https://plants.jstor.org/search?filter=name&so=ps_group_by_genus_species+asc&Query=[cdm:taxon_name]',
......
622 614
    'status' => 1,
623 615
    'category' => 'Images',
624 616
  );
625
  //  $ext_links_default["arkive"] = array(
626
  //    // domain no longer exists! Remove extlink?
627
  //    'id' => "arkive",
628
  //    'link' => 'http://www.arkive.org/search.html?q=[cdm:taxon_name]&output=xml_no_dtd&client=arkive-images&site=arkive-images&ie=utf8&oe=utf8&num=20&proxystylesheet=tng-search&filter=0&getfields=*',
629
  //    'title' => 'ARKive',
630
  //    'weight' => 0,
631
  //    'status' => 0,
632
  //    'category' => 'Images',
633
  //  );
634 617

  
635 618
  // --- Conservation ---
636 619
  $ext_links_default["iucn"] = array(

Also available in: Unified diff