X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=examples%2Flinkedapplets_ng.html;h=6993f2fdaa0d3a5ebd00b24256be4bfd7984343c;hb=refs%2Fheads%2FWIP_fix_JAL-1423;hp=fbb41ec72933690de82e68f212921ea5a5da87b6;hpb=9307d91822245dc9fb2dc741410e3a2658aa6a7a;p=jalview.git diff --git a/examples/linkedapplets_ng.html b/examples/linkedapplets_ng.html index fbb41ec..6993f2f 100644 --- a/examples/linkedapplets_ng.html +++ b/examples/linkedapplets_ng.html @@ -200,14 +200,12 @@ document.onclick = mclose; embedded : "true", showFullId : "false", RGB : "F2F2FF", - linkLabel_1 : "SRS", - linkUrl_1 : "http://srs.ebi.ac.uk/srs7bin/cgi-bin/wgetz?-e+[uniprot-all:$SEQUENCE_ID$]+-vn+2" - + linkLabel_1 : "EMBL-EBI Search", + linkUrl_1 : "http://www.ebi.ac.uk/ebisearch/search.ebi?db=allebi&query=$SEQUENCE_ID$" , linkLabel_2 : "Uniprot" - , - linkUrl_2 : "http://us.expasy.org/cgi-bin/niceprot.pl?$SEQUENCE_ID$", + linkUrl_2 : "http://www.uniprot.org/uniprot/$SEQUENCE_ID$", permissions : 'all-permissions', APPLICATION_URL : "http://www.jalview.org/services/launchApp" }; @@ -235,16 +233,14 @@ document.onclick = mclose; embedded : "true", showFullId : "false", RGB : "F2F2FF", - linkLabel_1 : "SRS", - linkUrl_1 : "http://srs.ebi.ac.uk/srs7bin/cgi-bin/wgetz?-e+[uniprot-all:$SEQUENCE_ID$]+-vn+2" - + linkLabel_1 : "EMBL-EBI Search", + linkUrl_1 : "http://www.ebi.ac.uk/ebisearch/search.ebi?db=allebi&query=$SEQUENCE_ID$" , linkLabel_2 : "Uniprot" - , - linkUrl_2 : "http://us.expasy.org/cgi-bin/niceprot.pl?$SEQUENCE_ID$", + linkUrl_2 : "http://www.uniprot.org/uniprot/$SEQUENCE_ID$", permissions : 'all-permissions', - APPLICATION_URL : "http://www.jalview.org/services/launchApp" + APPLICATION_URL : "http://www.jalview.org/services/launchApp" }; deployJava.runApplet(attributes, parameters, '1.6');