root/ossiedev/trunk/tools/cornetApps/templates/WebDash/waveforms.html @ 10817

Revision 10817, 357 bytes (checked in by edent, 23 months ago)

edit Jason's WebDash? app to use for the Django/JQuery interface

  • Property svn:executable set to *
Line 
1{% if availableList %}
2<h4>Available Waveforms</h4>
3<table>
4    {% for wave in availableList %}
5  <tr>
6        <td>    {{ wave.getName }} &nbsp; </td>
7    <td>    <button onClick="javascript:install('{{ wave.getName }}');">Install</button> </td>
8    {% endfor %}
9  </tr>
10 </table>
11{% else %}
12        <p>No available waveforms. Check if nodebooter is running.</p>
13{% endif %}
Note: See TracBrowser for help on using the browser.