tools page: windows users removed
[unfold.git] / portal / templates / slice-tab-experiment.html
index b29963a..f359ac0 100644 (file)
        </p>
        <p class="command">
        {%for resource in ple_resources %}
+               <b>Resource</b><br>
                $ ssh {{ple_slicename}}@{{resource}}<br>
        {%endfor%}
        </p>
-       <h4>Windows users</h4>
-       <p>Use <a href="http://www.putty.org/" target="_blank">SSH client.</a></p>
        <p><strong>NOTE:</strong> Your original slicename <b>{{slicename}}</b> has been converted to PlanetLab specific format <b>{{ple_slicename}}</b> in order to do SSH.</p>
        <p>Please note that the first '.' is replaced by number 8 and the rest of the dot/s are replaced by underscore/s.</p>
        <p>
@@ -33,8 +32,6 @@
        <p class="command">
                ssh {{username}}@fit3-dev.inrialpes.fr
        </p>
-       <h4>Windows users</h4>
-       <p>Use <a href="http://www.putty.org/" target="_blank">SSH client.</a></p>
        {% endif %}
        {% if nitos_resources or nitos_paris_resources %}
        <h3>NITOS</h3>
        <p>For each of the reserved nodes, follo the steps given below:</p>
        <p class="command">
        {%for resource in nitos_resources %}
+               <b>Resource</b><br>
        $ omf load -i baseline_grid.ndz -t {{resource}}  #loading OMF image on the node<br>
                $ omf tell -a on -t {{resource}}  #turn on the node <br>
-               $ ssh root@{{resource}}  #ssh to the node<br>
+               $ ssh root@{{resource}}  #ssh to the node<br><br>
        {%endfor%}
        </p>
        {% endif %}
@@ -68,6 +66,7 @@
        <p>For each of the reserved nodes, follo the steps given below:</p>
        <p class="command">
        {%for resource in nitos_paris_resources %}
+               <b>Resource</b><br>
        $ omf load -i baseline_grid.ndz -t {{resource}}  #loading OMF image on the node<br>
        $ omf tell -a on -t {{resource}}  #turn on the node <br>
        $ ssh root@{{resource}}  #ssh to the node<br><br>
        <a target="_blank" href="http://nitlab.inf.uth.gr/NITlab/index.php/testbed/instructions/basic-tutorial">NITOS basic tutorial</a>
        </p>
        <p>To learn more about OMF6, please click <a href="http://omf.mytestbed.net/projects/omf6/wiki/Wiki" target="_blank">here.</a></p>
-       {% endif %}
-       
-        <h5>Windows users</h5>
-        <p>Use <a href="http://www.putty.org/" target="_blank">SSH client.</a></p>
 
+       {% endif %}
        
        <h2>Available Tools</h2>
        <p><img src="{{ STATIC_URL }}img/terminal_icon.png" width="50"> <b>SSH</b></p>