Show
Ignore:
Timestamp:
04/13/12 10:48:59 (14 months ago)
Author:
edent
Message:

edit WebDash? javascript

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ossiedev/branches/jsnyder/trunk/tools/cornetApps/templates/WebDash/running.html

    r10914 r11098  
    44        {% for instance in instancesList %} 
    55                <tr> 
    6                 <!--<td>        <a href='/~webdemo/django/WebDash/{{ instance.getName }}/display/'>{{ instance.getName }}</a>&nbsp;</td>--> 
    7                 <td><a href='#' onclick='javascript:display("{{instance.getName}}");'>{{instance.getName}}</a></td> 
    8                 <!--<td>        <button onClick="window.location='/WebDash/{{ instance.getName }}/uninstall/'">Uninstall </button></td>--> 
    9                 <td><button onClick='javascript:uninstall("{{ instance.getName }}");'>Uninstall</button></td> 
     6                <td><a href="#" title="Display Waveform Properties" onClick='javascript:loadHrefToDiv("#workspace","{{MEDIA_URL}}/WebDash/display/{{instance.getName}}/");'>{{instance.getName}}</a></td>  
     7                <td><button onClick='javascript:loadHrefToDiv("#apps","{{MEDIA_URL}}/WebDash/uninstall/{{instance.getName}}/");'>Uninstall</button></td> 
     8        <!--<td><a href='#' onclick='javascript:display("{{instance.getName}}");'>{{instance.getName}}</a></td> 
     9                <td><button onClick='javascript:uninstall("{{ instance.getName }}");'>Uninstall</button></td>--> 
    1010                </tr> 
    1111        {% endfor %}