Templates: Homeview Dashboard made generic with partial for the specifics
[unfold.git] / portal / templates / fed4fire / fed4fire_jfed_button.html
1 <div class="experiment-tools">
2     <h4 title="Some tools do their own slice creation and management.">Experiment now</h4>
3     <p class="jfed">
4         <button id="start" class="btn btn-primary" type="button" onclick="launchjFed()"><span class="glyphicon glyphicon-cloud"></span> Start jFed</button>
5     </p>
6     <div id='java7Dialog' title="Old Java version detected" >
7     <p>The latest version of jFed is only compatible with Java 8 or higher. We detected that you are using an older version.</p>
8     <p>Please upgrade to Java 8 to get access to the newest version of jFed. Otherwise, you can use jFed 5.3.2, which is Java 7-compatible.</p>
9     </div>
10     <div id='noJavaDialog' title="No Java detected" >
11     <p>jFed requires Java to run. We however couldn't detect a Java installation in your browser.</p>
12     <p>Please install the latest version of Java to continue.</p>
13     </div>
14
15 </div>
16