File: frame.html

package info (click to toggle)
leaflet 1.7.1~dfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 16,972 kB
  • sloc: javascript: 16,627; makefile: 49; sh: 26; xml: 23
file content (9 lines) | stat: -rw-r--r-- 410 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
<table>
<tr><td style='text-align: center; border: none'>
<iframe src='{{ include.url }}'
	width='{% if include.width %}{{ include.width }}{% else %}616{% endif %}'
	height='{% if include.height %}{{ include.height }}{% else %}416{% endif %}'></iframe>
</td></tr>
<tr><td style='text-align: center; border: none'>
<small><a href='{{ include.url }}'>See this example stand-alone.</a></small>
</td></tr></table>