root/ossiedev/branches/jsnyder/trunk/tools/cornetApps/templates/DomainMan/runningNodebooter.html @ 11087

Revision 11087, 402 bytes (checked in by edent, 15 months ago)

edit ossie links and connecting view

Line 
1<p>The naming service is:
2{% if runningNodebooter %}
3        <span style="color: green;">running</span>
4        <a href='{{MEDIA_URL}}/stopNodeBooter/{{ip}}/{{port}}/{{user}}/{{password}}'>Stop Nodebooter</a>
5{% endif %}
6{% if not runningNodebooter %}
7        <span style="color: red;">not running</span>
8        <a href='{{MEDIA_URL}}/startNodeBooter/{{ip}}/{{port}}/{{user}}/{{password}}'>Start Nodebooter</a>
9{% endif %}
10</p>
Note: See TracBrowser for help on using the browser.