TELEMETA_SUBJECTS = tuple of subject keywords (used for Dublin Core), such as "Ethnology", etc...
TELEMETA_CACHE_DIR = absolute path to the cache directory that you just created
TELEMETA_GMAP_KEY = your Google Map API key
- TELEMETA_DOWNLOAD_ENABLED = True to enable audio data download
+ TELEMETA_DOWNLOAD_ENABLED = True to enable raw audio data download
TELEMETA_STREAMING_FORMATS = tuple of authoized streaming formats. Ex : ('mp3', 'ogg')
TELEMETA_PUBLIC_ACCESS_PERIOD = number of years above which item files are automagically published
EMAIL_HOST = your default SMTP server
{% get_available_languages as LANGUAGES %}
<title>{%block head_title %}{% organization %} - Telemeta{% endblock %}</title>
+
{% block stylesheets %}
<link rel="stylesheet" type="text/css" href="{% url telemeta-css "telemeta.css" %}" />
<link rel="alternate" href="/rss" title="RSS 2.0" type="application/rss+xml" />
<link rel="stylesheet"type="text/css" href="{% url telemeta-css "telemeta_ie6.css" %}" />
<![endif]-->
{% endblock %}
+
+{% block javascript %}
<script src="{% url django.views.i18n.javascript_catalog %}" type="text/javascript"></script>
<script src="{% url telemeta-js "jquery-1.6.min.js" %}" type="text/javascript"></script>
<script src="{% url telemeta-js "locale.js" %}" type="text/javascript"></script>
<script src="{% url telemeta-js "application.js" %}" type="text/javascript"></script>
-
{% if user.is_authenticated %}
- <script type='text/javascript'>var CURRENT_USER_NAME="{{ user.username }}";</script>
+<script type='text/javascript'>var CURRENT_USER_NAME="{{ user.username }}";</script>
{% else %}
- <script type='text/javascript'>var CURRENT_USER_NAME=undefined;</script>
+<script type='text/javascript'>var CURRENT_USER_NAME=undefined;</script>
{% endif %}
-{% block extra_javascript %}{% endblock %}
-
-
+{% endblock %}
+{% block extra_javascript %}{% endblock %}
</head>
+
<body>
<div id="layout">
+{% block header %}
<div id="header">
<div id="logo">
{% block logo %}
{% block menu %}
<ul>
{# spaces between li and a elements breaks layout #}
-<li class="darkblue"><a href="/">{% trans "Home" %}</a></li>
-<li class="blue"><a href="{% url telemeta-collections %}">{% trans "Collections" %}</a></li>
-<li class="green"><a href="{% url telemeta-items %}">{% trans "Items" %}</a></li>
-<li class="yellow" {% if not user.is_authenticated %} class="last" {% endif %}><a href="{% url telemeta-geo-continents %}">{% trans "Geo Navigator" %}</a></li>
-<li class="orange"><a href="{% url telemeta-search-criteria %}">{% trans "Advanced search" %}</a></li>
-{% if user.is_staff %}
-<li class="red" class="last"><a href="{% url telemeta-admin %}">{% trans "Admin" %}</a></li>
-{% endif %}
+ <li class="darkblue"><a href="/">{% trans "Home" %}</a></li>
+ <li class="blue"><a href="{% url telemeta-collections %}">{% trans "Collections" %}</a></li>
+ <li class="green"><a href="{% url telemeta-items %}">{% trans "Items" %}</a></li>
+ <li class="yellow" {% if not user.is_authenticated %} class="last" {% endif %}><a href="{% url telemeta-geo-continents %}">{% trans "Geo Navigator" %}</a></li>
+ <li class="orange"><a href="{% url telemeta-search-criteria %}">{% trans "Advanced search" %}</a></li>
+ {% if user.is_staff %}
+ <li class="red" class="last"><a href="{% url telemeta-admin %}">{% trans "Admin" %}</a></li>
+ {% endif %}
</ul>
{% endblock %}
</div>
</div>
+{% endblock header %}
<div id="content">
<table id="content_header"><tr>
- <td class="leftcol"><h3>{% block title %}{% endblock %}</h3></td>
+ <td class="leftcol"><h1>{% block title %}{% endblock %}</h1></td>
<td class="rightcol">{% block title_buttons %}{% endblock %}</td>
</tr></table>
{% block content %}{% endblock %}
<div class="nett"></div>
</div>
-<div id="footer">
{% block footer %}
+<div id="footer">
<hr />
<table width="100%">
<tr>
</td>
</tr>
</table>
-{% endblock %}
</div>
+{% endblock %}
</div>
</body>
</html>
{% load telemeta_utils %}
{% block title %}
- <h1><img src="{% url telemeta-images "collections_red.png" %}" style="vertical-align:middle" /> Collection : NEW</h1>
+ <img src="{% url telemeta-images "collections_red.png" %}" style="vertical-align:middle" /> Collection : NEW
{% endblock %}
{% block title_buttons %}
{% if collection %}
{% block title %}
- <h1><img src="{% url telemeta-images "collections_red.png" %}" style="vertical-align:middle" /> Collection : {{ collection.title }}</h1>
+ <img src="{% url telemeta-images "collections_red.png" %}" style="vertical-align:middle" /> Collection : {{ collection.title }}
{% endblock %}
{% block title_buttons %}
{% load telemeta_utils %}
{% block title %}
- <h1><img src="{% url telemeta-images "collections_red.png" %}" style="vertical-align:middle" /> Collection : {{ collection }}</h1>
+ <img src="{% url telemeta-images "collections_red.png" %}" style="vertical-align:middle" /> Collection : {{ collection }}
{% endblock %}
{% block title_buttons %}
<a href="{% url telemeta-collection-detail collection.public_id %}" class="component_icon button icon_cancel">{% trans "Cancel" %}</a>
{% block head_title %}{% trans "Media Collections" %} - {{ block.super }}{% endblock %}
{% block title%}
- <h1><img src="{% url telemeta-images "collections_red.png" %}" style="vertical-align:middle" /> {% trans "Media Collections" %}</h1>
+ <img src="{% url telemeta-images "collections_red.png" %}" style="vertical-align:middle" /> {% trans "Media Collections" %}
{% endblock %}
+
{% block title_buttons %}
<a href="{% url telemeta-collections %}" class="component_icon button icon_filter">{% trans "All" %}</a>
<a href="{% url telemeta-collections-unpublished %}" class="component_icon button icon_filter">{% trans "Unpublished" %}</a>
{% include "telemeta/inc/collection_list.html" %}
</div>
{% endwith %}
-
{% endblock %}
{% endblock %}
{% block title %}
- <h1><img src="{% url telemeta-images "world_red.png" %}" style="vertical-align:middle" /> {% trans "Geographic Navigator" %}</h1>
+ <img src="{% url telemeta-images "world_red.png" %}" style="vertical-align:middle" /> {% trans "Geographic Navigator" %}
{% endblock %}
{% block title_buttons %}
{% block head_title %}{{ continent }} - {% trans "Geographic Navigator" %} - {{ block.super }}{% endblock %}
{% block title %}
-<h1><img src="{% url telemeta-images "world_red.png" %}" style="vertical-align:middle" /> <a href="{% url telemeta-geo-continents %}">{% trans "World" %}</a> /
- {{ continent }}</h1>
+ <img src="{% url telemeta-images "world_red.png" %}" style="vertical-align:middle" /> <a href="{% url telemeta-geo-continents %}">{% trans "World" %}</a> / {{ continent }}
{% endblock title %}
{% block content %}
{% block head_title %}{{ country }} - {% trans "Geographic Navigator" %} - {{ block.super }}{% endblock %}
-{% block content %}
-<h1><img src="{% url telemeta-images "world_red.png" %}" style="vertical-align:middle" /> <a href="{% url telemeta-geo-continents %}">{% trans "World" %}</a> /
- <a href="{% url telemeta-geo-countries continent.flatname %}">{{ continent }}</a>
- / {{ country }}</h1>
+{% block title %}
+<img src="{% url telemeta-images "world_red.png" %}" style="vertical-align:middle" /> <a href="{% url telemeta-geo-continents %}">{% trans "World" %}</a> /
+ <a href="{% url telemeta-geo-countries continent.flatname %}">{{ continent }}</a> / {{ country }}
+{% endblock title %}
+{% block content %}
{% with object_list as collections %}
<div class="fullpage">
{% include "telemeta/inc/collection_list.html" %}
</div>
{% endwith %}
-
{% endblock %}
{% load telemeta_utils %}
{% load i18n %}
{% if items %}
+
{% if hits %}
<p class="pagination">
{% blocktrans %}Items {{ first_on_page }} to {{ last_on_page }} on {{ hits }}{% endblocktrans %}
{% load i18n %}
{% block title %}
-<h1><img src="{% url telemeta-images "user_red.png" %}" style="vertical-align:middle" /> {% trans "User authentication" %}</h1>
+ <img src="{% url telemeta-images "user_red.png" %}" style="vertical-align:middle" /> {% trans "User authentication" %}
{% endblock %}
{% block content %}
{% block head_title %}{% trans "Item" %}- {{ block.super }}{% endblock %}
-
{% if item %}
{% block title %}
- <img src="images/item.png" style="vertical-align:middle" /> <h1>Item : NEW</h1>
+ <img src="images/item.png" style="vertical-align:middle" /> Item : NEW
{% endblock %}
+
{% block title_buttons %}
{% if perms.telemeta.add_mediaitem %}
<a href="{% url telemeta-items %}"
{% endblock %}
{% block title %}
- <img src="images/item.png" style="vertical-align:middle" /> <h1>Item : NEW</h1>
+ <img src="images/item.png" style="vertical-align:middle" /> Item : NEW
{% endblock %}
+
{% block title_buttons %}
{% if user.is_authenticated and perms.telemeta.add_mediaitem %}
<a href="{% url telemeta-item-detail item.public_id %}" class="component_icon button icon_cancel">{% trans "Cancel" %}</a>
</div>
</form>
</div>
- {% endblock infos %}
-
+ {% endblock infos %}
{% endblock %}
});
</script>
-<!--item.approx_duration-->
-
{% endif %}
{% endblock %}
-
{% if item %}
{% block title %}
-<img src="images/item.png" style="vertical-align:middle" /> <h1>Item : {{ item }}</h1>
+ <img src="images/item.png" style="vertical-align:middle" /> Item : {{ item }}
{% endblock %}
+
{% block title_buttons %}
<div class="fixedWidthAsPlayer">
{% if user.is_authenticated and perms.telemeta.change_mediaitem %}
{% endblock %}
{% block content %}
-
<div class="{% if item.file %}{% if item.public_access == 'full' or public_access or user.is_staff %}with-rightcol{% endif %}{% endif %}">
{% if item.file %}
{% if public_access or user.is_staff %}
\r
{% if item %}\r
{% block title_buttons %}\r
- <a class="component_icon button icon_previous" href="{% url telemeta-item-detail item.public_id %}">{% trans "Normal View" %}</a>\r
+ <a class="component_icon button icon_previous" href="{% url telemeta-item-detail item.public_id %}">{% trans "Normal View" %}</a>\r
{% endblock %}\r
\r
{% block infos %}\r
{% load i18n %}
{% load telemeta_utils %}
- {% block title %}
- <img src="images/item.png" style="vertical-align:middle" /> <h1>Item : {{ item }}</h1>
- {% endblock %}
-
- {% block title_buttons %}
- <a href="{% url telemeta-item-detail item.public_id %}" class="component_icon button icon_cancel">{% trans "Cancel" %}</a>
- {% endblock %}
+{% block title %}
+<img src="images/item.png" style="vertical-align:middle" /> Item : {{ item }}
+{% endblock %}
- {% block infos %}
- <div class="infos">
- <form enctype="multipart/form-data" id="_editItemForm" method="POST" action="">{% csrf_token %}
- <table>
- <tr><td colspan="2">{% for error in form.non_field_errors %}<li class="error">{{ error }}</li>{% endfor %}</td></tr>
- {% for field in form %}
- {% if not field.html_name == "copied_from_item" %}
- <tr>
- <tr><td class="error">{{ field.errors }}</td></tr>
- <td>{{ field.label_tag }}:</td>
- {% if field.html_name == "file" %}
- <td> {{ item.file.name }} <br /> {{ field }}</td>
- {% else %}
- {% if field.html_name == "collection" %}
- <td>{{ field }} <br /> {% trans "Title" %} : {{ item.collection.title }}</td>
- {% else %}
- <td>{{ field }}</td>
- {% endif %}
- {% endif %}
- </tr>
- {% else %}
- <tr><td>{{ field.label_tag.as_hidden }}{{ field.as_hidden }}</td></tr>
- {% endif %}
- {% endfor %}
- </table>
- <div align="center">
- <a href="{% url telemeta-item-detail item.public_id %}"
- class="component_icon button icon_cancel">{% trans "Cancel" %}</a>
- <a href="#" class="component_icon button icon_save"
- onclick="document.getElementById('_editItemForm').submit(); return false;">{% trans "Save" %}</a>
- </div>
- </form>
+{% block title_buttons %}
+<a href="{% url telemeta-item-detail item.public_id %}" class="component_icon button icon_cancel">{% trans "Cancel" %}</a>
+{% endblock %}
+
+{% block infos %}
+<div class="infos">
+ <form enctype="multipart/form-data" id="_editItemForm" method="POST" action="">{% csrf_token %}
+ <table>
+ <tr><td colspan="2">{% for error in form.non_field_errors %}<li class="error">{{ error }}</li>{% endfor %}</td></tr>
+ {% for field in form %}
+ {% if not field.html_name == "copied_from_item" %}
+ <tr>
+ <tr><td class="error">{{ field.errors }}</td></tr>
+ <td>{{ field.label_tag }}:</td>
+ {% if field.html_name == "file" %}
+ <td> {{ item.file.name }} <br /> {{ field }}</td>
+ {% else %}
+ {% if field.html_name == "collection" %}
+ <td>{{ field }} <br /> {% trans "Title" %} : {{ item.collection.title }}</td>
+ {% else %}
+ <td>{{ field }}</td>
+ {% endif %}
+ {% endif %}
+ </tr>
+ {% else %}
+ <tr><td>{{ field.label_tag.as_hidden }}{{ field.as_hidden }}</td></tr>
+ {% endif %}
+ {% endfor %}
+ </table>
+ <div align="center">
+ <a href="{% url telemeta-item-detail item.public_id %}"
+ class="component_icon button icon_cancel">{% trans "Cancel" %}</a>
+ <a href="#" class="component_icon button icon_save"
+onclick="document.getElementById('_editItemForm').submit(); return false;">{% trans "Save" %}</a>
</div>
- {% endblock infos %}
+ </form>
+</div>
+{% endblock infos %}
{% block head_title %}{% trans "Media Items" %} - {{ block.super }}{% endblock %}
{% block title %}
- <img src="images/item.png" style="vertical-align:middle" /> <h1>{% trans "Media Items" %}</h1>
+ <img src="images/item.png" style="vertical-align:middle" /> {% trans "Media Items" %}
{% endblock %}
+
{% block title_buttons %}
{% if user.is_authenticated and perms.telemeta.add_mediaitem %}
<a href="{% url telemeta-item-add %}" class="component_icon button icon_add">{% trans "Add" %}</a>
{% include "telemeta/inc/mediaitem_list.html" %}
</div>
{% endwith %}
-
{% endblock %}
{% load i18n %}
{% load telemeta_utils %}
-{% block extra_javascript %}
+{% block extra_javascript %}{% endblock %}
+
+{% block title %}
+ <img src="images/item.png" style="vertical-align:middle" /> Item : {{ item }}
{% endblock %}
- {% block title %}
- <img src="images/item.png" style="vertical-align:middle" /> <h1>Item : {{ item }}</h1>
- {% endblock %}
- {% block title_buttons %}
- <a href="{% url telemeta-item-detail item.public_id %}" class="component_icon button icon_cancel">{% trans "Cancel" %}</a>
- {% endblock %}
+{% block title_buttons %}
+ <a href="{% url telemeta-item-detail item.public_id %}" class="component_icon button icon_cancel">{% trans "Cancel" %}</a>
+{% endblock %}
{% block content %}
{% block infos %}
</table>
<br />
{% endfor %}
-
<div align="center">
<a href="{% url telemeta-item-detail item.public_id %}"
class="component_icon button icon_cancel">{% trans "Cancel" %}</a>
<a href="#" class="component_icon button icon_save"
onclick="document.getElementById('_editPerformanceForm').submit(); return false;">{% trans "Save" %}</a>
</div>
-
</form>
</div>
-
{% endblock infos %}
{% endblock content %}
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" lang="{{ LANGUAGE_CODE }}" xml:lang="{{ LANGUAGE_CODE }}" {% if LANGUAGE_BIDI %}dir="rtl"{% endif %}>
-
-<head>
-{% load i18n %}
+{% extends "telemeta/mediaitem_detail.html" %}
{% load telemeta_utils %}
+{% load i18n %}
-<title>{%block head_title %}{% organization %} - Telemeta - {% trans "Item" %} : {{ item.title }}{% endblock%}</title>
-
-{% block stylesheets %}
-<link rel="stylesheet" type="text/css" href="{% url telemeta-css "telemeta.css" %}" />
-<link rel="stylesheet" type="text/css" href="{% url telemeta-timeside "css/timeside.css" %}" />
-<link rel="stylesheet" type="text/css" href="{% url telemeta-timeside "skins/lab/style.css" %}" />
-<link rel="stylesheet" type="text/css" href="{% url telemeta-css "player.css" %}" />
-{% endblock %}
-
-<script src="{% url telemeta-js "jquery.js" %}" type="text/javascript"></script>
-<script src="{% url telemeta-js "application.js" %}" type="text/javascript"></script>
-
-{% block extra_javascript %}
-<script src="{% url telemeta-js "soundmanager2.js" %}" type="text/javascript"></script>
-<script src="{% url telemeta-timeside "src/playlist.js" %}" type="text/javascript"></script>
-<script type="text/javascript">
- soundManager.url = '{% url telemeta-swf "./" %}';
- soundManager.flashVersion = 9;
- soundManager.useMovieStar = true; // enable MP4/M4A/AAC
- soundManager.debugMode = false;
- soundManager.allowPolling = true;
-
- var setupPlaylist = function(){
- {% if user.is_authenticated %}
- var p = playlistUtils;
- {% for playlist in playlists %}
- p.addPlaylist('{{ playlist.playlist.title }}','{{playlist.playlist.public_id}}');
- {% endfor %}
-
- {% endif %}
- {% if item %}
- var anchor = jQuery('#_add_to_playlist');
- if(anchor.length){
- anchor.click(function(evtObj_){
- p.showPopupAddToPlaylist(evtObj_,'item','{{item.public_id}}','item added to selected playlist');return false;
- });
- }
- {% endif %}
- };
-
- {% if item %}
- var ITEM_PUBLIC_ID = '{{item.public_id}}';
- {% endif %}
-
- var scripts = ["{% url telemeta-js "wz_jsgraphics.js" %}",
- //"{% url telemeta-timeside "src/playlist.js" %}",
- "{% url telemeta-timeside "src/timeside.js" %}","{% url telemeta-js "playerUtils.js" %}"];
-
- var _sound_manager_loaded=false;
- var _jQuery_loaded = false;
-
- jQuery(document).ready(function(){
- _jQuery_loaded=true;
- if(_sound_manager_loaded){
- loadScripts(scripts, function(){loadPlayer('{% url telemeta-item-analyze-xml item.public_id %}',$('.ts-wave a').attr('href'));setupPlaylist()});
- }
- });
- //$('.ts-wave a').attr('href')
- soundManager.onready(function() {
- _sound_manager_loaded=true;
- if(_jQuery_loaded){
- loadScripts(scripts, function(){loadPlayer('{% url telemeta-item-analyze-xml item.public_id %}',$('.ts-wave a').attr('href'));setupPlaylist()});
- }
- });
-
-</script>
-{% endblock %}
-
-{% if user.is_authenticated and perms.telemeta.change_mediaitem %}
- <script type='text/javascript'>var CURRENT_USER_NAME="{{ user.username }}";</script>
-{% else %}
- <script type='text/javascript'>var CURRENT_USER_NAME=undefined;</script>
-{% endif %}
-
-</head>
-
-<body>
+{% block header %}{% endblock %}
+{% block title %}{% endblock %}
+{% block title_buttons %}{% endblock %}
{% block content %}
-
<div>
{% if item.file %}
{% if public_access or user.is_staff %}
- <div id="player_maximized" class="ts-skin-lab">
- <a href="#" class="toggle">Minimize</a>
- <div class="wazing"></div>
- </div>
<div id="rightcol" style="float: left;">
<div id="player_minimized" class="ts-skin-lab">
-
<div class="wazing"></div>
<div id="player" class="ts-player">
- <div class="ts-viewer">
- <div class="ts-wave">
- <div class="ts-image-container">
- <a href="{% url telemeta-item-export item.public_id,"mp3" %}">
- <img class="ts-image" src="{% url telemeta-item-visualize item.public_id,visualizer_id,360,130 %}"
- alt="" /></a>
- </div>
- </div>
- </div>
</div>
</div>
- <div class="item_visualization" id="item_visualization_id">
- <form id="visualizer_id_form" method="get" action="#">
- <img src="images/plots.png" style="vertical-align:middle" /> Visualization :
- <select id="visualizer_id" name="visualizer_id">
- {% for v in visualizers %}
- <option value="{% url telemeta-item-visualize item.public_id,v.id,"WIDTH","HEIGHT" %}">
- {{v.name}}</option>
- {% endfor %}
- </select>
- <input style="visibility: hidden;" type="submit" value="Set" />
- </form>
- </div>
-
- <div id="tabs_container">
- <!-- this div will be hidden when everything is fully loaded-->
- <span id="loading_span" href="#"><img style="vertical-align:middle" src="/images/wait.gif"/>
- <span id="loading_span_text">Loading...</span></span>
- <a id="tab_analysis" style="display:none" name ="analyzer_div_id" href="#">{% trans "Analysis" %}</a>
- <a id="tab_markers" style="display:none" name="markers_div_id" href="#">{% trans "Markers" %}</a>
- </div>
-
- <div class="markers" id="markers_div_id"></div>
-
- <div class="analyzer" id="analyzer_div_id">
- <table width="100%">
- <tr class="analyzer-title">
- <td>{% trans "Property" %}</td>
- <td>{% trans "Value" %}</td>
- <td>{% trans "Unit" %}</td>
- </tr>
- <!-- {% for analyser in analysers %}
- <tr class="analyzer-line">
- <td>
- {{ analyser.name }}
- </td>
- <td>
- {{ analyser.value }}
- </td>
- <td>
- {{ analyser.unit }}
- </td>
- </tr>
- {% endfor %}-->
- </table>
- </div>
- <!--</div>-->
-
- {% if audio_export_enabled %}
- <div class="exporter">
- <p><img src="images/download.png" style="vertical-align:middle" /> {% trans "Download:" %}
- {% for format in export_formats %}
- <a href="{% url telemeta-item-export item.public_id,format.extension %}">
- <img src="images/{{ format.extension }}.png" style="vertical-align:middle" alt="{{ format.extension }}" /></a>
- {% endfor %}</p>
- </div>
- {% endif %}
-
</div>
{% endif %}
- {% endif %}
-
+{% endif %}
</div>
-
{% endblock %}
-</body>
-</html>
\ No newline at end of file
+{% block footer %}{% endblock %}
{% load i18n %}
{% block content %}
-
{% if messages %}
{% for message in messages %}
<h1>{{ message }}</h1>
<p>{{ description }}
-
{% endfor %}
{% endif %}
-
{% endblock %}
{% block head_title %}{% trans "User Profile" %} : {{ usr.username }}{% endblock %}
+{% block title %}
+ <img src="{% url telemeta-images "user_red.png" %}" style="vertical-align:middle" /> {% trans "User profile" %} : {{ usr.username }}
+{% endblock %}
+
{% block content %}
<div class="module-set" style="width: 33%">
{% block modules %}
</ul>
</div>
{% endblock %}
- </div>
+ </div>
- <h1><img src="{% url telemeta-images "user_red.png" %}" style="vertical-align:middle" /> {% trans "User profile" %} : {{ usr.username }}</h1>
<div class="infos" style="padding-top: 1em;">
<dl class="listing">
<dt>{% trans "First Name" %}</dt><dd>{{ usr.first_name }}</dd>
{% load i18n %}
{% load telemeta_utils %}
-<a href="{% url telemeta-profile-detail usr.username %}" class="component_icon button icon_cancel">{% trans "Cancel" %}</a>
+{% block title_buttons %}
+ <a href="{% url telemeta-profile-detail usr.username %}" class="component_icon button icon_cancel">{% trans "Cancel" %}</a>
+{% endblock %}
{% block content %}
- <h1><img src="{% url telemeta-images "user_red.png" %}" style="vertical-align:middle" /> {% trans "User profile" %} : {{ usr.username }}</h1>
<div class="infos" style="padding-top: 1em;">
-
+
<form method="POST" id="_editUserProfileForm" action="">{% csrf_token %}
<table>
{% for form in forms %}
{% extends "telemeta/base.html" %}
{% load i18n %}
{% block userlinks %}{% url django-admindocs-docroot as docsroot %}{% if docsroot %}<a href="{{ docsroot }}">{% trans 'Documentation' %}</a> / {% endif %}{% trans 'Change password' %} / <a href="../../logout/">{% trans 'Log out' %}</a>{% endblock %}
+
{% block breadcrumbs %}<div class="breadcrumbs"><a href="../../">{% trans 'Home' %}</a> › {% trans 'Password change' %}</div>{% endblock %}
-{% block title %}<br /><h1>{% trans 'Password change successful' %}</h1>{% endblock %}
+{% block title %}<br />{% trans 'Password change successful' %}{% endblock %}
{% block content %}
{% block userlinks %}{% url django-admindocs-docroot as docsroot %}{% if docsroot %}<a href="{{ docsroot }}">{% trans 'Documentation' %}</a> / {% endif %} {% trans 'Change password' %} / <a href="../logout/">{% trans 'Log out' %}</a>{% endblock %}
{% block breadcrumbs %}<div class="breadcrumbs"><a href="../">{% trans 'Home' %}</a> › {% trans 'Password change' %}</div>{% endblock %}
-{% block title %}<br /><h1>{% trans 'Password change' %}</h1>{% endblock %}
+{% block title %}<br />{% trans 'Password change' %}{% endblock %}
{% block content %}<div id="content-main">
{% block breadcrumbs %}<div class="breadcrumbs"><a href="../../">{% trans 'Home' %}</a> › {% trans 'Password reset' %}</div>{% endblock %}
-{% block title %}<br /><h1>{% trans 'Password reset complete' %}</h1>{% endblock %}
+{% block title %}<br />{% trans 'Password reset complete' %}{% endblock %}
{% block content %}
{% block breadcrumbs %}<div class="breadcrumbs"><a href="../">{% trans 'Home' %}</a> › {% trans 'Password reset confirmation' %}</div>{% endblock %}
-{% block title %}<br /><h1>{% trans 'Password reset' %}</h1>{% endblock %}
+{% block title %}<br />{% trans 'Password reset' %}{% endblock %}
{% block content %}
{% block breadcrumbs %}<div class="breadcrumbs"><a href="../">{% trans 'Home' %}</a> › {% trans 'Password reset' %}</div>{% endblock %}
-{% block title %}<br /><h1>{% trans 'Password reset successful' %}</h1>{% endblock %}
+{% block title %}<br />{% trans 'Password reset successful' %}{% endblock %}
{% block content %}
{% block breadcrumbs %}<div class="breadcrumbs"><a href="../">{% trans 'Home' %}</a> › {% trans 'Password reset' %}</div>{% endblock %}
-{% block title %}<br /><h1>{% trans "Password reset" %}</h1>{% endblock %}
+{% block title %}<br />{% trans "Password reset" %}{% endblock %}
{% block content %}
{% endblock %}
{% block title %}
-<h1><img src="{% url telemeta-images "adv_search_red.png" %}" style="vertical-align:middle" /> {% trans "Advanced Search" %}</h1>
+ <img src="{% url telemeta-images "adv_search_red.png" %}" style="vertical-align:middle" /> {% trans "Advanced Search" %}
{% endblock %}
{% block content %}
{% block head_title %}{% trans "Search Results" %} - {{ block.super }}{% endblock %}
{% block title %}
-<h1><img src="{% url telemeta-images "search_red.png" %}" style="vertical-align:middle" /> {% trans "Search Results" %}</h1>
+ <img src="{% url telemeta-images "search_red.png" %}" style="vertical-align:middle" /> {% trans "Search Results" %}
{% endblock %}
{% block content %}