1 {% extends
"container_base.html" %}
4 <h4>Inscription au répertoire de chercheurs
</h4>
6 <div class=
"contenu-wrapper">
10 <legend>Informations personnelles
</legend>
11 {% with personne_form as form %}
12 {% include
"table_form.html" %}
17 <legend>Informations académiques
</legend>
18 {% with chercheur_form as form %}
19 {% include
"table_form.html" %}
24 <legend>Etablissement de rattachement
</legend>
25 {% with etablissement_form as form %}
26 {% include
"table_form.html" %}
28 <p>Si l'établissement n'existe pas ci-dessus
</p>
29 {% with etablissement_autre_form as form %}
30 {% include
"table_form.html" %}
35 <legend>Champ disciplinaire, thèmes de recherche
</legend>
36 {% with discipline_form as form %}
37 {% include
"table_form.html" %}
42 <legend>Publications
</legend>
44 <!--<div class="infotip">
45 <strong>Renseignements préalablements enregistrés</strong>
46 <p>{{publication1_form.publication1.publication_affichage}}</p>
48 <div class=
"publication">
49 {% with publication1_form as form %}
50 {% include
"table_form.html" %}
53 <div style=
"clear:both"></div>
55 <p id=
"show_publications">+ Autres publications
</p>
56 <div class=
"publications_autre">
57 <h6>- Publication
2</h6>
58 {% with publication2_form as form %}
59 {% include
"table_form.html" %}
61 <h6>- Publication
3</h6>
62 {% with publication3_form as form %}
63 {% include
"table_form.html" %}
65 <h6>- Publication
4</h6>
66 {% with publication4_form as form %}
67 {% include
"table_form.html" %}
72 <input type=
"submit" name=
"Submit" value=
"Inscription" class=
"bouton" />