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:
felix63 2017-01-03 21:49:08 +01:00 committed by GitHub
parent 3ec0440e2d
commit 7838607960
1 changed files with 17 additions and 0 deletions

17
templates/tvgids.html Normal file
View File

@ -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>