radiostasis/site/partial/genre/game-show.html

145 lines
4.7 KiB
HTML

<header>
<h2>Game-Show Series</h2>
<input class='filter' type='search' placeholder='Filter'>
</header>
<div class='seriesList'>
<section
hx-get='/partial/series/dr-iq.html'
hx-target='main'
hx-push-url='/series/dr-iq'
hx-swap='innerHTML show:top'
data-filter='dr. iq'
title='Dr. IQ'>
<img alt='cover image' title='Dr. IQ'
src='/cover/sm/dr-iq.jpg'>
<div>
<ul>
<li>Game-Show</li>
</ul>
<label>Dr. IQ</label>
<aside>
<span>6 episodes</span>
<span>Aired 1939-1942</span>
</aside>
</div>
</section>
<section
hx-get='/partial/series/mind-your-manners.html'
hx-target='main'
hx-push-url='/series/mind-your-manners'
hx-swap='innerHTML show:top'
data-filter='mind your manners'
title='Mind Your Manners'>
<img alt='cover image' title='Mind Your Manners'
src='/cover/sm/mind-your-manners.jpg'>
<div>
<ul>
<li>Game-Show</li>
</ul>
<label>Mind Your Manners</label>
<aside>
<span>11 episodes</span>
<span>Aired 1948-1949</span>
</aside>
</div>
</section>
<section
hx-get='/partial/series/people-are-funny.html'
hx-target='main'
hx-push-url='/series/people-are-funny'
hx-swap='innerHTML show:top'
data-filter='people are funny'
title='People are Funny'>
<img alt='cover image' title='People are Funny'
src='/cover/sm/people-are-funny.jpg'>
<div>
<ul>
<li>Comedy</li><li>Game-Show</li>
</ul>
<label>People are Funny</label>
<aside>
<span>50 episodes</span>
<span>Aired 1950-1958</span>
</aside>
</div>
</section>
<section
hx-get='/partial/series/quiz-kids.html'
hx-target='main'
hx-push-url='/series/quiz-kids'
hx-swap='innerHTML show:top'
data-filter='quiz kids'
title='Quiz Kids'>
<img alt='cover image' title='Quiz Kids'
src='/cover/sm/quiz-kids.jpg'>
<div>
<ul>
<li>Game-Show</li>
</ul>
<label>Quiz Kids</label>
<aside>
<span>152 episodes</span>
<span>Aired 1941-1951</span>
</aside>
</div>
</section>
<section
hx-get='/partial/series/truth-or-consequences.html'
hx-target='main'
hx-push-url='/series/truth-or-consequences'
hx-swap='innerHTML show:top'
data-filter='truth or consequences'
title='Truth or Consequences'>
<img alt='cover image' title='Truth or Consequences'
src='/cover/sm/truth-or-consequences.jpg'>
<div>
<ul>
<li>Game-Show</li>
</ul>
<label>Truth or Consequences</label>
<aside>
<span>32 episodes</span>
<span>Aired 1945-1952</span>
</aside>
</div>
</section>
<section
hx-get='/partial/series/vox-pop.html'
hx-target='main'
hx-push-url='/series/vox-pop'
hx-swap='innerHTML show:top'
data-filter='vox pop'
title='Vox Pop'>
<img alt='cover image' title='Vox Pop'
src='/cover/sm/vox-pop.jpg'>
<div>
<ul>
<li>Game-Show</li>
</ul>
<label>Vox Pop</label>
<aside>
<span>64 episodes</span>
<span>Aired 1939-1948</span>
</aside>
</div>
</section>
<section
hx-get='/partial/series/you-bet-your-life.html'
hx-target='main'
hx-push-url='/series/you-bet-your-life'
hx-swap='innerHTML show:top'
data-filter='you bet your life'
title='You Bet Your Life'>
<img alt='cover image' title='You Bet Your Life'
src='/cover/sm/you-bet-your-life.jpg'>
<div>
<ul>
<li>Comedy</li><li>Game-Show</li>
</ul>
<label>You Bet Your Life</label>
<aside>
<span>320 episodes</span>
<span>Aired 1947-1958</span>
</aside>
</div>
</section></div>