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>
22 {{ form.non_field_errors }}
24 <h4>Poste ayant fait l'objet d'une validation DAE
</h4>
25 <div class=
"selectlist">
26 <span class=
"info">Filter la liste selon une expression :
</span><input type=
"text" />
27 <span class=
"info"> puis appuyer sur TAB
</span>
28 <div>{{ form.postes_dae }}
</div>
33 <h4>Poste existant déjà dans SGRH
</h4>
34 <div class=
"selectlist">
35 <span class=
"info">Filter la liste selon une expression :
</span><input type=
"text" />
36 <span class=
"info"> puis appuyer sur TAB
</span>
37 <div>{{ form.postes_rh }}
</div>
42 <input type=
"submit" value=
"Créer la DAE" />