1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
6
This file is extended by all other files which are not
8
<html xmlns="http://www.w3.org/1999/xhtml">
11
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
13
<title>{% block title %}Widelands.org{% endblock %}</title>
14
<link href="/wlmedia/favicon.ico" rel="SHORTCUT ICON" />
17
<link rel="stylesheet" type="text/css" media="all" href="/wlmedia/css/base.css" />
18
<link rel="stylesheet" type="text/css" media="all" href="/wlmedia/css/navigation.css" />
20
<!-- Javascript Bread & Butter Scripts -->
21
<script type="text/javascript" src="/wlmedia/js/jquery.js"></script>
22
<script type="text/javascript" src="/wlmedia/js/jquery_csrf_ajax.js"></script>
23
{% block extra_head %}{% endblock %}
28
<table border="0" cellpadding="0" cellspacing="0" style="width: 100%;">
34
<div id="headerbanner">
35
<a href="{% url mainpage %}"><img src="/wlmedia/img/Logo.png" alt="Logo" align="middle" /></a>
38
{% include "navigation.html" %}
43
<!-- Main Page starts here -->
45
The decision here was between this table madness or a CSS + JS hack (resize
46
divisions after page load). Both solutions are ugly, but I prefer tables to JS hacks.
56
Top Tables are not used by current theme, they
57
might be in a future one though
60
<table border="0" cellpadding="0" cellspacing="0">
62
<td id="table_topleft"></td>
63
<td id="table_topright"></td>
68
<!-- Table with Menus and Content -->
69
<table border="0" cellpadding="0" cellspacing="0" >
74
<div id="leftcontent">
75
{% include "left_boxes.html" %}
81
<!-- Center Column/Content -->
82
<td id="content" style="overflow: hidden;">
83
<!-- ################### CONTENT STARTS HERE ################### -->
87
<!-- ################### CONTENT ENDS HERE ################### -->
92
<div id="rightcontent">
93
{% include "right_boxes.html" %}
107
{% include "footer.html" %}
109
<!-- Bottom Table -->
110
<table border="0" cellpadding="0" cellspacing="0" id="table_bottom">
112
<td id="table_bottomleft">
114
<td id="table_bottomright">
12
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
14
<!-- Google Webmaster Site Verification token -->
15
<meta name="google-site-verification" content="1A5uFV_zNuXazJ46-572-_lLzcCTEQ77iHaSPFZd53Y" />
17
<title>{% block title %}Widelands.org{% endblock %}</title>
18
<link href="{{ MEDIA_URL }}favicon.ico" rel="SHORTCUT ICON" />
21
<link rel="stylesheet" type="text/css" media="all" href="{{ MEDIA_URL }}css/base.css" />
22
<link rel="stylesheet" type="text/css" media="all" href="{{ MEDIA_URL }}css/navigation.css" />
24
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/base_ielt9.css" />
27
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/base_ielt8.css" />
30
{% if USE_GOOGLE_ANALYTICS %}
31
<!-- Google Analytics -->
33
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
34
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
35
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
36
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
37
ga('create', 'UA-42120570-2', 'widelands.org');
38
ga('send', 'pageview');
42
<!-- Javascript Bread & Butter Scripts -->
43
<script type="text/javascript" src="{{ MEDIA_URL }}js/jquery.js"></script>
44
<script type="text/javascript" src="{{ MEDIA_URL }}js/jquery_csrf_ajax.js"></script>
45
<script type="text/javascript" src="{{ MEDIA_URL }}js/scripts.js"></script>
46
{% block extra_head %}{% endblock %}
53
<div class="loginBox posRight">
54
{% include "login_box.html" %}
56
<a href="{% url 'mainpage' %}"><img src="{{ MEDIA_URL }}img/Logo.png" class="posLeft" alt="Widelands Logo" /></a>
60
{% include "navigation.html" %}
62
<div id="main" class="clear">
63
<div id="rightColumn" class="posRight">
64
{% include "right_boxes.html" %}
72
<div class="clear"></div>
75
{% include "footer.html" %}