Merge pull request #36 from felix63/patch-1

New template for showing dutch TV data
This commit is contained in:
wez3 2017-01-03 21:58:57 +01:00 committed by GitHub
commit a12ad458fd
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>