1 {% extends 'base.html' %}
4 {% block title %}RH - DAE - Embauche{% endblock %}
5 {% block titre %}Ressources humaines{% endblock %}
6 {% block sous_titre %}Demande d'autorisation d'engagement{% endblock %}
9 <script src=
"{{ STATIC_URL }}js/jquery-1.5.1.min.js" type=
"text/javascript"></script>
10 <link rel=
"stylesheet" type=
"text/css" href=
"{{ STATIC_URL }}css/dae.css" />
11 <script src=
"{{ STATIC_URL }}js/dae-choisir-poste.js" type=
"text/javascript"></script>
15 <h1>Demande d'autorisation d'engagement de personnel
</h1>
16 <form action=
"" method=
"post" enctype=
"multipart/form-data">
18 <h2 class=
"section">SECTION
1 - POSTE
</h2>
23 <h1>Nouveau poste
</h1>
24 <h5><a href=
"{% url poste %}?creer_dossier_dae">Créer le nouveau poste
</a></h5>
27 <h1>Poste existant (DAE ou RH)
</h1>
29 {{ form.non_field_errors }}
31 <h4>Poste ayant fait l'objet d'une validation DAE
</h4>
32 <div class=
"selectlist">
33 <span class=
"info">Filter la liste selon une expression :
</span><input type=
"text" />
34 <span class=
"info"> puis appuyer sur TAB
</span>
35 <div>{{ form.postes_dae }}
</div>
42 <h4>Poste existant déjà dans SGRH
</h4>
43 <div class=
"selectlist">
44 <span class=
"info">Filter la liste selon une expression :
</span><input type=
"text" />
45 <span class=
"info"> puis appuyer sur TAB
</span>
46 <div>{{ form.postes_rh }}
</div>
51 <input type=
"submit" value=
"Créer la DAE" />