web/hdabo/templates/hdabo_base.html
author ymh <ymh.work@gmail.com>
Sun, 11 Mar 2012 22:53:13 +0100
changeset 142 8411d69b3ad9
parent 102 ff480257d6fc
permissions -rw-r--r--
Added tag V01.50 for changeset 444108d080bc
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
26
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
     1
{% load i18n %}
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
     2
{% comment %}{% load logintag %}{% endcomment %}
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
     3
{% comment %}{% load navigation %}{% endcomment %}
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
     4
<?xml version="1.0" encoding="UTF-8"?>
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
     5
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
     6
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
     7
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{{LANGUAGE_CODE}}" lang="{{LANGUAGE_CODE}}">
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
     8
<head>
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
     9
{% block head %}
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
    10
	<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
    11
    <meta http-equiv="content-language" content="{{LANGUAGE_CODE}}" />
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
    12
    <link rel="SHORTCUT ICON" href="{{STATIC_URL}}hdabo/img/favicon.ico" />
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
    13
    <title>{% block title %}HDA-BO{% endblock %}</title>
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
    14
    {% block js_import %}
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
    15
    <script type="text/javascript" src="{{STATIC_URL}}hdabo/js/hdabo.js"></script>
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
    16
    <script type="text/javascript" src="{{STATIC_URL}}hdabo/js/jquery.min.js"></script>
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
    17
    <script type="text/javascript" src="{{STATIC_URL}}hdabo/js/jquery.nyroModal.min.js"></script>
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
    18
    <!--[if IE 6]>
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
    19
    <script type="text/javascript" src="{{STATIC_URL}}hdabo/js/jquery.nyroModal-ie6.min.js"></script>
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
    20
    <![endif]-->
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
    21
    <script type="text/javascript" src="{{STATIC_URL}}hdabo/js/jquery.qtip.min.js"></script>
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
    22
    <script type="text/javascript" src="{{STATIC_URL}}hdabo/js/jquery.validate.js" ></script>
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
    23
    <script type="text/javascript" src="{{STATIC_URL}}hdabo/js/jquery.textchange.min.js" ></script>
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
    24
    {% endblock %}
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
    25
    
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
    26
    {% block css_declaration %}
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
    27
    <style type="text/css">
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
    28
		.rounded {
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
    29
			behavior:url("{{STATIC_URL}}hdabo/css/border-radius.htc");
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
    30
		}
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
    31
	</style>
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
    32
	{% endblock %}
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
    33
    
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
    34
    {% block css_import %}
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
    35
    
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
    36
    <link rel="stylesheet" href="{{STATIC_URL}}hdabo/css/style.css" type="text/css"/>
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
    37
    <link rel="stylesheet" href="{{STATIC_URL}}hdabo/css/nyroModal.css" type="text/css"/>
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
    38
    {% endblock %}
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
    39
    
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
    40
    {% block js_declaration %}
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
    41
    {% endblock %}
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
    42
    
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
    43
{% endblock %}
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
    44
</head>
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
    45
<body>
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
    46
{% block body %}
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
    47
<div class="container">
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
    48
<div id="header">      
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
    49
    {% block header %}
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
    50
    <div id="header_left">
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
    51
    	<p><a href="{% url hdabo.views.home %}">HDA<span class="hda_blue">BO</span></a></p>
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
    52
    </div>
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
    53
    {% endblock %}
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
    54
</div>
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
    55
<div id="content" class="span-24 last">
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
    56
    <div id="toolbar">
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
    57
    {% block toolbar %}
53
50f3f48467e8 Set identification. It is required now.
cavaliet
parents: 32
diff changeset
    58
    {% if user.is_authenticated %}
32
ffd77b2b939f First step of tag list. Enhance js function for datasheet context or tag list context.
cavaliet
parents: 26
diff changeset
    59
    <ul><li><a href="{% url hdabo.views.home %}">Home</a></li>
53
50f3f48467e8 Set identification. It is required now.
cavaliet
parents: 32
diff changeset
    60
    <li><a href="{% url hdabo.views.all_tags %}">Tous les tags</a></li>
96
e8a32d48da1b add search page, cf #19
ymh <ymh.work@gmail.com>
parents: 94
diff changeset
    61
    <li><a href="{% url haystack_search %}">Recherche</a></li>
102
ff480257d6fc Correction bug #22 : correct admin url
ymh <ymh.work@gmail.com>
parents: 96
diff changeset
    62
    <li><span style="float:right;">{{user.username}}&nbsp;|&nbsp;<a href="{% url django.contrib.auth.views.logout_then_login %}" >Se déconnecter</a>{% if user.is_staff %}&nbsp;|&nbsp;<a href="{% url admin:index %}" >admin</a>{% endif %}</span></li>
53
50f3f48467e8 Set identification. It is required now.
cavaliet
parents: 32
diff changeset
    63
    </ul>
50f3f48467e8 Set identification. It is required now.
cavaliet
parents: 32
diff changeset
    64
    {% endif %}
26
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
    65
    {% endblock %}
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
    66
    </div>
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
    67
    <div id="inner_content">
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
    68
    {% block content %}
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
    69
    {% endblock %}
63
03698c739b1d #8 : Better url management with datasheet id and context in parameter.
cavaliet
parents: 53
diff changeset
    70
    </div>
26
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
    71
</div>
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
    72
<div id="footer" class="span-24 last">
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
    73
    {% block footer %}
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
    74
    <div class="footer_img">
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
    75
    <a href="http://www.iri.centrepompidou.fr" target="_blank"><img src="{{STATIC_URL}}hdabo/img/logo_IRI_footer.png" alt="Logo IRI" /></a>
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
    76
    </div>
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
    77
    <div style="float: right; text-align: right;" class="small" id="copyright_version">
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
    78
        <div>©2011 <a style="text-decoration: none; color: #4F5155;" href="http://www.iri.centrepompidou.fr" target="_blank">IRI</a></div>
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
    79
        <div id="versionwrapper"><span class="version" id="version">{{VERSION}}</span></div>
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
    80
    </div>
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
    81
    {% endblock %}
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
    82
</div>
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
    83
</div>
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
    84
{% endblock %}
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
    85
</body>
699957597026 Add tag feature finished. Full page templates good placed.
cavaliet
parents: 24
diff changeset
    86
</html>