|
|
| Zeile 120: |
Zeile 120: |
| | <p>bis: {{{field|date_until | | <p>bis: {{{field|date_until |
| | |input type=date}}}</p> | | |input type=date}}}</p> |
| − | {{{end template}}}
| |
| − | </div>
| |
| − | </div>
| |
| − | <div class="archium-grid-container-base archium-grid-container-provenance">
| |
| − | <h3><i class="fas fa-route"></i> Provenienz</h3>
| |
| − | <div class="archium-grid-item" style="grid-column: 1 / span 2;">
| |
| − | <!-- define date of transfer input fields -->
| |
| − | {{{for template|ARCHIUM_TEMPLATE_uas_date_of_transfer|label=Übernahmedatum}}}
| |
| − | {{{field|date_of_transfer
| |
| − | |input type=date
| |
| − | |default=now
| |
| − | }}}
| |
| − | {{{end template}}}
| |
| − | </div>
| |
| − | <div class="archium-grid-item" style="grid-column: 3 / span 2;">
| |
| − | <!-- define deposition input fields -->
| |
| − | {{{for template|ARCHIUM_TEMPLATE_uas_deposition|label=Ablageart}}}
| |
| − | {{{field|deposition
| |
| − | |input type=combobox
| |
| − | |default=Asservate
| |
| − | |placeholder=Ablageart
| |
| − | |cargo table=ARCHIUM_TABLE_uas_deposition
| |
| − | |cargo field=ARCHIUM_PROPERTY_uas_deposition
| |
| − | }}}
| |
| − | {{{end template}}}
| |
| − | </div>
| |
| − | <div class="archium-grid-item" style="grid-column: 5 / span 2;">
| |
| − | <!-- define old signatures input fields -->
| |
| − | {{{for template|ARCHIUM_TEMPLATE_uas_signature_old|multiple|label=Altsignaturen}}}
| |
| − | {{{field|signature_old
| |
| − | |input type=combobox
| |
| − | |default=
| |
| − | |placeholder=Altsignatur
| |
| − | |cargo table=ARCHIUM_TABLE_uas_signature_old
| |
| − | |cargo field=ARCHIUM_PROPERTY_uas_signature_old
| |
| − | }}}
| |
| − | {{{end template}}}
| |
| − | </div>
| |
| − | <div class="archium-grid-item" style="grid-column: 1 / span 2;">
| |
| − | <!-- define creator input fields -->
| |
| − | {{{for template|ARCHIUM_TEMPLATE_uas_creator|label=Ersteller}}}
| |
| − | {{{field|creator
| |
| − | |mandatory
| |
| − | |input type=combobox
| |
| − | |default=Thorax-Nutzer
| |
| − | |placeholder=Pflichteintrag
| |
| − | |cargo table=ARCHIUM_TABLE_uas_creator
| |
| − | |cargo field=ARCHIUM_PROPERTY_uas_creator
| |
| − | }}}
| |
| − | {{{end template}}}
| |
| − | </div>
| |
| − | <div class="archium-grid-item" style="grid-column: 3 / span 2;">
| |
| − | <!-- define transferor input fields -->
| |
| − | {{{for template|ARCHIUM_TEMPLATE_uas_transferor|multiple|label=Übergebender}}}
| |
| − | {{{field|transferor
| |
| − | |input type=combobox
| |
| − | |default=Thorax-Nutzer
| |
| − | |placeholder=Übergebender
| |
| − | |cargo table=ARCHIUM_TABLE_uas_transferor
| |
| − | |cargo field=ARCHIUM_PROPERTY_uas_transferor
| |
| − | }}}
| |
| − | {{{end template}}}
| |
| − | </div>
| |
| − | <div class="archium-grid-item" style="grid-column: 5 / span 2;">
| |
| − | <!-- define editor input fields -->
| |
| − | {{{for template|ARCHIUM_TEMPLATE_uas_editor|multiple|minimum instances=1|label=Bearbeiter}}}
| |
| − | {{{field|editor
| |
| − | |input type=combobox
| |
| − | |default=Thorax-Nutzer
| |
| − | |placeholder=Bearbeiter
| |
| − | |cargo table=ARCHIUM_TABLE_uas_editor
| |
| − | |cargo field=ARCHIUM_PROPERTY_uas_editor
| |
| − | }}}
| |
| − | {{{end template}}}
| |
| − | </div>
| |
| − | <div class="archium-grid-item" style="grid-column: 1 / span 6;">
| |
| − | <!-- define history input fields -->
| |
| − | {{{for template|ARCHIUM_TEMPLATE_uas_history|label=Bestandsgeschichte}}}
| |
| − | {{{field|history
| |
| − | |input type=textarea with autocomplete
| |
| − | |default=
| |
| − | |placeholder=Bestandsgeschichte
| |
| − | |cargo table=ARCHIUM_TABLE_uas_history
| |
| − | |cargo field=ARCHIUM_PROPERTY_uas_history
| |
| − | }}}
| |
| − | {{{end template}}}
| |
| − | </div>
| |
| − | </div>
| |
| − | <div class="archium-grid-container-base archium-grid-container-contents">
| |
| − | <h3><i class="fas fa-box-open"></i> Beschreibung</h3>
| |
| − | <div class="archium-grid-item" style="grid-column: 1 / span 3;">
| |
| − | <!-- define content_general input field -->
| |
| − | {{{for template|ARCHIUM_TEMPLATE_uas_content_general|label=Inhalt allgemein}}}
| |
| − | {{{field|content_general
| |
| − | |input type=textarea with autocomplete
| |
| − | |default={{PAGENAME}}
| |
| − | |placeholder=Inhalt allgemein
| |
| − | |cargo table=ARCHIUM_TABLE_uas_content_general
| |
| − | |cargo field=ARCHIUM_PROPERTY_uas_content_general}}}
| |
| − | {{{end template}}}
| |
| − | </div>
| |
| − | <div class="archium-grid-item" style="grid-column: 4 / span 3;">
| |
| − | <!-- define content_special input field -->
| |
| − | {{{for template|ARCHIUM_TEMPLATE_uas_content_special|label=Inhalt speziell}}}
| |
| − | {{{field|content_special
| |
| − | |input type=textarea with autocomplete
| |
| − | |default={{PAGENAME}}
| |
| − | |placeholder=Inhalt speziell
| |
| − | |cargo table=ARCHIUM_TABLE_uas_content_special
| |
| − | |cargo field=ARCHIUM_PROPERTY_uas_content_special
| |
| − | }}}
| |
| − | {{{end template}}}
| |
| − | </div>
| |
| − | <div class="archium-grid-item" style="grid-column: 1 / span 2;">
| |
| − | <!-- define classification input field -->
| |
| − | {{{for template|ARCHIUM_TEMPLATE_uas_classification|label=Klassifikation}}}
| |
| − | {{{field|classification
| |
| − | |input type=combobox
| |
| − | |default=
| |
| − | |placeholder=Klassifikation
| |
| − | |cargo table=ARCHIUM_TABLE_uas_classification
| |
| − | |cargo field=ARCHIUM_PROPERTY_uas_classification
| |
| − | }}}
| |
| − | {{{end template}}}
| |
| − | </div>
| |
| − | <div class="archium-grid-item" style="grid-column: 3 / span 2;">
| |
| − | <!-- define main group input field -->
| |
| − | {{{for template|ARCHIUM_TEMPLATE_uas_main_group|label=Hauptgruppe}}}
| |
| − | {{{field|main_group
| |
| − | |input type=combobox
| |
| − | |default=
| |
| − | |placeholder=Hauptgruppe
| |
| − | |cargo table=ARCHIUM_TABLE_uas_main_group
| |
| − | |cargo field=ARCHIUM_PROPERTY_uas_main_group
| |
| − | }}}
| |
| − | {{{end template}}}
| |
| − | </div>
| |
| − | <div class="archium-grid-item" style="grid-column: 5 / span 2;">
| |
| − | <!-- define priority input field -->
| |
| − | {{{for template|ARCHIUM_TEMPLATE_uas_priority|label=Priorität}}}
| |
| − | {{{field|priority
| |
| − | |input type=combobox
| |
| − | |default=
| |
| − | |placeholder=Priorität
| |
| − | |cargo table=ARCHIUM_TABLE_uas_priority
| |
| − | |cargo field=ARCHIUM_PROPERTY_uas_priority
| |
| − | }}}
| |
| − | {{{end template}}}
| |
| − | </div>
| |
| − | </div>
| |
| − | <div class="archium-grid-container-base archium-grid-container-usage">
| |
| − | <h3><i class="fas fa-door-open"></i> Zugang und Benutzung</h3>
| |
| − | <div class="archium-grid-item" style="grid-column: 1 / span 1;">
| |
| − | <!-- define clearance level input field -->
| |
| − | {{{for template|ARCHIUM_TEMPLATE_uas_clearance_level|label=Freigabestufe}}}
| |
| − | {{{field|clearance_level
| |
| − | |mandatory
| |
| − | |input type=combobox
| |
| − | |default=restricted
| |
| − | |placeholder=Freigabestufe
| |
| − | |cargo table=ARCHIUM_TABLE_uas_clearance_level
| |
| − | |cargo field=ARCHIUM_PROPERTY_uas_clearance_level
| |
| − | }}}
| |
| − | {{{end template}}}
| |
| − | </div>
| |
| − | <div class="archium-grid-item" style="grid-column: 2 / span 1;">
| |
| − | <!-- define condition input field -->
| |
| − | {{{for template|ARCHIUM_TEMPLATE_uas_condition|label=Zustand}}}
| |
| − | {{{field|condition
| |
| − | |input type=textarea with autocomplete
| |
| − | |default=
| |
| − | |placeholder=Zustand
| |
| − | |cargo table=ARCHIUM_TABLE_uas_condition
| |
| − | |cargo field=ARCHIUM_PROPERTY_uas_condition
| |
| − | }}}
| |
| − | {{{end template}}}
| |
| − | </div>
| |
| − | <div class="archium-grid-item" style="grid-column: 3 / span 2;">
| |
| − | <!-- define usage conditions input field -->
| |
| − | {{{for template|ARCHIUM_TEMPLATE_uas_usage_conditions|label=Benutzungsbedinungen}}}
| |
| − | {{{field|usage_conditions
| |
| − | |input type=textarea with autocomplete
| |
| − | |default=
| |
| − | |placeholder=Benutzungsbedingungen
| |
| − | |cargo table=ARCHIUM_TABLE_uas_usage_conditions
| |
| − | |cargo field=ARCHIUM_PROPERTY_uas_usage_conditions
| |
| − | }}}
| |
| − | {{{end template}}}
| |
| − | </div>
| |
| − | <div class="archium-grid-item" style="grid-column: 5 / span 2;">
| |
| − | <!-- define finding aids input field -->
| |
| − | {{{for template|ARCHIUM_TEMPLATE_uas_finding_aids|label=Findmittel}}}
| |
| − | {{{field|finding_aids
| |
| − | |input type=textarea with autocomplete
| |
| − | |default=
| |
| − | |placeholder=Findmittel
| |
| − | |cargo table=ARCHIUM_TABLE_finding_aids
| |
| − | |cargo field=ARCHIUM_PROPERTY_finding_aids
| |
| − | }}}
| |
| | {{{end template}}} | | {{{end template}}} |
| | </div> | | </div> |