~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to templates/wlwebchat/index.html

  • Committer: franku
  • Date: 2016-04-18 13:29:23 UTC
  • mto: This revision was merged to the branch mainline in revision 409.
  • Revision ID: somal@arcor.de-20160418132923-bfzkb5mvdr7l8mz4
added migrations to each app

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
{% block title %}Webchat - {{ block.super }}{% endblock %}
7
7
 
8
 
{% block content_header %}
9
 
    <h1>Webchat</h1>
10
 
{% endblock %}
11
 
 
12
 
{% block content_main %}
 
8
{% block content %}
 
9
<h1>Webchat</h1>
13
10
<div class="blogEntry">
14
11
        <p>
15
12
        This is a webchat applet provided by the <a href="http://www.freenode.net">freenode network</a>. This is a convenient
17
14
        </p>
18
15
 
19
16
        <!-- Start of Webchat -->
20
 
        <iframe src="https://webchat.freenode.net?nick={% if user.is_authenticated %}{{ user.username }}{% else %}widelands_.{% endif %}&amp;channels=widelands&amp;uio=d4" style="width: 100%; height: 610px;"></iframe>
 
17
        <iframe src="https://webchat.freenode.net?nick={% if user.is_authenticated %}{{ user.username }}{% else %}widelands_.{% endif %}&amp;channels=widelands&amp;uio=d4" style="width: 100%; height: 400px;"></iframe>
21
18
        <!-- End of Webchat -->
22
19
 
23
20
        <p>