Skip to content
Snippets Groups Projects
Commit f07e215c authored by Andreas Valder's avatar Andreas Valder
Browse files

fixed links on front page

parent 22c06b14
No related branches found
No related tags found
No related merge requests found
{% macro preview(lecture) %} {% macro preview(lecture) %}
<li class="list-group-item"> <li class="list-group-item">
<div class="row"> <a class="hidden-xs" href="/play?lectureid={{ lecture['id'] }}" title="{{ lecture['coursetitle'] }}">
<a class="hidden-xs" href="/play?lectureid={{ lecture['id'] }}" title="{{ lecture['coursetitle'] }}"> <div class="row">
<img class="col-xs-4" src="https://videoag.fsmpi.rwth-aachen.de/{{ lecture['titlefile'] }}" alt="Vorschaubild"> <img class="col-xs-4" src="https://videoag.fsmpi.rwth-aachen.de/{{ lecture['titlefile'] }}" alt="Vorschaubild">
<div class="col-xs-4"> <div class="col-xs-4">
<span style="color: #000;"><strong>{{ lecture['short'] }}</strong></span><br> <span style="color: #000;"><strong>{{ lecture['short'] }}</strong></span><br>
...@@ -15,36 +15,36 @@ ...@@ -15,36 +15,36 @@
<div style="color: #000;">{{ lecture['title'] }}</div> <div style="color: #000;">{{ lecture['title'] }}</div>
<p style="font-style: italic; color: #777;">{{ lecture['comment'] }}</p> <p style="font-style: italic; color: #777;">{{ lecture['comment'] }}</p>
</div> </div>
</a> </div>
<a class="visible-xs" href="/play?lectureid={{ lecture['id'] }}" title="{{ lecture['coursetitle'] }}"> </a>
<div class="row"> <a class="visible-xs" href="/play?lectureid={{ lecture['id'] }}" title="{{ lecture['coursetitle'] }}">
<img class="col-xs-12" src="https://videoag.fsmpi.rwth-aachen.de/{{ lecture['titlefile'] }}" alt="Vorschaubild"> <div class="row">
</div> <img class="col-xs-12" src="https://videoag.fsmpi.rwth-aachen.de/{{ lecture['titlefile'] }}" alt="Vorschaubild">
<div class="row"> </div>
<div class="col-xs-12"> <div class="row">
<span style="color: #000;"><strong>{{ lecture['short'] }}</strong></span> <div class="col-xs-12">
<span style="color: #000;">{{ lecture['time'] }}</span> <span style="color: #000;"><strong>{{ lecture['short'] }}</strong></span>
</div> <span style="color: #000;">{{ lecture['time'] }}</span>
</div> </div>
{% if lecture['speaker'] %} </div>
<div class="row"> {% if lecture['speaker'] %}
<div class="col-xs-12"> <div class="row">
<div class="small" style="color: #000;">Gehalten von {{ lecture['speaker'] }} </div> <div class="col-xs-12">
</div> <div class="small" style="color: #000;">Gehalten von {{ lecture['speaker'] }} </div>
</div> </div>
{% endif %} </div>
<div class="row"> {% endif %}
<div class="col-xs-12"> <div class="row">
<div style="color: #000;">{{ lecture['title'] }}</div> <div class="col-xs-12">
</div> <div style="color: #000;">{{ lecture['title'] }}</div>
</div> </div>
<div class="row"> </div>
<div class="col-xs-12"> <div class="row">
<p style="font-style: italic; color: #777;">{{ lecture['comment'] }}</p> <div class="col-xs-12">
</div> <p style="font-style: italic; color: #777;">{{ lecture['comment'] }}</p>
</div> </div>
</a> </div>
</div> </a>
</li> </li>
{% endmacro %} {% endmacro %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment