~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to templates/wlscreens/index.html

  • Committer: franku
  • Date: 2018-11-22 11:08:51 UTC
  • Revision ID: somal@arcor.de-20181122110851-77riof0o4dx2zcm6
split user uploaded content from static content

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
{% endcomment %}
5
5
 
6
6
{% load wl_markdown %}
 
7
{% load static %}
7
8
 
8
9
{% block extra_head %}
9
10
{{ block.super }}
10
 
<link rel="stylesheet" href="{{ MEDIA_URL }}lightbox_v2/css/lightbox.css" type="text/css" media="screen" />
11
 
<link rel="stylesheet" href="{{ MEDIA_URL }}lightbox_v2/css/custom.css" type="text/css" media="screen" />
 
11
<link rel="stylesheet" href="{% static 'lightbox_v2/css/lightbox.css" type="text/css" media="screen' %}" />
 
12
<link rel="stylesheet" href="{% static 'lightbox_v2/css/custom.css" type="text/css" media="screen' %}" />
12
13
<!-- lightbox-plus-jquery.min.js supports also IE9+ -->
13
 
<script type="text/javascript" src="{{ MEDIA_URL }}lightbox_v2/lightbox-plus-jquery.min.js"></script>
 
14
<script type="text/javascript" src="{% static 'lightbox_v2/lightbox-plus-jquery.min.js' %}"></script>
14
15
<script type="text/javascript">
15
16
        lightbox.option({
16
17
                  'resizeDuration': 400,