1 {% extends 'base.html' %}
3 {% block title %}RH - DAE{% endblock %}
4 {% block titre %}Ressources humaines{% endblock %}
5 {% block sous_titre %}Demande d'autorisation d'embauche{% endblock %}
8 <script src=
"{{ MEDIA_URL }}js/jquery-1.5.1.min.js"
9 type=
"text/javascript"></script>
10 <script src=
"{{ MEDIA_URL }}js/jquery-ui-1.8.11.custom.min.js"
11 type=
"text/javascript"></script>
12 <link href=
"{{ MEDIA_URL }}/css/redmond/jquery-ui-1.8.11.custom.css"
16 h1.section {background-color: #D0E8F8; text-align: center; color: #
5F5F5F; margin:
50px
0px
26px
0px; border-bottom:
3px solid #BBD8EC; padding:
4px;}
17 .row {padding:
10px
0px; clear: both; display:block;}
18 .row * {float: left; margin:
0px; padding:
0px; margin-right:
4px;}
19 .row li {list-style-type: none;}
20 .underline {text-decoration: underline;}
21 .clear {display: block; clear: both;}
22 .note {text-decoration: underline; font-style: italic; margin-left:
12px;}
23 .info {font-size:
13px; font-style: italic;}
24 .noborder {border:none; margin:
0; padding;
0}
25 tr.noborder td {border:none; padding-left:
0;}
30 <h1>Demande d'autorisation de création de poste
</h1>
32 <form action=
"" method=
"post">
35 {{ form.poste.label_tag }}
36 {{form.poste.errors }}
38 <span>{{ form.poste }}
</span>
39 <span class=
"note">Justifier à la section
4<span>
46 Mise à jour du poste :
<br />{{ poste.nom }} ({{ poste.implantation.nom }})
51 {{ form.nom.label_tag }}
54 <span>{{ form.nom }}
</span>
57 {{ form.type_poste.label_tag }}
58 {{ form.type_poste.errors }}
64 {{ form.implantation.label_tag }}
65 {{ form.implantation.errors }}
67 <span>{{ form.implantation }}
<span>
68 {{ form.service.label_tag }}
69 {{ form.service.errors }}
71 <span>{{ form.service }}
</span>
75 {{ form.responsable.label_tag }}
76 {{ form.responsable.errors }}
78 <span>{{ form.responsable }}
</span>
82 <span class=
"underline">{{ form.statut_residence.label_tag }}
</span>
85 {{ form.statut_residence.errors }}
86 {{ form.statut_residence }}
87 {{ form.mise_a_disposition.label_tag }}
88 {{ form.mise_a_disposition.errors }}
89 {{ form.mise_a_disposition }}
94 {{ form.appel.label_tag }}
95 {{ form.appel.errors }}
97 <span>{{ form.appel }}
</span>
101 <label>Durée prévue du poste
</label>
102 <span class=
"underline">(indépendamment du titulaire du poste)
</span> :
106 <label>Durée déterminée :
</label>
107 <span>du ({{form.date_debut.help_text }}) :
</span>
108 <span>{{ form.date_debut.errors }} {{ form.date_debut }}
</span>
109 <span> au ({{form.date_fin.help_text }}) :
</span>
110 <span>{{ form.date_fin.errors }} {{ form.date_fin }}
</span>
111 <span class=
"note">Pour une durée indéterminée, spécifier uniquement la date de début
<span>
115 <label>Régime de travail
</label>
117 <span>Temps complet
100%, Temps partiel :
</span>
118 {{ form.regime_travail.errors }}
119 {{ form.regime_travail }}
<span>%
</span>
120 <label>Nbr heures par semaine
</label>
123 {{ form.regime_travail_nb_heure_semaine.errors }}
124 {{ form.regime_travail_nb_heure_semaine }}
128 <table class=
"noborder">
129 <tr class=
"noborder">
130 <td><label>Classement du poste
</label> :
</td>
133 <td class=
"noborder">
138 <th>Valeur du point
</th>
139 <th>Salaire de base
</th>
140 <th>Indemnité, responsabilité (le cas échéant)
</th>
143 <th>Conversion EUR
</th>
147 <td>{{ form.classement_min }}
</td>
149 {{ form.valeur_point_min }}
150 {{ form.valeur_point_min.errors }}
152 <td>{{ form.salaire_min }}
</td>
153 <td>{{ form.indemn_min }}
</td>
154 <td>{{ form.autre_min }}
</td>
160 <td>{{ form.classement_max }}
</td>
162 {{ form.valeur_point_max }}
163 {{ form.valeur_point_max.errors }}
165 <td>{{ form.salaire_max }}
</td>
166 <td>{{ form.indemn_max }}
</td>
167 <td>{{ form.autre_max }}
</td>
177 <table class=
"noborder">
178 <tr class=
"noborder">
179 <td><label>Éléments de comparaison
<label> :
<p class=
"info">Compléter uniquement lors de la création d'un poste
</p></td>
182 <td class=
"noborder">
188 <th>Fonction publique
</th>
194 <td>{{ form.comp_locale_min }}
</td>
195 <td>{{ form.comp_universite_min }}
</td>
196 <td>{{ form.comp_fonctionpub_min }}
</td>
197 <td>{{ form.comp_ong_min }}
</td>
198 <td>{{ form.comp_autre_min }}
</td>
202 <td>{{ form.comp_locale_max }}
</td>
203 <td>{{ form.comp_universite_max }}
</td>
204 <td>{{ form.comp_fonctionpub_max }}
</td>
205 <td>{{ form.comp_ong_max }}
</td>
206 <td>{{ form.comp_autre_max }}
</td>
214 <p class=
"info">N.B Conversion en EUROS au taux de change budgétaire
</p>
217 <h1 class=
"section clear">SECTION
2 - PERSONNEL ENGAGÉ
</h1>
218 <div class=
"row"></div>
220 <h1 class=
"section">SECTION
3 - COÛT GLOBAL
</h1>
221 <div class=
"row"></div>
223 <h1 class=
"section">SECTION
4 - JUSTIFICATION DE LA DEMANDE (OBLIGATOIRE)
</h1>
224 <div class=
"row"></div>
226 <input type=
"submit" name=
"save" value=
"Sauvegarder" />
231 <table cellspacing=
"0" id=
"financing">
240 {% for fin in poste.financements.all %}
242 <td>{{ fin.get_type_display }}
</td>
243 <td>{{ fin.montant }}
</td>
249 <td>{{ fin.pourcentage }}
</td>
250 <td>{{ fin.commentaire }}
</td>
251 <td><a href=
"{% url financement poste_key fin.id %}">Modifier
</a></td>
257 Vous devez enregister ce nouveau poste avant de pouvoir spécifier
258 la ou les sources de financement.
260 Aucun financement au registre
267 <a href=
"{% url financement poste_key %}" class=
"new">
268 Ajouter une source de financement
272 <div id=
"financing-form"></div>
274 <script type=
"text/javascript">
275 $('#id_poste').change(function() {
276 window.location = '{% url poste %}/' + $(this).val();
278 $('#financing a, a.new').click(function() {
279 $('#financing-form').load($(this).attr('href') + '?ajax=
1')