Show
Ignore:
Timestamp:
04/05/12 01:00:48 (14 months ago)
Author:
edent
Message:

move divs around and connect to webServer from local development

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 
    15<p>The naming service is:  
    26{% 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> 
    59{% endif %} 
    610{% 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> 
    913{% endif %} 
    10 </p>