| author | gibus |
| Tue, 11 Feb 2014 12:04:59 +0100 | |
| changeset 568 | 0a19e3214687 |
| parent 460 | 2fdb7d095d5c |
| child 652 | 2484db74c150 |
| permissions | -rw-r--r-- |
| 0 | 1 |
{% load i18n %} |
2 |
{% load local_perms %} |
|
3 |
{% get_local_perm request can_create_text as can_create_text %} |
|
4 |
||
5 |
<div id="header_controls"> |
|
6 |
||
|
568
0a19e3214687
CNIL/EU privacy directive compliance for piwik cookies.
gibus
parents:
460
diff
changeset
|
7 |
{% if not DISABLE_TRACKING %} |
|
0a19e3214687
CNIL/EU privacy directive compliance for piwik cookies.
gibus
parents:
460
diff
changeset
|
8 |
<a id="hide-piwik-cookies-optout">{% blocktrans %}Privacy policy{% endblocktrans %} ▼ </a> · |
|
0a19e3214687
CNIL/EU privacy directive compliance for piwik cookies.
gibus
parents:
460
diff
changeset
|
9 |
{% endif %} |
| 0 | 10 |
{% if user.is_authenticated %}<b>{{ user.username }}</b> ·{% endif %} |
11 |
<a title="{% blocktrans %}Home{% endblocktrans %}" href="{% url index %}">{% blocktrans %}Home{% endblocktrans %}</a> |
|
12 |
{% if can_create_text %} |
|
| 237 | 13 |
· <a title="{% blocktrans %}Create a text{% endblocktrans %}" href="{% url text-create-content %}">{% blocktrans %}Create a text{% endblocktrans %}</a> |
| 0 | 14 |
· <a title="{% blocktrans %}Upload a text{% endblocktrans %}" href="{% url text-create-upload %}">{% blocktrans %}Upload a text{% endblocktrans %}</a> |
|
460
2fdb7d095d5c
Added import from XML file, including text, comments and attachments.
gibus
parents:
237
diff
changeset
|
15 |
· <a title="{% blocktrans %}Import a co-mented text{% endblocktrans %}" href="{% url text-create-import %}">{% blocktrans %}Import a co-mented text{% endblocktrans %}</a> |
| 0 | 16 |
{% endif %} |
17 |
{% if user.is_authenticated %} |
|
18 |
· <a title="{% blocktrans %}Profile{% endblocktrans %}" href="{% url profile %}">{% blocktrans %}Profile{% endblocktrans %}</a> |
|
19 |
· <a title="{% blocktrans %}Logout{% endblocktrans %}" href="{% url logout %}">{% blocktrans %}Logout{% endblocktrans %}</a> |
|
20 |
{% else%} |
|
21 |
· <a title="{% blocktrans %}Login{% endblocktrans %}" href="{% url login %}">{% blocktrans %}Login{% endblocktrans %}</a> |
|
22 |
{% if CONF.workspace_registration %} · <a title="{% blocktrans %}Register{% endblocktrans %}" href="{% url register %}">{% blocktrans %}Register{% endblocktrans %}</a>{% endif %} |
|
23 |
{% endif %} |
|
|
460
2fdb7d095d5c
Added import from XML file, including text, comments and attachments.
gibus
parents:
237
diff
changeset
|
24 |
</div> |