<h2>{{ library.name }} - {% trans "Modification d'une ligne d'instruction" %}</h2>
</div>
<p><b>{% trans "Titre" %} :</b> {{ ressource.title|truncatewords:80 }} / <b>{% trans "Identifiant de la ressource" %} :</b> <a href="http://www.sudoc.fr/{{ sid }}" target="_blank">
{{ ressource.sid }}</a> / <b>issn :</b> {{ ressource.issn }} / <b>{% trans "Historique de la publication" %} :</b> {{ ressource.pubhist }} / <b>{% trans "Ordre de traitement" %} :</b>
{% for elmt in librarylist %}
{{ elmt.name }} |
{% endfor %}
{% if itrec.cn != "" %} <b>{% trans "Cote" %} :</b> {{ itrec.cn }}{% endif %}
{% if itrec.holdstat != "" %} / <b>{% trans "Etat de collection" %} :</b> {{ itrec.holdstat }} {% endif %}
{% if itrec.missing != "" %} / <b>{% trans "Lacunes" %} :</b> {{ itrec.missing }}{% endif %}</p>
<HR>
</div>
<divid="content">
<h2>{% trans "Administration d'une ligne d'instruction" %} : {{ bib }}</h2>
<p><b>{% trans "Titre" %} :</b> {{ d.title|truncatewords:80 }} / <b>{% trans "Identifiant de la ressource" %} :</b> {{ d.sid }} / <b>issn :</b> {{ d.issn }} / <b>{% trans "Historique de la publication" %} :</b> {{ d.pubhist }}</p>
<body>
<p><center><fontcolor= #FF0000>{% trans "Attention : Une fois l'administration des instrutions achevée, n'oubliez pas de modifier le statut des rattachements si nécessaire" %}.</font></center></p>
<p>{% trans "[Segment] = Suite ininterrompue chronologiquement, [Exceptions] = éléments manquant dans le segment pour la forme considérée" %}.</p>
<div id="menucontextuel">
<button><b><a href="/{{ bdd }}/add/{{ sid }}/{{ lid }}">{% trans "Vider le formulaire ci-dessous" %}</a></b></button>
</div> -->
<h2>{% trans "Administration d'une ligne d'instruction" %}</h2>
<p><b>{% trans "Titre" %} :</b> {{ d.title|truncatewords:80 }} / <b>{% trans "Identifiant de la ressource" %} :</b> {{ d.sid }} / <b>issn :</b> {{ d.issn }} / <b>{% trans "Historique de la publication" %} :</b> {{ d.pubhist }}
</table>
<p>{% trans "Modifiez" %} :</p>
<formmethod="post">{% csrf_token %}
<tableborder="1">
<table>
<thead>
<td>{% trans "Sous la ligne" %}</td>
<td>{% trans "A placer sous la ligne" %}</td>
<td>{% trans "Bibliothèque" %}</td>
<td>{% trans "Forme reliée" %}</td>
<td>{% trans "Bibliothèque remédiée" %}</td>
...
...
@@ -129,40 +96,30 @@
<td>{% trans "Eléments améliorables" %}</td>
</thead>
<tbody>
<tr>
<td><center>{{ f.line }}</center></td>
<td>{{ bib.name }}</td>
<td>{{ f.bound }}</td>
<td>{{ f.oname }}</td>
<td>{{ f.descr }}</td>
<td>{{ f.exc }}</td>
<td>{{ f.degr }}</td>
</tr>
<formmethod="post">{% csrf_token %}
<tr>
<td><center>{{ f.line }}</center></td>
<td>{{ bib.name }}</td>
<td>{{ f.bound }}</td>
<td>{{ f.oname }}</td>
<td>{{ f.descr }}</td>
<td>{{ f.exc }}</td>
<td>{{ f.degr }}</td>
</tr>
</tbody>
</table>
<p>{% trans "ou cochez et validez pour supprimer (action irrémédiable)" %} : {{ c.flag }}</p>
<p><inputtype="submit"value="{% trans "Valider"%}"><B><fontcolor= #3364ff>{{ info }}</font></B></p>
<p><center>{% trans "ou cochez la case suivante et validez pour supprimer la ligne (action irrémédiable)" %} : {{ sup.flag }}</center></p>
<p><center>{% trans "ou cochez la case suivante et validez pour ajouter la ligne telle que renseignée" %} : {{ aj.flag }}</center></p>
<p><inputtype="submit"value="{% trans "Valider"%}"><B><fontcolor= #3364ff>{{ info }}</font></B></p>
</form>
</div>
<!-- <div id="menucontextuel">
<p><button><b><a href="/{{ bdd }}/add/{{ sid }}/{{ lid }}">{% trans "Revenir à l'instruction" %}</a></b></button> -
<button><b><a href="/{{ bdd }}/end/{{ sid }}/{{ library.lid }}">{% trans "J'ai fini pour la forme courante" %}</a></b></button> -
<button><b><a href="/{{ bdd }}/del/{{ sid }}/{{ library.lid }}">{% trans "Supprimer une ligne erronée" %}</a></b></button> -
<button><b><a href="/{{ bdd }}/router/{{ lid }}">{% trans "Reprendre plus tard" %}</a></b></button></p>
</div> -->
<divid="credits">
<p>Conservation et valorisation des collections · Service des bibliothèques de l'Université de Strasbourg · <atarget="_blank"href="/./default/about">{% trans "A propos" %}</a> . <atarget="_blank"href="https://groupes.renater.fr/sympa/info/eplouribousse-newsletter">{% trans "Me tenir au courant" %}</a> · <atarget="_blank"href="https://groupes.renater.fr/sympa/info/eplouribousse">{% trans "Forum des utilisateurs" %}</a> · <atarget="_blank"href="https://bugs.launchpad.net/eplouribousse">{% trans "Suivi des bugs" %}</a>{% if webmaster != "" %} · <atarget="_blank"href="/default/webmaster">{% trans "Administrateur du site" %}</a>{% endif %}</p>
'oname':forms.Select(choices=REM_CHOICES,attrs={'title':_("Intitulé de la bibliothèque ayant précédemment déclaré une 'exception' ou un 'améliorable'")}),