1 {% extends 'base.html' %}
2 {% load adminmedia dae %}
4 {% block title %}RH - DAE - Poste{% 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"
10 type=
"text/javascript"></script>
11 <script type=
"text/javascript">
13 {% for d in devises %}
14 DEVISES['{{d.devise_code}}'] = {{d.taux_euro|stringformat:
".10f"}};
17 <script src=
"{{ STATIC_URL }}js/dae.js" type=
"text/javascript"></script>
18 <script src=
"{{ STATIC_URL }}js/remun.js" type=
"text/javascript"></script>
19 <link rel=
"stylesheet" type=
"text/css" href=
"{{ STATIC_URL }}css/dae.css" />
20 <link rel=
"stylesheet" type=
"text/css" media=
"print" href=
"{{ STATIC_URL }}css/print.css" />
25 <h1 class=
"gauche">Demande d'autorisation de création de poste
</h1>
26 <a class=
"droite bouton-action" href=
"#" onclick=
"window.print(); return false;">Impression
</a>
27 {% if poste|est_editable:request.user %}
28 <a class=
"droite bouton-action" href=
"{% url poste poste.key %}">Modifier
</a>
30 {% if not poste.id_rh and importer %}
31 <a class=
"droite bouton-action" href=
"{% url poste_importer poste.id %}">Importer
</a>
33 <div class=
"visualClear"></div>
35 {% include
"dae/poste_resume.html" %}
45 {% for commentaire in poste.historique_desc %}
46 {% include
"dae/ligne_validation.html" %}
50 {% if not poste.dae_dossiers.all %}
51 <form action=
"" method=
"post">
52 <h2>Votre validation
</h2>
53 <p>Le poste est actuellement à l'état :
<span class=
"note">{{ poste.get_etat_display }}
</span>.
</p>
56 {% if validationForm.get_etats_disponibles %}{{ validationForm.commentaire }}{% endif %}
58 {{ validationForm.get_input_etats_as_buttons|safe }}
65 <div class=
"print-only">
67 <p class=
"signature"> ____________________________________________________________
</p>
68 <p class=
"signature"> ____________________________________________________________
</p>
69 <p class=
"signature"> ____________________________________________________________
</p>