1 {% extends 'base.html' %}
2 {% load adminmedia dae %}
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>
17 <h2 class=
"section">SECTION
1 - POSTE
</h2>
19 <form action=
"{% url poste %}" method=
"get">
22 <h3>Créer un nouveau poste pour cette DAE
</h3>
23 <input type=
"hidden" value=
"N" name=
"creer_dossier_dae"/>
24 <p><input type=
"submit" value=
"Créer le poste, puis la DAE" /></p>
29 <form action=
"" method=
"post" enctype=
"multipart/form-data">
32 <h3>Poste existant dans DAE
</h3>
33 {{ form.non_field_errors }}
34 <div class=
"selectlist">
35 {% if request.user|test_membre_drh %}
36 <span class=
"info">Filtrer la liste selon une expression :
</span><input type=
"text" />
37 <span class=
"info"> puis appuyer sur TAB
</span>
39 <div>{{ form.postes_dae }}
</div>
41 <p><input type=
"submit" value=
"Créer la DAE" /></p>
45 <h3>Poste existant, déjà dans le SGRH
</h3>
46 <div class=
"selectlist">
47 {% if request.user|test_membre_drh %}
48 <span class=
"info">Filtrer la liste selon une expression :
</span><input type=
"text" />
49 <span class=
"info"> puis appuyer sur TAB
</span>
51 <div>{{ form.postes_rh }}
</div>
52 <span class=
"info">Sélection rapide avec id du poste dans RH :
</span><input type=
"text" id=
"get_post_by_id" />
54 <p><input type=
"submit" value=
"Créer la DAE" /></p>