Changeset 11093 for ossiedev/branches/jsnyder/trunk/tools/cornetApps/templates/DomainMan/runningNodebooter.html
- Timestamp:
- 04/05/12 01:00:48 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
ossiedev/branches/jsnyder/trunk/tools/cornetApps/templates/DomainMan/runningNodebooter.html
r11087 r11093 1 <p>{{node}}</p> 2 <p>IP address: {{ip}}</p> 3 <p>Port: {{port}}</p> 4 1 5 <p>The naming service is: 2 6 {% if runningNodebooter %} 3 <span style="color: green;">running</span> 4 < a href='{{MEDIA_URL}}/stopNodeBooter/{{ip}}/{{port}}/{{user}}/{{password}}'>Stop Nodebooter</a>7 <span style="color: green;">running</span></p> 8 <p><a href='{{MEDIA_URL}}/stopNodeBooter/{{floor}}/{{num}}/{{user}}/{{password}}'>Stop Nodebooter</a></p> 5 9 {% endif %} 6 10 {% if not runningNodebooter %} 7 <span style="color: red;">not running</span> 8 < a href='{{MEDIA_URL}}/startNodeBooter/{{ip}}/{{port}}/{{user}}/{{password}}'>Start Nodebooter</a>11 <span style="color: red;">not running</span></p> 12 <p><a href='{{MEDIA_URL}}/startNodeBooter/{{floor}}/{{num}}/{{user}}/{{password}}'>Start Nodebooter</a></p> 9 13 {% endif %} 10 </p>