fixed programm template

This commit is contained in:
vv01f 2014-08-13 01:19:49 +02:00
parent 8531337ed8
commit 474b584df9
2 changed files with 97 additions and 2 deletions

View File

@ -5,8 +5,9 @@ cat header.html nav.html info.html footer.html > ../info.html
cat header.html nav.html cfp.html footer.html > ../cfp.html
cat header-en.html nav-en.html cfp-en.html footer-en.html > ../cfp-en.html
cat header.html nav.html backing.html footer.html > ../backing.html
pandoc -f markdown -t html5 fahrplan.md > fahrplan.html
cat header.html fahrplan.html footer.html > ../fahrplan.html
#pandoc -f markdown -t html5 fahrplan.md > fahrplan.html
#cat header.html fahrplan.html footer.html > ../fahrplan.html
cat header.html programm.html footer.html > ../programm.html
cat header.html speaker.html footer.html > ../speaker.html
cat header.html 12r1900.html footer.html > ../12r1900.html

View File

@ -0,0 +1,94 @@
<a name="programm"></a>
<section>
<h3>Programm für die Datenspuren 2014</h3>
<table class="prog" id="12r">
<th>
<td colspan="2">Freitag, 12.09.2014</td>
</th>
<tr>
<td>Zeit</td>
<td>Thema</td>
</tr>
<tr>
<td id="12r1900">19:00</td>
<td><a href="12r1900.html">Gemeinsames Essen</a></td>
</tr>
</table>
<table class="prog" id="13k">
<th>
<td colspan="3">Samstag, 13.09.2014<br>Kleiner Saal</td>
</th>
<tr>
<td>Zeit</td>
<td>Thema</td>
<td>Sprecher</td>
</tr>
<tr>
<td id="13k">09:00</td>
<td><a href="">foobar</a></td>
<td><a href="speaker.html#">Patternpeter</a></td>
</tr>
</table>
<table class="prog" id="13g">
<th>
<td colspan="3">Samstag, 13.09.2014<br>Großer Saal</td>
</th>
<tr>
<td>Zeit</td>
<td>Thema</td>
<td>Sprecher</td>
</tr>
<tr>
<td id="13g">09:00</td>
<td><a href="">foobar</a></td>
<td><a href="speaker.html#">Patternpeter</a></td>
</tr>
</table>
<table class="prog" id="14k">
<th>
<td colspan="3">Sonntag, 14.09.2014<br>Kleiner Saal</td>
</th>
<tr>
<td>Zeit</td>
<td>Thema</td>
<td>Sprecher</td>
</tr>
<tr>
<td id="14k">09:00</td>
<td><a href="">foobar</a></td>
<td><a href="speaker.html#"></a></td>
</tr>
<tr>
<td id="14k1430">14:30</td>
<td><a href="">Freie Lehrmaterialien mit freier Software</a></td>
<td><a href="speaker.html#nos">Nos</a></td>
</tr>
</table>
<table class="prog" id="14g">
<th>
<td colspan="3">Sonntag, 14.09.2014<br>Großer Saal</td>
</th>
<tr>
<td>Zeit</td>
<td>Thema</td>
<td>Sprecher</td>
</tr>
<tr>
<td id="14g">09:00</td>
<td>foobar</td>
<td><a href="speaker.html#"></a></td>
</tr>
<tr>
<td id="14g"></td>
<td><a href=""></a></td>
<td><a href="speaker.html#"></a></td>
</tr>
</table>
</section>