root/ossiedev/trunk/tools/cornetApps/templates/HtmlPages/nodes.html
@
10836
| Revision 10836, 345 bytes (checked in by edent, 22 months ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | {% if floor_list %} |
| 2 | <ul id="menu"> |
| 3 | {% for node in floor_list.0 %} |
| 4 | {% if node %} |
| 5 | <li><a href="#">Node {{forloop.counter}}</a> |
| 6 | <ul> |
| 7 | <li><a id="waveform" href="#" title="/WebDash/waveforms/">Waveforms</a></li> |
| 8 | <li>Components</li> |
| 9 | </ul> |
| 10 | </li> |
| 11 | {% endif %} |
| 12 | {%endfor%} |
| 13 | </ul> |
| 14 | {% else %} |
| 15 | <p>No Nodes available</p> |
| 16 | {% endif %} |
| 17 |
Note: See TracBrowser
for help on using the browser.