%s release %d - %s
©
WTSI /
EBI
WTSI / EBI
http://%s
),
$sd->ENSEMBL_SITETYPE, $sd->ENSEMBL_VERSION,
$sd->ENSEMBL_RELEASE_DATE, $sd->ENSEMBL_SERVERNAME,
);
$self->printf('
');
unless ($ENV{'ENSEMBL_TYPE'} =~ /Help|Account|UserData/) {
$self->printf(
q(
Permanent link
),
'/Help/Permalink?url='.$stable_URL,
);
unless ($you_are_here =~ /html$/ && $you_are_here ne '/index.html') {
## Omit archive links from static content, which tends to change a lot
$self->printf(
q(
-
View in archive site
),
'/Help/ArchiveList?url='.$referer,
);
}
}
$self->print('
');
}
1;