thingspeak/app/views/charts/_display.html.erb

12 lines
426 B
Plaintext
Raw Normal View History

<br class="CL" />
<iframe id="iframe<%= index %>" width="<%= width %>" height="<%= height %>" style="border: 1px solid #cccccc;" src="" default_src="<%= src %>"></iframe>
2014-03-14 00:16:35 +01:00
<br><br>
<%= t(:chart_embed_code) %>:
2014-03-14 00:16:35 +01:00
<br>
<textarea id="embed<%= index %>" rows="5" cols="53">&lt;iframe width="<%= width %>" height="<%= height %>" style="border: 1px solid #cccccc;" src="<%= src %>">&lt;/iframe></textarea>
2014-03-14 00:16:35 +01:00
<br><br><br>