web/hdabo/templates/hdabo_base.html
author ymh <ymh.work@gmail.com>
Tue, 14 Jun 2011 01:51:26 +0200
changeset 24 8f84b9bbd22d
parent 8 fe20b23e9f0f
child 26 699957597026
permissions -rw-r--r--
add wikipedia link edition
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
     1
{% load i18n %}
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
     2
{% comment %}{% load logintag %}{% endcomment %}
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
     3
{% comment %}{% load navigation %}{% endcomment %}
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
     4
<?xml version="1.0" encoding="UTF-8"?>
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
     5
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
     6
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
     7
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{{LANGUAGE_CODE}}" lang="{{LANGUAGE_CODE}}">
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
     8
<head>
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
     9
{% block head %}
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
    10
	<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
    11
    <meta http-equiv="content-language" content="{{LANGUAGE_CODE}}" />
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
    12
    <link rel="SHORTCUT ICON" href="{{STATIC_URL}}hdabo/img/favicon.ico" />
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
    13
    <title>{% block title %}HDA-BO{% endblock %}</title>
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
    14
    {% block js_import %}
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
    15
    <script type="text/javascript" src="{{STATIC_URL}}hdabo/js/jquery.min.js"></script>
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
    16
    <script type="text/javascript" src="{{STATIC_URL}}hdabo/js/jquery.nyroModal.min.js"></script>
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
    17
    <!--[if IE 6]>
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
    18
    <script type="text/javascript" src="{{STATIC_URL}}hdabo/js/jquery.nyroModal-ie6.min.js"></script>
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
    19
    <![endif]-->
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
    20
    <script type="text/javascript" src="{{STATIC_URL}}hdabo/js/jquery.qtip.min.js"></script>
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
    21
    <script type="text/javascript" src="{{STATIC_URL}}hdabo/js/jquery.validate.js" ></script>
24
8f84b9bbd22d add wikipedia link edition
ymh <ymh.work@gmail.com>
parents: 8
diff changeset
    22
    <script type="text/javascript" src="{{STATIC_URL}}hdabo/js/hdabo.js"></script>
7
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
    23
    {% endblock %}
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
    24
    
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
    25
    {% block css_declaration %}
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
    26
    <style type="text/css">
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
    27
		.rounded {
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
    28
			behavior:url("{{STATIC_URL}}hdabo/css/border-radius.htc");
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
    29
		}
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
    30
	</style>
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
    31
	{% endblock %}
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
    32
    
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
    33
    {% block css_import %}
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
    34
    
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
    35
    <link rel="stylesheet" href="{{STATIC_URL}}hdabo/css/style.css" type="text/css"/>
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
    36
    <link rel="stylesheet" href="{{STATIC_URL}}hdabo/css/nyroModal.css" type="text/css"/>
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
    37
    {% endblock %}
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
    38
    
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
    39
    {% block js_declaration %}
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
    40
    {% endblock %}
8
fe20b23e9f0f Better tab table management. Ajax request to move up or down the tag order.
cavaliet
parents: 7
diff changeset
    41
    
7
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
    42
{% endblock %}
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
    43
</head>
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
    44
<body>
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
    45
{% block body %}
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
    46
<div class="container">
8
fe20b23e9f0f Better tab table management. Ajax request to move up or down the tag order.
cavaliet
parents: 7
diff changeset
    47
<div id="header">      
7
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
    48
    {% block header %}
8
fe20b23e9f0f Better tab table management. Ajax request to move up or down the tag order.
cavaliet
parents: 7
diff changeset
    49
    <div id="header_left">
7
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
    50
    	<p><a href="{% url hdabo.views.home %}">HDA<span class="hda_blue">BO</span></a></p>
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
    51
    </div>
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
    52
    {% endblock %}
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
    53
</div>
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
    54
<div id="content" class="span-24 last">
8
fe20b23e9f0f Better tab table management. Ajax request to move up or down the tag order.
cavaliet
parents: 7
diff changeset
    55
    <div id="toolbar">
7
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
    56
    {% block toolbar %}
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
    57
    <p><a href="{% url hdabo.views.home %}">home</a></p>
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
    58
    {% endblock %}
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
    59
    </div>
8
fe20b23e9f0f Better tab table management. Ajax request to move up or down the tag order.
cavaliet
parents: 7
diff changeset
    60
    <div id="inner_content">
7
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
    61
    {% block content %}
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
    62
    {% endblock %}
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
    63
    </div>      
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
    64
</div>
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
    65
<div id="footer" class="span-24 last">
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
    66
    {% block footer %}
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
    67
    <div class="footer_img">
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
    68
    <a href="http://www.iri.centrepompidou.fr" target="_blank"><img src="{{STATIC_URL}}hdabo/img/logo_IRI_footer.png" alt="Logo IRI" /></a>
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
    69
    </div>
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
    70
    <div style="float: right; text-align: right;" class="small" id="copyright_version">
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
    71
        <div>©2011 <a style="text-decoration: none; color: #4F5155;" href="http://www.iri.centrepompidou.fr" target="_blank">IRI</a></div>
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
    72
        <div id="versionwrapper"><span class="version" id="version">{{VERSION}}</span></div>
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
    73
    </div>
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
    74
    {% endblock %}
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
    75
</div>
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
    76
</div>
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
    77
{% endblock %}
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
    78
</body>
b5204be88f8e First views for home and sheet display, and navigation in sheet groups by location.
cavaliet
parents:
diff changeset
    79
</html>