mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02:00
6 lines
No EOL
333 B
Text
Executable file
6 lines
No EOL
333 B
Text
Executable file
<% @swf_count ||= 0 -%>
|
|
<div class="open-flash-chart"><%= swf_tag asset_path("open-flash-chart"),
|
|
:flashvars => { 'width' => width, 'height' => height, 'data' => data},
|
|
:parameters => { 'allowScriptAccess' => 'sameDomain', 'wmode' => 'transparent'},
|
|
:div_id => "chart_#{@swf_count+=1}",
|
|
:size => "#{width}x#{height}" %></div> |