Changeset 11086 for ossiedev/branches/jsnyder/trunk/tools/cornetApps/templates/DomainMan/runningNodebooter.html
- Timestamp:
- 03/29/12 14:16:56 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
ossiedev/branches/jsnyder/trunk/tools/cornetApps/templates/DomainMan/runningNodebooter.html
r11073 r11086 1 <p> The naming serviceis:1 <p>Stuff is: 2 2 {% if runningNodebooter %} 3 3 <span style="color: green;">on</span> 4 <a href='{{MEDIA_URL}}/stopNodeBooter/{{ip}}/{{port}}/{{user}}/{{password}}'>Stop Nodebooter</a> 4 5 {% endif %} 5 6 {% if not runningNodebooter %} 6 7 <span style="color: red;">off</span> 8 <a href='{{MEDIA_URL}}/startNodeBooter/{{ip}}/{{port}}/{{user}}/{{password}}'>Start Nodebooter</a> 7 9 {% endif %} 8 10 </p> 9 <a href='{{MEDIA_URL}}/startNodeBooter/{{ip}}/{{port}}/{{user}}/{{password}}'>Start Nodebooter</a>10 <a href='{{MEDIA_URL}}/stopNodeBooter/{{ip}}/{{port}}/{{user}}/{{password}}'>Stop Nodebooter</a>