JAL-1400 default JalviewLite build is signed applet with sandbox permissions
[jalview.git] / examples / linkedapplets_ng.html
index 86f4bc0..1d6b447 100644 (file)
@@ -200,18 +200,17 @@ 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 : 'sandbox',
     APPLICATION_URL : "http://www.jalview.org/services/launchApp"
   };
  
-  deployJava.runApplet(attributes, parameters, '1.6');
+  deployJava.runApplet(attributes, parameters, '1.6+');
 </script>
 <script> 
   var attributes = {
@@ -234,17 +233,16 @@ 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$",
-    APPLICATION_URL : "http://www.jalview.org/services/launchApp"
+    linkUrl_2 : "http://www.uniprot.org/uniprot/$SEQUENCE_ID$",
+    permissions : 'sandbox',
+   APPLICATION_URL : "http://www.jalview.org/services/launchApp"
   };
-  deployJava.runApplet(attributes, parameters, '1.6');
+  deployJava.runApplet(attributes, parameters, '1.6+');
 </script>
     <p>
 <!--      <a href="javascript:linkJvJmol()">Click Me If you don't see any messages below</a>