Formular: ARCHIUM FORM thorax object: Unterschied zwischen den Versionen
Aus artux
Artux1zu2>SandroSchwarzentrub |
Markierung: Manuelle Zurücksetzung |
||
(70 dazwischenliegende Versionen von 5 Benutzern werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
<!-- | <!-- ARCHIUM_FORM_thorax_object --> | ||
<!-- Version | <!-- Version 20221208 --> | ||
<!-- This is a form definition for OBJECT-type pages. It provides input fields for | <!-- This is a form definition for OBJECT-type pages. It provides input fields for | ||
signature, title, description, remark. --> | signature, title, description, remark. --> | ||
<noinclude> | <noinclude> | ||
{{#forminput:form=ARCHIUM_FORM_thorax_object}} | |||
</noinclude> | </noinclude> | ||
{{ARCHIUM_HIDE_BEGIN}} | {{ARCHIUM_HIDE_BEGIN}} | ||
<includeonly> | |||
<!-- ADD FORM-LINK --> | |||
{{#default_form:ARCHIUM_FORM_thorax_object}} | |||
<!-- MAGIC WORDS --> | |||
__NOEDITSECTION__ | |||
__NOTOC__ | |||
<!-- EMBED QUERY/DISPLAY TEMPLATE --> | |||
{{{for template|ARCHIUM_TEMPLATE_thorax_display}}} | |||
{{{field|type|mandatory|default=object|hidden}}} | |||
{{{end template}}} | |||
<!-- WRAP STORE TEMPLATES in div with class ARCHIUM_HIDDEN --> | |||
{{{for template|ARCHIUM_HIDE_BEGIN}}} | |||
{{{end template}}} | |||
{{ARCHIUM_HIDE_END}} | |||
<!-- DEFINE THAT THIS FORM CREATES A NEW OBJECT --> | |||
{{{for template|ARCHIUM_TEMPLATE_thorax_type|label=Typ(Objekt, Literatur, Thema)}}} | |||
{{{field|type|mandatory|default=object|hidden}}} | |||
{{{end template}}} | |||
{{ARCHIUM_HIDE_END}} | |||
<div class="archium-background-Objekt"> | |||
<div class="archium-grid-container-base archium-grid-container-header"> | |||
<div class="archium-grid-item-header" style="grid-column: 1 / span 3"> | |||
<h3>Objekt</h3> | |||
</div> | |||
<div class="archium-grid-item-header" style="grid-column: 4 / span 3"> | |||
</div> | |||
</div> | </div> | ||
<div class="archium-grid-item- | <!-- DEFINE FORM FIELDS --> | ||
<div class="archium-grid-container-base archium-grid-container-identity"> | |||
<h3><i class="far fa-id-card" style="color:white;"></i> <span style="color:white;">Identifizierung</span></h3> | |||
<div class="archium-grid-item" style="grid-column: 1 / span 2;"> | |||
<!-- define signature input field --> | |||
{{{for template|ARCHIUM_TEMPLATE_thorax_signature|label=Signatur}}} | |||
{{{field|signature | |||
|input type=combobox | |||
|default={{PAGENAME}} | |||
|placeholder=Pflichteintrag | |||
|cargo table=ARCHIUM_TABLE_thorax_signature | |||
|cargo field=ARCHIUM_PROPERTY_thorax_signature | |||
}}} | |||
{{{end template}}} | |||
</div> | |||
<div class="archium-grid-item" style="grid-column: 3 / span 2;"> | |||
<!-- define title input field --> | |||
{{{for template|ARCHIUM_TEMPLATE_thorax_title|label=Titel}}} | |||
{{{field|title | |||
|mandatory | |||
|input type=textarea with autocomplete | |||
|size=75 | |||
|autogrow | |||
|default={{PAGENAME}} | |||
|placeholder=Pflichteintrag | |||
|cargo table=ARCHIUM_TABLE_thorax_title | |||
|cargo field=ARCHIUM_PROPERTY_thorax_title | |||
}}} | |||
{{{end template}}} | |||
</div> | |||
<div class="archium-grid-item" style="grid-column: 5 / span 2;"> | |||
<!-- define date of creation input fields --> | |||
{{{for template|ARCHIUM_TEMPLATE_thorax_date_of_creation|label=Erstellungsdatum}}} | |||
{{{field|date_of_creation | |||
|mandatory | |||
|input type=date | |||
|default=now | |||
}}} | |||
{{{end template}}} | |||
</div> | |||
<div class="archium-grid-item" style="grid-column: 1 / span 2;"> | |||
<!-- define extent and medium input field --> | |||
{{{for template|ARCHIUM_TEMPLATE_thorax_extent_medium|label=Umfang und Medium}}} | |||
{{{field|extent_medium | |||
|input type=textarea | |||
|default= | |||
|placeholder=Umfang und Medium | |||
|cargo table=ARCHIUM_TABLE_thorax_extent_medium | |||
|cargo field=ARCHIUM_PROPERTY_thorax_extent_medium | |||
}}} | |||
{{{end template}}} | |||
</div> | |||
<div class="archium-grid-item" style="grid-column: 3 / span 2;"> | |||
<!-- define level of description input fields --> | |||
{{{for template|ARCHIUM_TEMPLATE_thorax_level_of_description|label=Beschreibungsebene}}} | |||
{{{field|level_of_description | |||
|input type=combobox | |||
|default= | |||
|placeholder=Beschreibungsebene | |||
|cargo table=ARCHIUM_TABLE_thorax_level_of_description | |||
|cargo field=ARCHIUM_PROPERTY_thorax_level_of_description | |||
}}} | |||
{{{end template}}} | |||
</div> | |||
<div class="archium-grid-item" style="grid-column: 5 / span 2;"> | |||
<!-- define timeframe input fields --> | |||
{{{for template|ARCHIUM_TEMPLATE_thorax_timeframe|multiple|label=Zeiten}}} | |||
<p>von: {{{field|date_from | |||
|input type=date | |||
|default=now}}}</p> | |||
<p>bis: {{{field|date_until | |||
|input type=date}}}</p> | |||
<p>{{{field|date_alt | |||
|placeholder=Alternativtext | |||
|input type=combobox}}}</p> | |||
{{{end template}}} | |||
</div> | |||
<div class="archium-grid-item" style="grid-column: 1 / span 6;"> <!-- grid-column: 4 / span 3; grid-row: 2 / span 2;--> | |||
<!-- define title image input field --> | |||
{{{for template|ARCHIUM_TEMPLATE_thorax_title_image|label=Titelbild}}} | |||
{{{field|title_image | |||
|uploadable | |||
|image preview | |||
|default filename={{PAGENAME}}.jpeg | |||
}}} | |||
{{{end template}}} | |||
</div> | |||
</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_thorax_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_thorax_deposition|label=Ablageart}}} | |||
{{{field|deposition | |||
|input type=combobox | |||
|default=Asservate | |||
|placeholder=Ablageart | |||
|cargo table=ARCHIUM_TABLE_thorax_deposition | |||
|cargo field=ARCHIUM_PROPERTY_thorax_deposition | |||
}}} | |||
{{{end template}}} | |||
</div> | |||
<div class="archium-grid-item" style="grid-column: 5 / span 2;"> | |||
<!-- define old signatures input fields --> | |||
{{{for template|ARCHIUM_TEMPLATE_thorax_signature_old|multiple|label=Altsignaturen}}} | |||
{{{field|signature_old | |||
|input type=combobox | |||
|default= | |||
|placeholder=Altsignatur | |||
|cargo table=ARCHIUM_TABLE_thorax_signature_old | |||
|cargo field=ARCHIUM_PROPERTY_thorax_signature_old | |||
}}} | |||
{{{end template}}} | |||
</div> | |||
<div class="archium-grid-item" style="grid-column: 1 / span 2;"> | |||
<!-- define creator input fields --> | |||
{{{for template|ARCHIUM_TEMPLATE_thorax_creator|label=Ersteller}}} | |||
{{{field|creator | |||
|mandatory | |||
|input type=combobox | |||
|default=Thorax-Nutzer | |||
|placeholder=Pflichteintrag | |||
|cargo table=ARCHIUM_TABLE_thorax_creator | |||
|cargo field=ARCHIUM_PROPERTY_thorax_creator | |||
}}} | |||
{{{end template}}} | |||
</div> | |||
<div class="archium-grid-item" style="grid-column: 3 / span 2;"> | |||
<!-- define transferor input fields --> | |||
{{{for template|ARCHIUM_TEMPLATE_thorax_transferor|multiple|label=Übergebender}}} | |||
{{{field|transferor | |||
|input type=combobox | |||
|default=Thorax-Nutzer | |||
|placeholder=Übergebender | |||
|cargo table=ARCHIUM_TABLE_thorax_transferor | |||
|cargo field=ARCHIUM_PROPERTY_thorax_transferor | |||
}}} | |||
{{{end template}}} | |||
</div> | |||
<div class="archium-grid-item" style="grid-column: 5 / span 2;"> | |||
<!-- define editor input fields --> | |||
{{{for template|ARCHIUM_TEMPLATE_thorax_editor|multiple|minimum instances=1|label=Bearbeiter}}} | |||
{{{field|editor | |||
|input type=combobox | |||
|default=Thorax-Nutzer | |||
|placeholder=Bearbeiter | |||
|cargo table=ARCHIUM_TABLE_thorax_editor | |||
|cargo field=ARCHIUM_PROPERTY_thorax_editor | |||
}}} | |||
{{{end template}}} | |||
</div> | |||
<div class="archium-grid-item" style="grid-column: 1 / span 6;"> | |||
<!-- define history input fields --> | |||
{{{for template|ARCHIUM_TEMPLATE_thorax_history|label=Bestandsgeschichte}}} | |||
{{{field|history | |||
|input type=textarea | |||
|default= | |||
|placeholder=Bestandsgeschichte | |||
|cargo table=ARCHIUM_TABLE_thorax_history | |||
|cargo field=ARCHIUM_PROPERTY_thorax_history | |||
}}} | |||
{{{end template}}} | |||
</div> | |||
</div> | </div> | ||
<div class="archium-grid-item" style="grid-column: | <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;"> | |||
{{{field| | <!-- define content_general input field --> | ||
| | {{{for template|ARCHIUM_TEMPLATE_thorax_content_general|label=Inhalt allgemein}}} | ||
| | {{{field|content_general | ||
|input type=combobox | |input type=textarea | ||
|default={{PAGENAME}} | |||
|placeholder= | |placeholder=Enthält | ||
|cargo table=ARCHIUM_TABLE_thorax_content_general | |||
|cargo field=ARCHIUM_PROPERTY_thorax_content_general}}} | |||
}}} | {{{end template}}} | ||
{{{end template}}} | </div> | ||
<div class="archium-grid-item" style="grid-column: 4 / span 3;"> | |||
<!-- define content_special input field --> | |||
{{{for template|ARCHIUM_TEMPLATE_thorax_content_special|label=Inhalt speziell}}} | |||
{{{field|content_special | |||
|input type=textarea | |||
|default={{PAGENAME}} | |||
|placeholder=Darin | |||
|cargo table=ARCHIUM_TABLE_thorax_content_special | |||
|cargo field=ARCHIUM_PROPERTY_thorax_content_special | |||
}}} | |||
{{{end template}}} | |||
</div> | |||
<div class="archium-grid-item" style="grid-column: 1 / span 6;"> | |||
<!-- define content_special input field --> | |||
{{{for template|ARCHIUM_TEMPLATE_thorax_remark|label=Anmerkungen}}} | |||
{{{field|remark | |||
|input type=textarea | |||
|default= | |||
|placeholder=Anmerkungen | |||
|cargo table=ARCHIUM_TABLE_thorax_remark | |||
|cargo field=ARCHIUM_PROPERTY_thorax_remark | |||
}}} | |||
{{{end template}}} | |||
</div> | |||
<div class="archium-grid-item" style="grid-column: 1 / span 2;"> | |||
<!-- define classification input field --> | |||
{{{for template|ARCHIUM_TEMPLATE_thorax_classification|label=Klassifikation}}} | |||
{{{field|classification | |||
|input type=combobox | |||
|default= | |||
|placeholder=Klassifikation | |||
|cargo table=ARCHIUM_TABLE_thorax_classification | |||
|cargo field=ARCHIUM_PROPERTY_thorax_classification | |||
}}} | |||
{{{end template}}} | |||
</div> | |||
<div class="archium-grid-item" style="grid-column: 3 / span 2;"> | |||
<!-- define main group input field --> | |||
{{{for template|ARCHIUM_TEMPLATE_thorax_main_group|label=Hauptgruppe}}} | |||
{{{field|main_group | |||
|input type=combobox | |||
|default= | |||
|placeholder=Hauptgruppe | |||
|cargo table=ARCHIUM_TABLE_thorax_main_group | |||
|cargo field=ARCHIUM_PROPERTY_thorax_main_group | |||
}}} | |||
{{{end template}}} | |||
</div> | |||
<div class="archium-grid-item" style="grid-column: 5 / span 2;"> | |||
<!-- define priority input field --> | |||
{{{for template|ARCHIUM_TEMPLATE_thorax_priority|label=Priorität}}} | |||
{{{field|priority | |||
|input type=combobox | |||
|default= | |||
|placeholder=Priorität | |||
|cargo table=ARCHIUM_TABLE_thorax_priority | |||
|cargo field=ARCHIUM_PROPERTY_thorax_priority | |||
}}} | |||
{{{end template}}} | |||
</div> | |||
</div> | </div> | ||
<div class="archium-grid-item" style="grid-column: | <!-- CORRESPONDENCE-CONTAINER --> | ||
<div class="archium-grid-container-base archium-grid-container-context"> | |||
<h3><i class="fas fa-globe"></i> Kontext</h3> | |||
{{{field| | <div class="archium-grid-item" style="grid-column: 1 / span 2;"> | ||
| | <!-- define context_location input field --> | ||
{{{for template|ARCHIUM_TEMPLATE_thorax_context_location|label=Ausstellungsort}}} | |||
| | <p>{{{field|context_location | ||
|placeholder= | |input type=combobox | ||
|default=123 | |||
|placeholder=Ausstellungsort | |||
|cargo table=ARCHIUM_TABLE_thorax_context_location | |||
|cargo field=ARCHIUM_PROPERTY_thorax_context_location}}}</p> | |||
<p>{{{field|context_location_alt | |||
|placeholder=Kommentar | |||
|input type=textarea}}}</p> | |||
{{{end template}}} | |||
</div> | |||
<div class="archium-grid-item" style="grid-column: 3 / span 2;"> | |||
<!-- define context_from input field --> | |||
{{{for template|ARCHIUM_TEMPLATE_thorax_context_from|label=Absender}}} | |||
<p>{{{field|context_from | |||
|input type=combobox | |||
|default= | |||
|placeholder=Absender | |||
|cargo table=ARCHIUM_TABLE_thorax_context_from | |||
|cargo field=ARCHIUM_PROPERTY_thorax_context_from}}}</p> | |||
<p>{{{field|context_from_alt | |||
|placeholder=Kommentar | |||
|input type=textarea}}}</p> | |||
{{{end template}}} | |||
</div> | |||
<div class="archium-grid-item" style="grid-column: 5 / span 2;"> | |||
<!-- define context_to input field --> | |||
{{{for template|ARCHIUM_TEMPLATE_thorax_context_to|label=Empfänger}}} | |||
<p>{{{field|context_to | |||
|input type=combobox | |||
|default= | |||
|placeholder=Empfänger | |||
|cargo table=ARCHIUM_TABLE_thorax_context_to | |||
|cargo field=ARCHIUM_PROPERTY_thorax_context_to}}} | |||
<p>{{{field|context_to_alt | |||
|placeholder=Kommentar | |||
|input type=textarea}}}</p> | |||
{{{end template}}} | |||
</div> | |||
</div> | </div> | ||
<div class="archium-grid-item" style="grid-column: | |||
<div class="archium-grid-container-base archium-grid-container-usage"> | |||
<h3><i class="fas fa-door-open"></i> Zugang und Benutzung</h3> | |||
{{{field| | <div class="archium-grid-item" style="grid-column: 1 / span 1;"> | ||
| | <!-- define clearance level input field --> | ||
{{{for template|ARCHIUM_TEMPLATE_thorax_clearance_level|label=Freigabestufe}}} | |||
{{{field|clearance_level | |||
}}} | |mandatory | ||
|input type=radiobutton | |||
|values=Internet mit Anhängen,Internet ohne Anhänge,Lesesaal mit Anhängen,Lesesaal ohne Anhänge,Lesbar für Mitarbeiter,Bearbeitung durch Mitarbeiter,Administrator | |||
|default=Administrator | |||
<!--|existing values only | |||
|placeholder=Freigabestufe | |||
|cargo table=ARCHIUM_TABLE_thorax_clearance_level | |||
|cargo field=ARCHIUM_PROPERTY_thorax_clearance_level--> | |||
}}} | |||
{{{end template}}} | |||
</div> | |||
<div class="archium-grid-item" style="grid-column: 2 / span 1;"> | |||
<!-- define condition input field --> | |||
{{{for template|ARCHIUM_TEMPLATE_thorax_condition|label=Zustand}}} | |||
{{{field|condition | |||
|input type=textarea | |||
|default= | |||
|placeholder=Zustand | |||
|cargo table=ARCHIUM_TABLE_thorax_condition | |||
|cargo field=ARCHIUM_PROPERTY_thorax_condition | |||
}}} | |||
{{{end template}}} | |||
</div> | |||
<div class="archium-grid-item" style="grid-column: 3 / span 2;"> | |||
<!-- define usage conditions input field --> | |||
{{{for template|ARCHIUM_TEMPLATE_thorax_usage_conditions|label=Benutzungsbedinungen}}} | |||
{{{field|usage_conditions | |||
|input type=textarea | |||
|default= | |||
|placeholder=Benutzungsbedingungen | |||
|cargo table=ARCHIUM_TABLE_thorax_usage_conditions | |||
|cargo field=ARCHIUM_PROPERTY_thorax_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_thorax_finding_aids|label=Findmittel}}} | |||
{{{field|finding_aids | |||
|input type=textarea | |||
|default= | |||
|placeholder=Findmittel | |||
|cargo table=ARCHIUM_TABLE_finding_aids | |||
|cargo field=ARCHIUM_PROPERTY_finding_aids | |||
}}} | |||
{{{end template}}} | |||
</div> | |||
</div> | </div> | ||
<div class="archium-grid-item" style="grid-column: 1 / span | <div class="archium-grid-container-base archium-grid-container-status"> | ||
<h3><i class="far fa-chart-bar"></i> Objektstatus</h3> | |||
<div class="archium-grid-item" style="grid-column: 1 / span 2;"> | |||
{{{field| | <!-- define coverage status input field --> | ||
| | {{{for template|ARCHIUM_TEMPLATE_thorax_coverage_status|label=Erschließungsstatus}}} | ||
{{{field|coverage_status | |||
|input type=combobox | |||
}}} | |default= | ||
{{{end template}}} | |placeholder=Erschließungsstatus | ||
|cargo table=ARCHIUM_TABLE_thorax_coverage_status | |||
|cargo field=ARCHIUM_PROPERTY_thorax_coverage_status | |||
}}} | |||
{{{end template}}} | |||
</div> | |||
<div class="archium-grid-item" style="grid-column: 3 / span 2;"> | |||
<!-- define coverage level input field --> | |||
{{{for template|ARCHIUM_TEMPLATE_thorax_coverage_level|label=Erschließungstiefe}}} | |||
{{{field|coverage_level | |||
|input type=combobox | |||
|default= | |||
|placeholder=Erschließungsstiefe | |||
|cargo table=ARCHIUM_TABLE_thorax_coverage_level | |||
|cargo field=ARCHIUM_PROPERTY_thorax_coverage_level | |||
}}} | |||
{{{end template}}} | |||
</div> | |||
<div class="archium-grid-item" style="grid-column: 5 / span 2;"> | |||
<!-- define segregation input field --> | |||
{{{for template|ARCHIUM_TEMPLATE_thorax_segregation|label=Kassierung}}} | |||
{{{field|segregation | |||
|input type=textarea | |||
|default= | |||
|placeholder=Kassierung | |||
|cargo table=ARCHIUM_TABLE_thorax_segregation | |||
|cargo field=ARCHIUM_PROPERTY_thorax_segregation | |||
}}} | |||
{{{end template}}} | |||
</div> | |||
<div class="archium-grid-item" style="grid-column: 1 / span 6;"> | |||
<!-- define rules of description input field --> | |||
{{{for template|ARCHIUM_TEMPLATE_thorax_rules_of_description|label=Verzeichnis- und Transkriptionsregeln}}} | |||
{{{field|rules_of_description | |||
|input type=textarea | |||
|default= | |||
|placeholder=Verzeichnis- und Transkriptionsregeln | |||
|cargo table=ARCHIUM_TABLE_thorax_rules_of_description | |||
|cargo field=ARCHIUM_PROPERTY_thorax_rules_of_description | |||
}}} | |||
{{{end template}}} | |||
</div> | |||
</div> | </div> | ||
<div class="archium-grid-item" style="grid-column: | |||
<div class="archium-grid-container-base archium-grid-container-storage"> | |||
<h3><i class="fa fa-cubes"></i>Lagerung</h3> | |||
<div class="archium-grid-item" style="grid-column: 1 / span 6;"> | |||
|input type= | <!-- define gnd_index input field --> | ||
|default= | {{{for template|ARCHIUM_TEMPLATE_thorax_storage|label=Lagerung}}} | ||
{{{field|gebaeude | |||
|input type= | |size=30 | ||
|input type=combobox | |||
|default= | |||
|placeholder=Gebäude | |||
|cargo table=ARCHIUM_TABLE_thorax_storage | |||
|cargo field=ARCHIUM_PROPERTY_thorax_gebaeude | |||
}}} | |||
{{{field|raum | |||
|size=30 | |||
|input type=combobox | |||
|default= | |||
|placeholder=Raum | |||
|cargo table=ARCHIUM_TABLE_thorax_storage | |||
|cargo field=ARCHIUM_PROPERTY_thorax_raum | |||
}}} | |||
{{{field|regal | |||
|size=30 | |||
|input type=combobox | |||
|default= | |||
|placeholder=Regal | |||
|cargo table=ARCHIUM_TABLE_thorax_storage | |||
|cargo field=ARCHIUM_PROPERTY_thorax_regal | |||
}}} | |||
{{{field|fach | |||
|size=30 | |||
|input type=combobox | |||
|default= | |||
|placeholder=Fach | |||
|cargo table=ARCHIUM_TABLE_thorax_storage | |||
|cargo field=ARCHIUM_PROPERTY_thorax_fach | |||
}}} | |||
{{{field|karton | |||
|size=30 | |||
|input type=combobox | |||
|default= | |||
|placeholder=Karton | |||
|cargo table=ARCHIUM_TABLE_thorax_storage | |||
|cargo field=ARCHIUM_PROPERTY_thorax_karton | |||
}}} | |||
{{{end template}}} | |||
</div> | |||
</div> | </div> | ||
<div class="archium-grid-container-base archium-grid-container-links"> | |||
<h3><i class="fas fa-link"></i> Verbindungen</h3> | |||
<div class="archium-grid-item" style="grid-column: 1 / span 2;"> | |||
<!-- define storage of originals input field --> | |||
{{{for template|ARCHIUM_TEMPLATE_thorax_storage_of_originals|multiple|label=Aufbewahrung der Originale}}} | |||
{{{field|storage_of_originals | |||
|input type=combobox | |||
|default= | |||
|placeholder=Standort | |||
|cargo table=ARCHIUM_TABLE_thorax_storage_of_originals | |||
|cargo field=ARCHIUM_PROPERTY_thorax_storage_of_originals | |||
}}} | |||
{{{end template}}} | |||
</div> | |||
<div class="archium-grid-item" style="grid-column: 3 / span 2;"> | |||
<!-- define storage of copies input field --> | |||
{{{for template|ARCHIUM_TEMPLATE_thorax_storage_of_copies|multiple|label=Aufbewahrung von Kopien}}} | |||
{{{field|storage_of_copies | |||
|input type=combobox | |||
|default= | |||
|placeholder=Standort | |||
|cargo table=ARCHIUM_TABLE_thorax_storage_of_copies | |||
|cargo field=ARCHIUM_PROPERTY_thorax_storage_of_copies | |||
}}} | |||
{{{end template}}} | |||
</div> | |||
<div class="archium-grid-item" style="grid-column: 5 / span 2;"> | |||
<!-- define related fonds input field --> | |||
{{{for template|ARCHIUM_TEMPLATE_thorax_related_fonds|multiple|label=zugehörige Bestände}}} | |||
{{{field|related_fonds | |||
|input type=combobox | |||
|default= | |||
|placeholder=zugehöriger Bestand | |||
|cargo table=ARCHIUM_TABLE_thorax_related_fonds | |||
|cargo field=ARCHIUM_PROPERTY_thorax_related_fonds | |||
}}} | |||
{{{end template}}} | |||
</div> | |||
<div class="archium-grid-item" style="grid-column: 1 / span 3;"> | |||
<!-- define link input field --> | |||
{{{for template|ARCHIUM_TEMPLATE_thorax_link|multiple|label=Verknüpfungen}}} | |||
{{{field|link | |||
|input type=combobox | |||
|default= | |||
|placeholder=Verknüpfung | |||
|cargo table=ARCHIUM_TABLE_thorax_signature | |||
|cargo field=ARCHIUM_PROPERTY_thorax_signature | |||
}}} | |||
{{{end template}}} | |||
</div> | |||
<div class="archium-grid-item" style="grid-column: 4 / span 3;"> | |||
<!-- define gnd_index input field --> | |||
{{{for template|ARCHIUM_TEMPLATE_thorax_gnd_index|multiple|label=GND-Einträge}}} | |||
{{{field|gnd_type | |||
|mandatory | |||
|input type=combobox | |||
|default= | |||
|placeholder=GND-Typ | |||
|existing values only | |||
|values = Sache, Ort, Person | |||
|cargo table=ARCHIUM_TABLE_thorax_gnd_index | |||
|cargo field=ARCHIUM_PROPERTY_thorax_gnd_type | |||
}}} | |||
{{{field|gnd_number | |||
|mandatory | |||
|input type=combobox | |||
|default= | |||
|placeholder=GND-Nummer | |||
|cargo table=ARCHIUM_TABLE_thorax_gnd_index | |||
|cargo field=ARCHIUM_PROPERTY_thorax_gnd_number | |||
}}} | |||
{{{field|gnd_prefered_name | |||
|mandatory | |||
|input type=combobox | |||
|default= | |||
|placeholder=GND-Name | |||
|cargo table=ARCHIUM_TABLE_thorax_gnd_index | |||
|cargo field=ARCHIUM_PROPERTY_thorax_gnd_prefered_name | |||
}}} | |||
{{{end template}}} | |||
</div> | |||
</div> | </div> | ||
<div class="archium-grid-container-base archium-grid-container-attachments"> | |||
<h3><i class="fas fa-paperclip"></i> Anhänge</h3> | |||
<div class="archium-grid-item" style="grid-column: 1 / span 6;"> | |||
<!-- define attachment input field --> | |||
{{{for template|ARCHIUM_TEMPLATE_thorax_attachment|multiple|label=Dateianhänge}}} | |||
{{{field|attachment | |||
|uploadable | |||
}}} | |||
{{{end template}}} | |||
</div> | |||
</div> | </div> | ||
</div> | </div> | ||
<!-- WRAP STORE TEMPLATES in div with class ARCHIUM_HIDDEN --> | |||
<!-- WRAP STORE TEMPLATES in div with class ARCHIUM_HIDDEN --> | {{{for template|ARCHIUM_HIDE_END}}} | ||
{{{for template|ARCHIUM_HIDE_END}}} | {{{end template}}} | ||
{{{end template}}} | </includeonly> | ||
</includeonly> | |||
<noinclude> | |||
<noinclude> | <!-- CALL HOOKS --> | ||
{{ARCHIUM_TEMPLATE_hook|ARCHIUM_thorax}} | |||
<!-- LICENSE NOTE --> | |||
<!-- https://www.mediawiki.org/wiki/Extension:Cargo/Storing_data | |||
Distributed under the terms of GNU General Public License, | |||
version 2 (GPL-2.0), https://www.gnu.org/licenses/old-licenses/gpl-2.0.html --> | |||
</noinclude> | |||
</noinclude> |
Aktuelle Version vom 17. April 2023, 14:51 Uhr