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.js" type=
"text/javascript"></script>
12 <script src=
"{{ STATIC_URL }}js/dae-embauche.js" type=
"text/javascript"></script>
16 <h1>Demande d'autorisation d'engagement de personnel
</h1>
17 <form action=
"" method=
"post" enctype=
"multipart/form-data">
18 <h2 class=
"section">SECTION
1 - POSTE
</h2>
22 <table cellspacing=
"0">
24 <h4>Poste faisant l'objet d'une validation
</h4>
25 <span class=
"info">Filter la liste selon une expression :
</span><input type=
"text" />
26 <div>{{ form.postes_dae }}
</div>
30 <h4>Poste existant déjà dans SGRH
</h4>
31 <span class=
"info">Filter la liste selon une expression :
</span><input type=
"text" />
32 <div>{{ form.postes_rh }}
</div>