Merge branch 'onelab' of ssh://git.onelab.eu/git/myslice into onelab
[myslice.git] / portal / templates / fed4fire / fed4fire_home-view.html
index a3cf9b2..d2d190e 100644 (file)
                                <span class="glyphicon glyphicon-globe"></span>Experiment now</button>
                         </div>
                        <div>
-                               <ul><li><a href="" title="Start experiment with jFed.">jFed</a></li></ul>
+                               <ul><li>
+                                       <a class="button2" href='http://jfed.iminds.be/releases/r1306/webstart/experimenter/jfed-experimenter.jnlp'
+                                       title="Click here to start your experiment with jFed" 
+                                       onclick="return  launchApplication('http://jfed.iminds.be/releases/r1306/webstart/experimenter/jfed-experimenter.jnlp');">jFed</a>
+                               </li></ul>
                        </div>
                </div>
                <div class="col-md-3">
                        <div>
                                <button id="ticketbtn" type="button" class="btn btn-default"><span class="glyphicon glyphicon-envelope"></span> Contact</button>
                        </div>
+                       <div>
+                               <ul><li>
+                               <a href="https://flsmonitor.fed4fire.eu" target="_blank">Status of the testbeds</a>
+                               </li></ul>
+                       </div>
                </div>
                
                <div class="col-md-3">
@@ -80,6 +89,9 @@
                        <h3>
                                A wide variety of world class testbeds available through your one account.
                        </h3>
+                       <h3>
+                                <a href='http://doc.fed4fire.eu' target="_blank">Want to learn more?</a>
+                       </h3>
                </div>
                <div class="col-sm-4 col-sm-offset-1" style="width:400px; top:16px; float:left;">
                        <div class="row">
@@ -119,4 +131,18 @@ This should go into session
 --------*/
 });
 </script>
+<script type="text/javascript" src="{{STATIC_URL}}js/fed4fire_dtjava_orig.js"></script>
+<script>
+       function launchApplication(jnlpfile) {
+       dtjava.launch(
+               { url : jnlpfile },
+            {
+               javafx : '2.2+',
+                toolkit: 'swing'
+               },
+                {}
+        );
+        return false;
+     }
+</script>
 {% endblock %}