added lightningtalks

This commit is contained in:
vv01f 2014-08-15 23:23:28 +02:00
parent 496da4fc3a
commit 29f8375cdc
2 changed files with 99 additions and 2 deletions

View File

@ -9,14 +9,14 @@
H = header.html
N = nav.html
F = footer.html
S = portal neues info cfp cfp-en backing speaker fahrplan 12r1900
S = portal neues info cfp cfp-en backing speaker lightningtalks fahrplan 12r1900
# iterate over all sites in S
##%.html: tpl/$(H) tpl/$(N) tpl/$(F) tpl/$@
#echo $@ #is empty, doesnt work this way, (.TARGET) as well
#echo "tpl/$(H) tpl/$(N) tpl/$@ tpl/$(F) $@"
all: portal.html neues.html info.html cfp.html cfp-en.html backing.html speaker.html fahrplan.html 12r1900.html #$(S)
all: portal.html neues.html info.html cfp.html cfp-en.html backing.html speaker.html lightningtalks.html fahrplan.html 12r1900.html #$(S)
portal.html: tpl/$(H) tpl/$(N) tpl/$(F) tpl/portal.html
cat tpl/$(H) tpl/$(N) tpl/portal.html tpl/$(F) > portal.html
@ -36,6 +36,9 @@ cfp-en.html: tpl/header-en.html tpl/nav-en.html tpl/footer-en.html tpl/cfp-en.ht
backing.html: tpl/$(H) tpl/$(N) tpl/$(F) tpl/backing.html
cat tpl/$(H) tpl/$(N) tpl/backing.html tpl/$(F) > backing.html
lightningtalks.html: tpl/$(H) tpl/$(N) tpl/$(F) tpl/lightningtalks.html
cat tpl/$(H) tpl/$(N) tpl/lightningtalks.html tpl/$(F) > lightningtalks.html
fahrplan.html: tpl/$(H) tpl/$(N) tpl/$(F) tpl/fahrplan.html
cat tpl/$(H) tpl/$(N) tpl/fahrplan.html tpl/$(F) > fahrplan.html

View File

@ -0,0 +1,94 @@
<a name="lightningtalks"></a>
<section>
<h3>Lightningtalks auf den Datenspuren 2014</h3>
<table class="prog">
<th>
<td colspan="2"></td>
</th>
<tr>
<td>Thema</td>
<td>Speaker</td>
</tr>
<tr>
<td id="1">Topic</td>
<td id="topic"><a href="speaker.html#speaker">Name</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>