This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
pfwbged.collection/src/pfwbged/collection/templates/criterias.pt

92 lines
5.1 KiB
XML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:tal="http://xml.zope.org/namespaces/tal"
xmlns:metal="http://xml.zope.org/namespaces/metal"
xmlns:i18n="http://xml.zope.org/namespaces/i18n"
i18n:domain="plone">
<body>
<div metal:define-macro="criterias">
<div id="pfwbged-criterias">
<div class="metatypes">
Que cherchez-vous :
<label><input value="docs" name="type-filter" type="radio">Documents</label>
<label><input value="dossiers" name="type-filter" type="radio">Dossiers</label>
<label><input value="tasks" name="type-filter" type="radio">Tâches</label>
<label><input value="contacts" name="type-filter" type="radio">Contacts</label>
</div>
<fieldset class="criterias-fieldset subtype-fieldset">
<legend>Sous-type</legend>
<div class="criteria-content" style="display:none;">
<div class="subtype docs" style="display:none;">
<label><input data-portaltype="pfwb.medicalcertificate" type="checkbox">Certificat médical</label>
<label><input data-portaltype="dmsincomingmail" type="checkbox">Courrier entrant</label>
<label><input data-portaltype="dmsoutgoingmail" type="checkbox">Courrier sortant</label>
<label><input data-portaltype="pfwb.boarddecision" type="checkbox">Décision du bureau</label>
<label><input data-portaltype="dmsdocument" type="checkbox">Document générique</label>
<label><input data-portaltype="pfwb.invoice" type="checkbox">Facture</label>
<label><input data-portaltype="pfwb.noteforboard" type="checkbox">Note au bureau</label>
<label><input data-portaltype="pfwb.boardminutes" type="checkbox">PV de réunion de bureau</label>
<label><input data-portaltype="pfwb.apfincomingmail" type="checkbox">Courrier APF entrant</label>
<label><input data-portaltype="pfwb.apfoutgoingmail" type="checkbox">Courrier APF sortant</label>
</div>
<div class="subtype dossiers" style="display: none;">
<label><input data-portaltype="pfwbgedfolder" type="checkbox">Dossiers de classement</label>
</div>
<div class="subtype tasks" style="display: none;">
<label><input data-portaltype="opinion" type="checkbox">Demande d'avis</label>
<label><input data-portaltype="validation" type="checkbox">Demande de validation</label>
<label><input data-portaltype="information" type="checkbox">Information</label>
<label><input data-portaltype="task" type="checkbox">Tâche</label>
</div>
<div class="subtype contacts" style="display: none;">
<label><input data-portaltype="organization" type="checkbox">Organisation</label>
<label><input data-portaltype="person" type="checkbox">Personne</label>
</div>
</div>
</fieldset>
<fieldset class="criterias-fieldset text-fieldset">
<legend>Texte</legend>
<div class="criteria-content" style="display:none;">
<label for="text-criteria-title">Titre :</label> <input name="text-criteria-title"><br/>
<label for="text-criteria-fulltext">Plein texte :</label> <input name="text-criteria-fulltext">
</div>
</fieldset>
<fieldset class="criterias-fieldset more-fieldset">
<legend>Critères supplémentaires</legend>
<div class="criteria-content QueryWidget" data-fieldname="form.widgets.query" style="display:none;">
<select>
<option>Sélectionnez un critère</option>
<optgroup label="Dates">
<option data-index="created">Date de création</option>
<option data-index="deadline">Date limite de traitement</option>
<option data-index="modified">Date de modification</option>
<option data-index="reception_date">Date de réception</option>
<option data-index="mail_date">Date d'envoi</option>
<option data-index="meeting_date">Date de réunion</option>
</optgroup>
<optgroup label="Rangement">
<option data-index="object_folders">Dossier</option>
<option data-index="thesaurus_keywords">Mots-clés</option>
</optgroup>
<optgroup label="Autres">
<option class="subtype docs" data-index="Creator">Auteur</option>
<option class="subtype docs" data-index="recipients_as_text">Destinataire</option>
<option class="subtype docs" data-index="sender_as_text">Expéditeur</option>
<option class="subtype tasks" data-index="enquirer">Demandeur</option>
<option class="subtype tasks" data-index="responsible">Destinataire</option>
<option class="" data-index="review_state">État</option>
</optgroup>
</select>
</div>
</fieldset>
<input type="hidden" name="form-extra-columns" id="form-extra-columns"/>
</div>
</div>
</body>
</html>