Project

General

Profile

« Previous | Next » 

Revision bb269b6a

Added by Mikaël Ates almost 12 years ago

Display more significant titles.

View differences:

calebasse/dossiers/templates/dossiers/base.html
12 12
  {{ block.super }}
13 13
  <span>Dossiers - {{ service_name }}</spam>
14 14
{% endblock %}
15

  
calebasse/dossiers/templates/dossiers/patientrecord_update.html
11 11
<script src="{{ STATIC_URL }}filter-widget/js/SelectFilter2.js"></script>
12 12
{% endblock %}
13 13

  
14
{% block title %}{{ object.last_name }} {{ object.first_name }} - Dossier {{ object.paper_id|default_if_none:"" }}{% endblock %}
14 15

  
15 16
{% block appbar %}
16 17
<h2><span class="lastname">{{ object.last_name }}</span> {{ object.first_name }} - Dossier {{ object.paper_id|default_if_none:"" }}</h2>
calebasse/ressources/templates/ressources/base.html
1
{% extends "calebasse/base.html" %}
2

  
3
{% block title %}{{ block.super }} - Gestion des ressources {% endblock %}
calebasse/ressources/templates/ressources/delete.html
1
{% extends "calebasse/base.html" %}
1
{% extends "ressources/base.html" %}
2 2

  
3 3
{% block header %}
4 4
  {{ block.super }}
calebasse/ressources/templates/ressources/index.html
1
{% extends "calebasse/base.html" %}
1
{% extends "ressources/base.html" %}
2 2

  
3 3
{% block header %}
4 4
  {{ block.super }}
calebasse/ressources/templates/ressources/list.html
1
{% extends "calebasse/base.html" %}
1
{% extends "ressources/base.html" %}
2 2

  
3 3
{% block header %}
4 4
  {{ block.super }}
calebasse/ressources/templates/ressources/new.html
1 1
{% extends "calebasse/simple-form.html" %}
2 2

  
3
{% block title %}{{ block.super }} - Gestion des ressources {% endblock %}
4

  
3 5
{% block header %}
4 6
  {{ block.super }}
5 7
  <span>Gestion des ressources - {{ service_name }}</span>
calebasse/ressources/templates/ressources/update.html
1 1
{% extends "calebasse/simple-form.html" %}
2 2

  
3
{% block title %}{{ block.super }} - Gestion des ressources {% endblock %}
4

  
3 5
{% block header %}
4 6
  {{ block.super }}
5 7
  <span>Gestion des ressources - {{ service_name }}</span>
calebasse/templates/calebasse/base.html
3 3
<html lang="fr">
4 4
  <head>
5 5
    <meta charset="utf-8"/>
6
    <title>{% block page-title %}APS42{% endblock %}</title>
6
    <title>{% block title %}{{ service_name }}{% endblock %}</title>
7 7
    <link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}css/style.css"/>
8 8
    <link rel="stylesheet" type="text/css" media="print" href="{{ STATIC_URL }}css/print.css"/>
9 9
    <link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}css/smoothness/jquery-ui-1.8.21.custom.css"/>
calebasse/templates/registration/login.html
1 1
{% extends "calebasse/base.html" %}
2 2
{% load url from future %}
3 3

  
4
    <title>{% block title %}APS42{% endblock %}</title>
5

  
4 6
{% block wrapper %}
5 7
<div id="wrap">
6 8
{% endblock %}

Also available in: Unified diff