Attribution 4.0 License
WoRMS taxon details
Aforia abyssalis Sysoev & Kantor, 1987
432903
(urn:lsid:marinespecies.org:taxname:432903)
accepted
Species
Abyssaforia Sysoev & Kantor, 1987
Aforia Dall, 1889
Aforia abyssalis Sysoev & Kantor, 1987
marine
Not documented
MolluscaBase (2019). MolluscaBase. Aforia abyssalis Sysoev & Kantor, 1987. Accessed through: World Register of Marine Species at: http://www.marinespecies.org/aphia.php?p=taxdetails&id=432903 on 2019-04-08
Date
action
by
2009-12-02 09:46:51Z
created
Tucker, John
The webpage text is licensed under a Creative Commons Attribution 4.0 License
[taxonomic tree]
aphia_jquery(document).ready(function()
// show active tab
if(location.hash)
aphia_jquery('a[href="' + location.hash + '"]').tab('show');
aphia_jquery('a[href="' + location.hash + '"]').get(0).scrollIntoView(true);
else
//Activate first tab
aphia_jquery('.nav-tabs a:first').tab('show');
// set hash on click without jump
aphia_jquery(document.body).on("click", "a[data-toggle=tab]", function(e)
e.preventDefault();
if(history.pushState)
//Adapt browser URL (Append tab suffix)
history.pushState(null, null, this.getAttribute("href"));
else
//Adapt browser URL (will cause page jump)
location.hash = this.getAttribute("href");
//After jump we still need to activate the tab
aphia_jquery('a[href="' + location.hash + '"]').tab('show');
if (location.hash=="#distributions" && aphia_jquery('#map').length) map.updateSize();
return false;
);
);
// set hash on popstate
aphia_jquery(window).on('popstate', function() );
.tabtitle-editor-only
filter:alpha(opacity=45);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=45);
-moz-opacity:.45;
opacity:.45;
-khtml-opacity:.45
Not documented
li.list-group-item.node-tree_35ee3115c9a3ff1c
padding: 2px;
border: none;
var comp_jquery = $;
function tree_35ee3115c9a3ff1c_allNodesAction(action)
if (action == 'expand')
comp_jquery('#tree_35ee3115c9a3ff1c').treeview('expandAll', levels: 10, silent: true );
else if (action == 'collapse')
comp_jquery('#tree_35ee3115c9a3ff1c').treeview('collapseAll', silent: true );
function get35ee3115c9a3ff1cTree()
return [ text: "Functional group benthos [details] (inherited fromGastropoda)" ,selectable: false, text: "Feedingtype predator [details] (inherited fromConoidea J. Fleming, 1822)" ,selectable: false];
comp_jquery('#tree_35ee3115c9a3ff1c').treeview(
data: get35ee3115c9a3ff1cTree(),
showIcon: 0,
showBorder: false,
enableLinks: false,
onhoverColor: 'rgba(119,119,119,.2)',
levels: 10,
collapseIcon: 'fa fa-minus',
expandIcon: 'fa fa-plus',
emptyIcon: 'fa ',
);
comp_jquery('#tree_35ee3115c9a3ff1c').on('nodeExpanded ', function(event, data)
var node = comp_jquery('#tree_35ee3115c9a3ff1c').treeview('getNode', data.nodeId);
if (node.nodes && node.nodes.length > 0)
comp_jquery('#tree_35ee3115c9a3ff1c').treeview('expandNode', [ data.nodeId, levels: 10, silent: true ]);
);
comp_jquery(document).ready(function()
comp_jquery('#tree_35ee3115c9a3ff1c').off('click');
comp_jquery('#tree_35ee3115c9a3ff1c').on('click', function(event)
var elToWorkOn = comp_jquery(this).treeview(true);
if (!elToWorkOn.options.enableLinks)
//walk to parents till we find our list item
var bFoundLink = false;
var currentTarget = event.target;
while (!bFoundLink //Found link
&& currentTarget //No target
&& !currentTarget.classList.contains('list-group-item') //tree item root
)
if (bFoundLink)
return; // Handle link
event.preventDefault(); //Normal collapse behavior
var target = comp_jquery(event.target);
var nodeId = target.closest('li.list-group-item').attr('data-nodeid');
var node = elToWorkOn.getNode(nodeId);
if (!node );
);