New template for showing dutch TV data
This is a simple template adding a block containing a external iFrame giving info about actual TV-information for Dutch TV.
This commit is contained in:
parent
3ec0440e2d
commit
7838607960
|
|
@ -0,0 +1,17 @@
|
|||
<div class="col-md-6 col-sm-6 col-xs-12" style="width: auto;">
|
||||
<div class="x_panel">
|
||||
<div class="x_title">
|
||||
<h2>TV-Gids </h2>
|
||||
<ul class="nav navbar-right panel_toolbox">
|
||||
<li><a class="close-link"><i class="fa fa-close"></i></a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<div class="clearfix"></div>
|
||||
</div>
|
||||
<div id="tvgids" style="display: inline-block;">
|
||||
<iframe frameborder=0 scrolling=auto height=300 width=340 style='border:1px solid #000' src='https://www.tvgids24.nl/gadget'/>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Reference in New Issue