Add box around next dates

This commit is contained in:
Stefan Schlott 2013-08-23 18:58:50 +02:00
parent 937bec56fd
commit e7583a2a5f

View file

@ -26,52 +26,56 @@ kind: empty
</div> </div>
<div class="row"> <div class="row">
<div class="span6"> <div class="span6">
<article itemscope itemtype="http://schema.org/EducationEvent"> <div class="well well-large">
<h1><a href="#">Nächster Vortrag</a></h1> <article itemscope itemtype="http://schema.org/EducationEvent">
<p> <h1><a href="#">Nächster Vortrag</a></h1>
<em>Termin:</em> <p>
<span itemprop="startDate" content="2013-02-14T19:30">Donnerstag, 14. Februar 2013, 19:30 Uhr</span> <em>Termin:</em>
</p> <span itemprop="startDate" content="2013-02-14T19:30">Donnerstag, 14. Februar 2013, 19:30 Uhr</span>
<p> </p>
<em>Thema:</em> <p>
<span itemprop="name">Über die besonderen Anforderungen beim Sammeln von historischen Großrechnern</span> <em>Thema:</em>
</p> <span itemprop="name">Über die besonderen Anforderungen beim Sammeln von historischen Großrechnern</span>
<p> </p>
<em>Referent:</em> <p>
<span itemprop="performer" itemscope itemtype="http://schema.org/Person"> <em>Referent:</em>
<span itemprop="name">Wolfgang Stief</span>, GUUG München <span itemprop="performer" itemscope itemtype="http://schema.org/Person">
</span> <span itemprop="name">Wolfgang Stief</span>, GUUG München
</p> </span>
<p> </p>
<em>Ort:</em> <p>
<span itemprop="location" itemscope itemtype="http://schema.org/Location"> <em>Ort:</em>
<span itemprop="name">Stadtbibliothek am Mailänder Platz</span>, Max-Bense-Forum (UG) <span itemprop="location" itemscope itemtype="http://schema.org/Location">
</span> <span itemprop="name">Stadtbibliothek am Mailänder Platz</span>, Max-Bense-Forum (UG)
</p> </span>
<p> </p>
<a itemprop="url" href="#">Weitere Informationen</a> - <p>
<a href="#">Flyer (PDF)</a> - <a itemprop="url" href="#">Weitere Informationen</a> -
<a href="#">Aushang (PDF)</a> <a href="#">Flyer (PDF)</a> -
</p> <a href="#">Aushang (PDF)</a>
</article> </p>
</article>
</div>
</div> </div>
<div class="span6"> <div class="span6">
<article itemscope itemtype="http://schema.org/SocialEvent"> <div class="well well-large">
<h1><a href="#">Nächster <span itemprop="name">CCCS Stammtisch</span></a></h1> <article itemscope itemtype="http://schema.org/SocialEvent">
<p> <h1><a href="#">Nächster <span itemprop="name">CCCS Stammtisch</span></a></h1>
<em>Termin:</em> <p>
<span itemprop="startDate" content="2013-02-05T18:00">Dienstag, 5. Februar 2013, ab 18:00 Uhr</span> <em>Termin:</em>
</p> <span itemprop="startDate" content="2013-02-05T18:00">Dienstag, 5. Februar 2013, ab 18:00 Uhr</span>
<p> </p>
<em>Ort:</em> <p>
<span itemprop="location" itemscope itemtype="http://schema.org/Location"> <em>Ort:</em>
<span itemprop="name">Zadu-Bar</span> <span itemprop="location" itemscope itemtype="http://schema.org/Location">
</span> <span itemprop="name">Zadu-Bar</span>
</p> </span>
<p> </p>
<a itemprop="url" href="#">Unsere Stammtische</a> <p>
</p> <a itemprop="url" href="#">Unsere Stammtische</a>
</article> </p>
</article>
</div>
</div> </div>
</div> </div>
<div class="row"> <div class="row">