Changeset 11097
- Timestamp:
- 04/13/12 10:38:48 (13 months ago)
- Location:
- ossiedev/branches/jsnyder/trunk/tools/cornetApps
- Files:
-
- 4 modified
-
HtmlPages/static/frames.js (modified) (1 diff)
-
cornetApps.db (modified) (previous)
-
static/frames.js (modified) (1 diff)
-
templates/WebDash/waveforms.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ossiedev/branches/jsnyder/trunk/tools/cornetApps/HtmlPages/static/frames.js
r11093 r11097 58 58 59 59 function install(waveform){ 60 $("#apps").load("/~webdem /django/WebDash/install/"+waveform+"/", function(){60 $("#apps").load("/~webdemo/django/WebDash/install/"+waveform+"/", function(){ 61 61 $("a").click($(this).attr("onclick")); 62 62 }); -
ossiedev/branches/jsnyder/trunk/tools/cornetApps/static/frames.js
r11095 r11097 58 58 59 59 function install(waveform){ 60 $("#apps").load("/~webdem /django/WebDash/install/"+waveform+"/", function(){60 $("#apps").load("/~webdemo/django/WebDash/install/"+waveform+"/", function(){ 61 61 $("a").click($(this).attr("onclick")); 62 62 }); -
ossiedev/branches/jsnyder/trunk/tools/cornetApps/templates/WebDash/waveforms.html
r10817 r11097 5 5 <tr> 6 6 <td> {{ wave.getName }} </td> 7 <td> <button onClick="javascript:install('{{ wave.getName }}');">Install</button> </td> 7 <!--<td> <button onClick="javascript:install('{{ wave.getName }}');">Install</button> </td>--> 8 <td> <button onClick='javascript:loadHrefToDiv("#apps","{{MEDIA_URL}}/WebDash/install/{{wave.getName}}/");'>Install</button></td> 8 9 {% endfor %} 9 10 </tr>