wb-2_10_x/trunk/modules/wrapper/templates/default/view.twig
1 |
|
---|---|
2 |
{#
|
3 |
- available replacements
|
4 |
URL
|
5 |
HEIGHT
|
6 |
NOTICE
|
7 |
#}
|
8 |
|
9 |
<iframe src="{{ URL }}" width="100%" height="{{ HEIGHT }}" frameborder="0" scrolling="auto"> |
10 |
{NOTICE} |
11 |
<a href="{{ URL }}" target="_blank">{{ URL }}</a> |
12 |
</iframe>
|
13 |
|
14 |
{# end of file #}
|
- « Previous
- 1
- 2
- Next »