Vorlage: ARCHIUM TEMPLATE thorax display: Unterschied zwischen den Versionen
Aus artux
Artux1zu2>SandroSchwarzentrub |
|||
| (98 dazwischenliegende Versionen von 5 Benutzern werden nicht angezeigt) | |||
| Zeile 1: | Zeile 1: | ||
<!-- | <!-- ARCHIUM_TEMPLATE_thorax_display --> | ||
<!-- Version | <!-- Version 20240418 --> | ||
<!-- This template queries the underlying cargo database | <!-- This template queries the underlying cargo database | ||
| Zeile 7: | Zeile 7: | ||
<!-- load font-awesome files --> | <!-- load font-awesome files --> | ||
<link href="../fontawesome-free-5.12.1-web/css/all.css" rel="stylesheet"> | <link href="../fontawesome-free-5.12.1-web/css/all.css" rel="stylesheet"> | ||
<includeonly> | <includeonly> | ||
| Zeile 14: | Zeile 12: | ||
__NOEDITSECTION__ | __NOEDITSECTION__ | ||
__NOTOC__ | __NOTOC__ | ||
<!-- ADD FORM-LINK --> | |||
{{#default_form:ARCHIUM_FORM_thorax_object}} | |||
<!-- DEFINE HELPER VARIABLES --> | |||
{{#vardefine:pagename| | |||
{{urlencode:{{PAGENAME}}|WIKI}} | |||
}} | |||
<!-- QUERY STUFF AND WRITE RESULTS TO VARIABLES --> | <!-- QUERY STUFF AND WRITE RESULTS TO VARIABLES --> | ||
<!-- query overview --> | |||
{{#vardefine:overview| | |||
{{#cargo_query: | |||
tables = | |||
ARCHIUM_TABLE_thorax_signature = Tabelle | |||
|fields=_pageName = Datenbankeintrag | |||
|default = - | |||
|format = dynamic table | |||
}} | |||
}} | |||
<!-- query type --> | <!-- query type --> | ||
{{#vardefine:type| | {{#vardefine:type| | ||
| Zeile 21: | Zeile 37: | ||
{{#cargo_query: | {{#cargo_query: | ||
tables = | tables = | ||
ARCHIUM_TABLE_thorax_type | |||
|fields= | |fields=ARCHIUM_PROPERTY_thorax_type | ||
|default = nicht kategorisiertes Objekt | |default = nicht kategorisiertes Objekt | ||
|no html | |no html | ||
| Zeile 36: | Zeile 52: | ||
{{#cargo_query: | {{#cargo_query: | ||
tables = | tables = | ||
ARCHIUM_TABLE_thorax_signature | |||
|fields= | |fields=ARCHIUM_PROPERTY_thorax_signature | ||
|default = keine Signatur angegeben | |default = keine Signatur angegeben | ||
|no html | |no html | ||
| Zeile 49: | Zeile 65: | ||
{{#cargo_query: | {{#cargo_query: | ||
tables = | tables = | ||
ARCHIUM_TABLE_thorax_title | |||
|fields= | |fields=ARCHIUM_PROPERTY_thorax_title | ||
|default = kein Titel angegeben | |default = kein Titel angegeben | ||
|no html | |no html | ||
| Zeile 58: | Zeile 74: | ||
}} | }} | ||
}} | }} | ||
<!-- query | <!-- query date of creation --> | ||
{{#vardefine: | {{#vardefine:date_of_creation| | ||
{{#cargo_query: | |||
tables = | |||
ARCHIUM_TABLE_thorax_date_of_creation | |||
|fields=ARCHIUM_PROPERTY_thorax_date_of_creation | |||
|default = - | |||
|no html | |||
|where = "_pageName" = '{{PAGENAME}}' | |||
|format = template | |||
|template = ARCHIUM_TEMPLATE_format_ul | |||
}} | |||
}} | |||
<!-- query title image --> | |||
{{#vardefine:title_image| | |||
{{#cargo_query: | |||
tables = | |||
ARCHIUM_TABLE_thorax_title_image | |||
|fields=ARCHIUM_PROPERTY_thorax_title_image | |||
|default = image_missing.svg | |||
|no html | |||
|where = "_pageName" = '{{PAGENAME}}' | |||
}} | |||
}} | |||
<!-- query extent and medium --> | |||
{{#vardefine:extent_medium| | |||
{{#cargo_query: | {{#cargo_query: | ||
tables = | tables = | ||
ARCHIUM_TABLE_thorax_extent_medium | |||
|fields= | |fields=ARCHIUM_PROPERTY_thorax_extent_medium | ||
|default = | |default = - | ||
|no html | |no html | ||
|where = "_pageName" = '{{PAGENAME}}' | |where = "_pageName" = '{{PAGENAME}}' | ||
| Zeile 71: | Zeile 111: | ||
}} | }} | ||
}} | }} | ||
<!-- query | <!-- query level of description --> | ||
{{#vardefine: | {{#vardefine:level_of_description| | ||
{{#cargo_query: | {{#cargo_query: | ||
tables = | tables = | ||
ARCHIUM_TABLE_thorax_level_of_description | |||
|fields= | |fields=ARCHIUM_PROPERTY_thorax_level_of_description | ||
|default = | |default = - | ||
|no html | |no html | ||
|where = "_pageName" = '{{PAGENAME}}' | |where = "_pageName" = '{{PAGENAME}}' | ||
| Zeile 88: | Zeile 128: | ||
{{#cargo_query: | {{#cargo_query: | ||
tables = | tables = | ||
ARCHIUM_TABLE_thorax_timeframe | |||
|fields= | |fields= | ||
ARCHIUM_PROPERTY_thorax_date_from = date_from, | |||
ARCHIUM_PROPERTY_thorax_date_until = date_until, | |||
ARCHIUM_PROPERTY_thorax_date_description = date_alt | |||
|default = - | |default = - | ||
|no html | |no html | ||
| Zeile 100: | Zeile 141: | ||
}} | }} | ||
}} | }} | ||
<!-- query date of | <!-- query date of transfer --> | ||
{{#vardefine: | {{#vardefine:date_of_transfer| | ||
{{#cargo_query: | |||
tables = | |||
ARCHIUM_TABLE_thorax_date_of_transfer | |||
|fields=ARCHIUM_PROPERTY_thorax_date_of_transfer | |||
|default = - | |||
|no html | |||
|where = "_pageName" = '{{PAGENAME}}' | |||
|format = template | |||
|template = ARCHIUM_TEMPLATE_format_ul | |||
}} | |||
}} | |||
<!-- query depostion --> | |||
{{#vardefine:deposition| | |||
{{#cargo_query: | |||
tables = | |||
ARCHIUM_TABLE_thorax_deposition | |||
|fields=ARCHIUM_PROPERTY_thorax_deposition | |||
|default = - | |||
|no html | |||
|where = "_pageName" = '{{PAGENAME}}' | |||
|format = template | |||
|template = ARCHIUM_TEMPLATE_format_ul | |||
}} | |||
}} | |||
<!-- query old signatures --> | |||
{{#vardefine:signature_old| | |||
{{#cargo_query: | {{#cargo_query: | ||
tables = | tables = | ||
ARCHIUM_TABLE_thorax_signature_old | |||
|fields= | |fields=ARCHIUM_PROPERTY_thorax_signature_old | ||
|default = - | |default = - | ||
|no html | |no html | ||
| Zeile 117: | Zeile 184: | ||
{{#cargo_query: | {{#cargo_query: | ||
tables = | tables = | ||
ARCHIUM_TABLE_thorax_creator | |||
|fields= | |fields=ARCHIUM_PROPERTY_thorax_creator | ||
|default = - | |||
|no html | |||
|where = "_pageName" = '{{PAGENAME}}' | |||
|format = template | |||
|template = ARCHIUM_TEMPLATE_format_ul | |||
}} | |||
}} | |||
<!-- query transferor --> | |||
{{#vardefine:transferor| | |||
{{#cargo_query: | |||
tables = | |||
ARCHIUM_TABLE_thorax_transferor | |||
|fields=ARCHIUM_PROPERTY_thorax_transferor | |||
|default = - | |default = - | ||
|no html | |no html | ||
| Zeile 130: | Zeile 210: | ||
{{#cargo_query: | {{#cargo_query: | ||
tables = | tables = | ||
ARCHIUM_TABLE_thorax_editor | |||
|fields= | |fields=ARCHIUM_PROPERTY_thorax_editor | ||
|default = - | |default = - | ||
|no html | |no html | ||
| Zeile 143: | Zeile 223: | ||
{{#cargo_query: | {{#cargo_query: | ||
tables = | tables = | ||
ARCHIUM_TABLE_thorax_history | |||
|fields= | |fields=ARCHIUM_PROPERTY_thorax_history | ||
|default = - | |default = - | ||
|no html | |no html | ||
| Zeile 152: | Zeile 232: | ||
}} | }} | ||
}} | }} | ||
<!-- query | <!-- query content general --> | ||
{{#vardefine: | {{#vardefine:content_general| | ||
{{#cargo_query: | {{#cargo_query: | ||
tables = | tables = | ||
ARCHIUM_TABLE_thorax_content_general | |||
|fields= | |fields=ARCHIUM_PROPERTY_thorax_content_general | ||
|default = - | |default = - | ||
|no html | |no html | ||
| Zeile 165: | Zeile 245: | ||
}} | }} | ||
}} | }} | ||
<!-- query | <!-- query content special --> | ||
{{#vardefine: | {{#vardefine:content_special| | ||
{{#cargo_query: | {{#cargo_query: | ||
tables = | tables = | ||
ARCHIUM_TABLE_thorax_content_special | |||
|fields= | |fields=ARCHIUM_PROPERTY_thorax_content_special | ||
|default = - | |default = - | ||
|no html | |no html | ||
| Zeile 178: | Zeile 258: | ||
}} | }} | ||
}} | }} | ||
<!-- query | <!-- query Anmerkungen --> | ||
{{#vardefine: | {{#vardefine:anmerkungen| | ||
{{#cargo_query: | |||
tables = | |||
ARCHIUM_TABLE_thorax_remark | |||
|fields=ARCHIUM_PROPERTY_thorax_remark | |||
|default = - | |||
|no html | |||
|where = "_pageName" = '{{PAGENAME}}' | |||
|format = template | |||
|template = ARCHIUM_TEMPLATE_format_thorax_ul_remark | |||
}} | |||
}} | |||
<!-- query context location --> | |||
{{#vardefine:context_location_frame| | |||
{{#cargo_query: | {{#cargo_query: | ||
tables = | tables = | ||
ARCHIUM_TABLE_thorax_context_location | |||
|fields= | |fields=ARCHIUM_PROPERTY_thorax_context_location, | ||
ARCHIUM_PROPERTY_thorax_context_location_alt | |||
|default = - | |||
|no html | |||
|where = "_pageName" = '{{PAGENAME}}' | |||
|format = template | |||
|template = ARCHIUM_TEMPLATE_format_thorax_context | |||
}} | |||
}} | |||
<!-- query context from --> | |||
{{#vardefine:context_from_frame| | |||
{{#cargo_query: | |||
tables = | |||
ARCHIUM_TABLE_thorax_context_from | |||
|fields=ARCHIUM_PROPERTY_thorax_context_from, | |||
ARCHIUM_PROPERTY_thorax_context_from_alt | |||
|default = - | |||
|no html | |||
|where = "_pageName" = '{{PAGENAME}}' | |||
|format = template | |||
|template = ARCHIUM_TEMPLATE_format_thorax_context | |||
}} | |||
}} | |||
<!-- query context to --> | |||
{{#vardefine:context_to_frame| | |||
{{#cargo_query: | |||
tables = | |||
ARCHIUM_TABLE_thorax_context_to | |||
|fields=ARCHIUM_PROPERTY_thorax_context_to, | |||
ARCHIUM_PROPERTY_thorax_context_to_alt | |||
|default = - | |||
|no html | |||
|where = "_pageName" = '{{PAGENAME}}' | |||
|format = template | |||
|template = ARCHIUM_TEMPLATE_format_thorax_context | |||
}} | |||
}} | |||
<!-- query classification --> | |||
{{#vardefine:classification| | |||
{{#cargo_query: | |||
tables = | |||
ARCHIUM_TABLE_thorax_classification | |||
|fields=ARCHIUM_PROPERTY_thorax_classification | |||
|default = - | |||
|no html | |||
|where = "_pageName" = '{{PAGENAME}}' | |||
|format = template | |||
|template = ARCHIUM_TEMPLATE_format_ul | |||
}} | |||
}} | |||
<!-- query main group --> | |||
{{#vardefine:main_group| | |||
{{#cargo_query: | |||
tables = | |||
ARCHIUM_TABLE_thorax_main_group | |||
|fields=ARCHIUM_PROPERTY_thorax_main_group | |||
|default = - | |default = - | ||
|no html | |no html | ||
| Zeile 191: | Zeile 339: | ||
}} | }} | ||
}} | }} | ||
<!-- query | <!-- query priority --> | ||
{{#vardefine: | {{#vardefine:priority| | ||
{{#cargo_query: | |||
tables = | |||
ARCHIUM_TABLE_thorax_priority | |||
|fields=ARCHIUM_PROPERTY_thorax_priority | |||
|default = - | |||
|no html | |||
|where = "_pageName" = '{{PAGENAME}}' | |||
|format = template | |||
|template = ARCHIUM_TEMPLATE_format_ul | |||
}} | |||
}} | |||
<!-- query converage status --> | |||
{{#vardefine:coverage_status| | |||
{{#cargo_query: | |||
tables = | |||
ARCHIUM_TABLE_thorax_coverage_status | |||
|fields=ARCHIUM_PROPERTY_thorax_coverage_status | |||
|default = - | |||
|no html | |||
|where = "_pageName" = '{{PAGENAME}}' | |||
|format = template | |||
|template = ARCHIUM_TEMPLATE_format_ul | |||
}} | |||
}} | |||
<!-- query converage level --> | |||
{{#vardefine:coverage_level| | |||
{{#cargo_query: | |||
tables = | |||
ARCHIUM_TABLE_thorax_coverage_level | |||
|fields=ARCHIUM_PROPERTY_thorax_coverage_level | |||
|default = - | |||
|no html | |||
|where = "_pageName" = '{{PAGENAME}}' | |||
|format = template | |||
|template = ARCHIUM_TEMPLATE_format_ul | |||
}} | |||
}} | |||
<!-- query segregation --> | |||
{{#vardefine:segregation| | |||
{{#cargo_query: | {{#cargo_query: | ||
tables = | tables = | ||
ARCHIUM_TABLE_thorax_segregation | |||
|fields= | |fields=ARCHIUM_PROPERTY_thorax_segregation | ||
|default = | |default = - | ||
|no html | |no html | ||
|where = "_pageName" = '{{PAGENAME}}' | |where = "_pageName" = '{{PAGENAME}}' | ||
|format = template | |||
|template = ARCHIUM_TEMPLATE_format_ul | |||
}} | }} | ||
}} | }} | ||
<!-- query | <!-- query rules of description --> | ||
{{#vardefine: | {{#vardefine:rules_of_description| | ||
{{#cargo_query: | {{#cargo_query: | ||
tables = | tables = | ||
ARCHIUM_TABLE_thorax_rules_of_description | |||
|fields= | |fields=ARCHIUM_PROPERTY_thorax_rules_of_description | ||
|default = - | |default = - | ||
|no html | |no html | ||
| Zeile 215: | Zeile 404: | ||
}} | }} | ||
}} | }} | ||
<!-- query clearance level, clearance level string and clearance level code --> | |||
{{ARCHIUM TEMPLATE thorax permissions user}} | |||
{{#vardefine:clearance_level| | |||
{{#cargo_query: | |||
tables = | |||
ARCHIUM_TABLE_thorax_clearance_level | |||
|fields=ARCHIUM_PROPERTY_thorax_clearance_level=clearance | |||
|default = - | |||
|no html | |||
|named args = yes | |||
|where = "_pageName" = '{{PAGENAME}}' | |||
|format = template | |||
|template = ARCHIUM_TEMPLATE_format_thorax_clearance | |||
}} | |||
}} | |||
{{#vardefine:clearance_level_string| | |||
{{#cargo_query: | |||
tables = | |||
ARCHIUM_TABLE_thorax_clearance_level | |||
|fields=ARCHIUM_PROPERTY_thorax_clearance_level | |||
|default = 'Administrator' | |||
|no html | |||
|where = "_pageName" = '{{PAGENAME}}' | |||
|format = list | |||
|delemiter = | |||
}} | |||
}} | |||
{{#vardefine:clearance_level_code|{{#var:ARCHIUM_VAR_permission_page_{{#var:clearance_level_string}}}}}} | |||
{{#vardefine:clearance_user_code|{{#var:ARCHIUM_VAR_permission_user_{{#username:AnonymousNoname}}}}}} | |||
<!-- query condition --> | <!-- query condition --> | ||
{{#vardefine:condition| | {{#vardefine:condition| | ||
{{#cargo_query: | {{#cargo_query: | ||
tables = | tables = | ||
ARCHIUM_TABLE_thorax_condition | |||
|fields= | |fields=ARCHIUM_PROPERTY_thorax_condition | ||
|default = - | |||
|no html | |||
|where = "_pageName" = '{{PAGENAME}}' | |||
|format = template | |||
|template = ARCHIUM_TEMPLATE_format_ul | |||
}} | |||
}} | |||
<!-- query storage --> | |||
{{#vardefine:storage| | |||
{{#cargo_query: | |||
tables = | |||
ARCHIUM_TABLE_thorax_storage=st | |||
|fields= | |||
<!--NULLIF(CONCAT( 'Gebäude: ', st.ARCHIUM_PROPERTY_thorax_gebaeude ), 'Gebäude: ') = gebaeude, | |||
NULLIF(CONCAT( 'Raum: ', st.ARCHIUM_PROPERTY_thorax_raum ), 'Raum: ') = raum, | |||
NULLIF(CONCAT( 'Regal: ', st.ARCHIUM_PROPERTY_thorax_regal ), 'Regal: ') = regal, | |||
NULLIF(CONCAT( 'Fach: ', st.ARCHIUM_PROPERTY_thorax_fach ), 'Fach: ') = fach, | |||
NULLIF(CONCAT( 'Karton: ', st.ARCHIUM_PROPERTY_thorax_karton ), 'Karton: ') = karton--> | |||
ARCHIUM_PROPERTY_thorax_gebaeude = gebaeude, | |||
ARCHIUM_PROPERTY_thorax_raum = raum, | |||
ARCHIUM_PROPERTY_thorax_regal = regal, | |||
ARCHIUM_PROPERTY_thorax_fach = fach, | |||
ARCHIUM_PROPERTY_thorax_karton = karton | |||
|default = - | |||
|no html | |||
|where = "_pageName" = '{{PAGENAME}}' | |||
|format = template | |||
|named args = yes | |||
|template = ARCHIUM_TEMPLATE_format_thorax_storage | |||
}} | |||
}} | |||
<!-- query usage conditions --> | |||
{{#vardefine:usage_conditions| | |||
{{#cargo_query: | |||
tables = | |||
ARCHIUM_TABLE_thorax_usage_conditions | |||
|fields=ARCHIUM_PROPERTY_thorax_usage_conditions | |||
|default = - | |||
|no html | |||
|where = "_pageName" = '{{PAGENAME}}' | |||
|format = template | |||
|template = ARCHIUM_TEMPLATE_format_ul | |||
}} | |||
}} | |||
<!-- query finding aids --> | |||
{{#vardefine:finding_aids| | |||
{{#cargo_query: | |||
tables = | |||
ARCHIUM_TABLE_thorax_finding_aids | |||
|fields=ARCHIUM_PROPERTY_thorax_finding_aids | |||
|default = - | |default = - | ||
|no html | |no html | ||
| Zeile 228: | Zeile 497: | ||
}} | }} | ||
}} | }} | ||
<!-- query | <!-- query storage of originals --> | ||
{{#vardefine: | {{#vardefine:storage_of_originals| | ||
{{#cargo_query: | |||
tables = | |||
ARCHIUM_TABLE_thorax_storage_of_originals | |||
|fields=ARCHIUM_PROPERTY_thorax_storage_of_originals | |||
|default = - | |||
|no html | |||
|where = "_pageName" = '{{PAGENAME}}' | |||
|format = template | |||
|template = ARCHIUM_TEMPLATE_format_ul | |||
}} | |||
}} | |||
<!-- query finding storage of copies --> | |||
{{#vardefine:storage_of_copies| | |||
{{#cargo_query: | {{#cargo_query: | ||
tables = | tables = | ||
ARCHIUM_TABLE_thorax_storage_of_copies | |||
|fields= | |fields=ARCHIUM_PROPERTY_thorax_storage_of_copies | ||
|default = - | |default = - | ||
|no html | |no html | ||
| Zeile 241: | Zeile 523: | ||
}} | }} | ||
}} | }} | ||
<!-- query | <!-- query finding related fonds --> | ||
{{#vardefine: | {{#vardefine:related_fonds| | ||
{{#cargo_query: | {{#cargo_query: | ||
tables = | tables = | ||
ARCHIUM_TABLE_thorax_related_fonds | |||
|fields= | |fields=ARCHIUM_PROPERTY_thorax_related_fonds | ||
|default = - | |default = - | ||
|no html | |no html | ||
|where = " | |where = "_pageName" = '{{PAGENAME}}' | ||
|format = template | |format = template | ||
|template = ARCHIUM_TEMPLATE_format_ul | |template = ARCHIUM_TEMPLATE_format_ul | ||
| Zeile 258: | Zeile 540: | ||
{{#cargo_query: | {{#cargo_query: | ||
tables = | tables = | ||
ARCHIUM_TABLE_thorax_gnd_index | |||
|fields= | |fields= | ||
ARCHIUM_PROPERTY_thorax_gnd_prefered_name = gnd_prefered_name, | |||
ARCHIUM_PROPERTY_thorax_gnd_number = gnd_number | |||
|default = - | |default = - | ||
|no html | |no html | ||
|where = | |where = | ||
"_pageName" = '{{PAGENAME}}' AND " | "_pageName" = '{{PAGENAME}}' AND "ARCHIUM_PROPERTY_thorax_gnd_type" = 'Person' | ||
|format = template | |format = template | ||
|named args = yes | |named args = yes | ||
| Zeile 275: | Zeile 557: | ||
{{#cargo_query: | {{#cargo_query: | ||
tables = | tables = | ||
ARCHIUM_TABLE_thorax_gnd_index | |||
|fields= | |fields= | ||
ARCHIUM_PROPERTY_thorax_gnd_prefered_name = gnd_prefered_name, | |||
ARCHIUM_PROPERTY_thorax_gnd_number = gnd_number | |||
|default = - | |default = - | ||
|no html | |no html | ||
|where = | |where = | ||
"_pageName" = '{{PAGENAME}}' AND " | "_pageName" = '{{PAGENAME}}' AND "ARCHIUM_PROPERTY_thorax_gnd_type" = 'Ort' | ||
|format = template | |format = template | ||
|named args = yes | |named args = yes | ||
| Zeile 289: | Zeile 571: | ||
}} | }} | ||
<!-- query gnd-name --> | <!-- query gnd-name --> | ||
{{#vardefine: | {{#vardefine:gnd_subject| | ||
{{#cargo_query: | {{#cargo_query: | ||
tables = | tables = | ||
ARCHIUM_TABLE_thorax_gnd_index | |||
|fields= | |fields= | ||
ARCHIUM_PROPERTY_thorax_gnd_prefered_name = gnd_prefered_name, | |||
ARCHIUM_PROPERTY_thorax_gnd_number = gnd_number | |||
|default = - | |default = - | ||
|no html | |no html | ||
|where = | |where = | ||
"_pageName" = '{{PAGENAME}}' AND " | "_pageName" = '{{PAGENAME}}' AND "ARCHIUM_PROPERTY_thorax_gnd_type" = 'Name' | ||
|format = template | |format = template | ||
|named args = yes | |named args = yes | ||
| Zeile 305: | Zeile 587: | ||
}} | }} | ||
}} | }} | ||
<!-- query | <!-- query links --> | ||
{{#vardefine: | {{#vardefine:link| | ||
{{#cargo_query: | {{#cargo_query: | ||
tables = | tables = | ||
ARCHIUM_TABLE_thorax_link | |||
|fields= | |fields=ARCHIUM_PROPERTY_thorax_link | ||
|default = | |default = - | ||
|no html | |no html | ||
|where = "_pageName" = '{{PAGENAME}}' | |where = "_pageName" = '{{PAGENAME}}' | ||
|format = template | |format = template | ||
|template = ARCHIUM_TEMPLATE_format_ul | |||
|template = | |||
}} | }} | ||
}} | }} | ||
<!-- query | <!-- query backlinks --> | ||
{{#vardefine: | {{#vardefine:backlink| | ||
{{#cargo_query: | {{#cargo_query: | ||
tables | tables = | ||
ARCHIUM_TABLE_thorax_link | |||
|fields=_pageName | |fields=_pageName | ||
|default = | |default = - | ||
|where = " | |no html | ||
|format = | |where = "ARCHIUM_PROPERTY_thorax_link" = '{{PAGENAME}}' | ||
|format = template | |||
|template = ARCHIUM_TEMPLATE_format_ul | |||
}} | |||
}} | |||
<!-- query attachments --> | |||
{{#vardefine:attachment| | |||
{{#cargo_query: | |||
tables = | |||
ARCHIUM_TABLE_thorax_attachment | |||
|fields=ARCHIUM_PROPERTY_thorax_attachment_file = attachment | |||
|default = | |||
|where = "_pageName" = '{{PAGENAME}}' | |||
|format = gallery | |||
|mode=packed-hover | |||
|show bytes = 0 | |||
|show dimensions = 0 | |||
|show filename = 0 | |||
|default= | |||
}} | }} | ||
}} | }} | ||
{{ARCHIUM_HIDE_END}} | {{ARCHIUM_HIDE_END}} | ||
<div class="archium-background-{{#var:type}}"> | <!-- <div class="archium-background-{{#var:type}}"> --> | ||
<!-- HEADER-CONTAINER --> | <!-- HEADER-CONTAINER --> | ||
<div class="archium-background-Objekt"> | |||
<div class="archium-grid-container-base archium-grid-container-header"> | <div class="archium-grid-container-base archium-grid-container-header"> | ||
<div class="archium-grid-item-header" style="grid-column: 1 / span | <div class="archium-grid-item-header" style="grid-column: 1 / span 2;"> | ||
<h3>Objekt</h3> | <h3>Objekt</h3> | ||
</div> | </div> | ||
<div class="archium-grid-item-header" style="grid-column: | <div class="archium-grid-item-header" style="grid-column: 3 / span 2;"> | ||
<div class="archium-overview"> | <div class="archium-overview"> | ||
<h3><i class="fas fa-list"></i> Übersicht</h3> | <h3><i class="fas fa-list"></i> Übersicht</h3> | ||
{{ | <div class = "dropdown-list"> | ||
{{#var:overview}} | |||
</div> | |||
</div> | |||
</div> | |||
<div class="archium-grid-item-header" style="grid-column: 5 / span 1;"> | |||
<div class="archium-overview"> | |||
<h3> Werkzeuge [https://artux.archium.org/index.php/Formular:ARCHIUM_FORM_thorax_object <i class="far fa-file"></i>] | |||
{{#formlink:form=ARCHIUM_FORM_thorax_object|link text=<i class="far fa-edit"></i>|target={{PAGENAME}}}} | |||
[https://artux.archium.org/index.php?title={{#var:pagename}}&action=delete <i class="far fa-trash-alt"></i>] | |||
</h3> | |||
</div> | </div> | ||
</div> | </div> | ||
| Zeile 349: | Zeile 659: | ||
<h3><i class="fas fa-id-card"></i> Identifizierung</h3> | <h3><i class="fas fa-id-card"></i> Identifizierung</h3> | ||
</div> | </div> | ||
<div class="archium-grid-item" style="grid-column: 1 / span 1 | <div class="archium-grid-item" style="grid-column: 1 / span 1;"> | ||
<h4>Signatur:</h4> | <h4>Signatur:</h4> | ||
<p>{{#var:signature}}</p> | <p>{{#var:signature}}</p> | ||
</div> | </div> | ||
<div class="archium-grid-item" style="grid-column: | <div class="archium-grid-item" style="grid-column: 2 / span 1;"> | ||
<h4>Titel:</h4> | <h4>Titel:</h4> | ||
<p>{{#var:title}}</p> | <p>{{#var:title}}</p> | ||
</div> | </div> | ||
<div class="archium-grid-item" style="grid-column: 4 / span 3; grid-row: 2 / span 2" | <div class="archium-grid-item" style="grid-column: 3 / span 1;"> | ||
<h4>Erstellungsdatum:</h4> | |||
<p>{{#var:date_of_creation}}</p> | |||
</div> | |||
<div class="archium-grid-item" style="grid-column: 4 / span 3; grid-row: 2 / span 2;"> | |||
<h4>Titelbild:</h4> | <h4>Titelbild:</h4> | ||
<p>[[File:{{#var:title_image}}]]</p> | <p>[[File:{{#var:title_image}}|200x500px]]</p> | ||
</div> | |||
<div class="archium-grid-item" style="grid-column: 1 / span 1;"> | |||
<h4>Umfang und Medium:</h4> | |||
<p>{{#var:extent_medium}}</p> | |||
</div> | </div> | ||
<div class="archium-grid-item" style="grid-column: | <div class="archium-grid-item" style="grid-column: 2 / span 1;"> | ||
<h4> | <h4>Beschreibungsebene:</h4> | ||
<p>{{#var: | <p>{{#var:level_of_description}}</p> | ||
</div> | </div> | ||
<div class="archium-grid-item" style="grid-column: | <div class="archium-grid-item" style="grid-column: 3 / span 1;"> | ||
<h4> | <h4>Zeiten:</h4> | ||
<p>{{#var:timeframe}}</p> | <p>{{#var:timeframe}}</p> | ||
</div> | </div> | ||
<!-- <div class="archium-grid-item" style="grid-column: 1 / span 1;"> | |||
<h4>Objekttyp:</h4> | |||
<p>{{#var:type}}</p> | |||
</div> --> | |||
</div> | </div> | ||
<!-- PROVENANCE-CONTAINER --> | <!-- PROVENANCE-CONTAINER --> | ||
| Zeile 379: | Zeile 697: | ||
<h3><i class="fas fa-route"></i> Provenienz</h3> | <h3><i class="fas fa-route"></i> Provenienz</h3> | ||
</div> | </div> | ||
<div class="archium-grid-item" style="grid-column: 1;"> | <div class="archium-grid-item" style="grid-column: 1 / span 2;"> | ||
<h4>Übernahmedatum:</h4> | |||
<p>{{#var:date_of_transfer}}</p> | |||
</div> | |||
<div class="archium-grid-item" style="grid-column: 3 / span 2;"> | |||
<h4>Ablageart:</h4> | |||
<p>{{#var:deposition}}</p> | |||
</div> | |||
<div class="archium-grid-item" style="grid-column: 5 / span 2;"> | |||
<h4>Altsignaturen:</h4> | |||
<p>{{#var:signature_old}}</p> | |||
</div> | |||
<div class="archium-grid-item" style="grid-column: 1 / span 2;"> | |||
<h4>Ersteller:</h4> | <h4>Ersteller:</h4> | ||
<p>{{#var:creator}}</p> | <p>{{#var:creator}}</p> | ||
</div> | </div> | ||
<div class="archium-grid-item" style="grid-column: 2;"> | <div class="archium-grid-item" style="grid-column: 3 / span 2;"> | ||
<h4>Übergebender:</h4> | |||
<p>{{#var:transferor}}</p> | |||
</div> | |||
<div class="archium-grid-item" style="grid-column: 5 / span 2;"> | |||
<h4>Bearbeiter:</h4> | <h4>Bearbeiter:</h4> | ||
<p>{{#var:editor}}</p> | <p>{{#var:editor}}</p> | ||
</div> | </div> | ||
<div class="archium-grid-item" style="grid-column: | <div class="archium-grid-item" style="grid-column: 1 / span 6;"> | ||
<h4>Bestandsgeschichte:</h4> | <h4>Bestandsgeschichte:</h4> | ||
<p>{{#var:history}}</p> | <p>{{#var:history}}</p> | ||
| Zeile 396: | Zeile 730: | ||
<div style = "grid-column: 1 / span 3;"> | <div style = "grid-column: 1 / span 3;"> | ||
<h3><i class="fas fa-box-open"></i> Inhalt</h3> | <h3><i class="fas fa-box-open"></i> Inhalt</h3> | ||
</div> | |||
<div class="archium-grid-item" style="grid-column: 1 / span 3;"> | |||
<h4>Enthält:</h4> | |||
<p>{{#var:content_general}}</p> | |||
</div> | |||
<div class="archium-grid-item" style="grid-column: 4 / span 3;"> | |||
<h4>Darin:</h4> | |||
<p>{{#var:content_special}}</p> | |||
</div> | |||
<div class="archium-grid-item" style="grid-column: 1 / span 6;"> | |||
<h4>Anmerkungen:</h4> | |||
<p>{{#var:anmerkungen}}</p> | |||
</div> | </div> | ||
<div class="archium-grid-item" style="grid-column: 1 / span 2;"> | <div class="archium-grid-item" style="grid-column: 1 / span 2;"> | ||
<h4> | <h4>Klassifikation:</h4> | ||
<p>{{#var: | <p>{{#var:classification}}</p> | ||
</div> | </div> | ||
<div class="archium-grid-item" style="grid-column: 3 / span 2;"> | <div class="archium-grid-item" style="grid-column: 3 / span 2;"> | ||
<h4> | <h4>Hauptgruppe:</h4> | ||
<p>{{#var: | <p>{{#var:main_group}}</p> | ||
</div> | </div> | ||
<div class="archium-grid-item" style="grid-column: 5 / span 2;"> | <div class="archium-grid-item" style="grid-column: 5 / span 2;"> | ||
<h4> | <h4>Priorität:</h4> | ||
<p>{{#var: | <p>{{#var:priority}}</p> | ||
</div> | </div> | ||
<div class="archium-grid-item" style="grid-column: 1 / span 3;"> | </div> | ||
<h4> | <!-- CONTEXT-CONTAINER --> | ||
<p>{{#var: | <div class="archium-grid-container-base archium-grid-container-context"> | ||
<div style = "grid-column: 1 / span 6;"> | |||
<h3><i class="fas fa-globe"></i> Kontext</h3> | |||
</div> | |||
<div class="archium-grid-item" style="grid-column: 1 / span 2;"> | |||
<h4>Ausstellungsort:</h4> | |||
<p>{{#var:context_location_frame}}</p> | |||
</div> | |||
<div class="archium-grid-item" style="grid-column: 3 / span 2;"> | |||
<h4>Absender:</h4> | |||
<p>{{#var:context_from_frame}}</p> | |||
</div> | |||
<div class="archium-grid-item" style="grid-column: 5 / span 2;"> | |||
<h4>Empfänger:</h4> | |||
<p>{{#var:context_to_frame}}</p> | |||
</div> | |||
</div> | |||
<!-- USAGE-CONTAINER --> | |||
<div class="archium-grid-container-base archium-grid-container-usage"> | |||
<div style = "grid-column: 1 / span 3;"> | |||
<h3><i class="fas fa-door-open"></i> Zugang und Benutzung</h3> | |||
</div> | |||
<div class="archium-grid-item" style="grid-column: 1 / span 1;"> | |||
<h4>Freigabe:</h4> | |||
<p>{{#var:clearance_level}}</p> | |||
</div> | |||
<div class="archium-grid-item" style="grid-column: 2 / span 1;"> | |||
<h4>Zustand:</h4> | |||
<p>{{#var:condition}}</p> | |||
</div> | |||
<div class="archium-grid-item" style="grid-column: 3 / span 2;"> | |||
<h4>Benutzungsbedingungen:</h4> | |||
<p>{{#var:usage_conditions}}</p> | |||
</div> | </div> | ||
<div class="archium-grid-item" style="grid-column: | <div class="archium-grid-item" style="grid-column: 5 / span 2;"> | ||
<h4> | <h4>Findmittel:</h4> | ||
<p>{{#var: | <p>{{#var:finding_aids}}</p> | ||
</div> | </div> | ||
</div> | </div> | ||
| Zeile 423: | Zeile 801: | ||
<h3><i class="fas fa-chart-bar"></i> Objektstatus</h3> | <h3><i class="fas fa-chart-bar"></i> Objektstatus</h3> | ||
</div> | </div> | ||
<div class="archium-grid-item" style="grid-column: 1 / span 3;"> | <div class="archium-grid-item" style="grid-column: 1 / span 2;"> | ||
<h4> | <h4>Erschließungsstatus:</h4> | ||
<p>{{#var: | <p>{{#var:coverage_status}}</p> | ||
</div> | |||
<div class="archium-grid-item" style="grid-column: 3 / span 2;"> | |||
<h4>Erschließungstiefe:</h4> | |||
<p>{{#var:coverage_level}}</p> | |||
</div> | |||
<div class="archium-grid-item" style="grid-column: 5 / span 2;"> | |||
<h4>Kassierung:</h4> | |||
<p>{{#var:segregation}}</p> | |||
</div> | |||
<div class="archium-grid-item" style="grid-column: 1 / span 6;"> | |||
<h4>Verzeichnis und Transkriptionsregeln:</h4> | |||
<p>{{#var:rules_of_description}}</p> | |||
</div> | |||
</div> | |||
<!-- STORAGE-CONTAINER --> | |||
<div class="archium-grid-container-base archium-grid-container-storage"> | |||
<div style = "grid-column: 1 / span 3;"> | |||
<h3><i class="fas fa-cubes"></i> Lagerung</h3> | |||
</div> | </div> | ||
<div class="archium-grid-item" style="grid-column: | <div class="archium-grid-item" style="grid-column: 1 / span 6;"> | ||
<h4> | <h4>Lagerung</h4> | ||
<p>{{#var: | <p>{{#var:storage}}</p> | ||
</div> | </div> | ||
</div> | </div> | ||
| Zeile 436: | Zeile 832: | ||
<div style = "grid-column: 1 / span 3;"> | <div style = "grid-column: 1 / span 3;"> | ||
<h3><i class="fas fa-link"></i> Verbindungen</h3> | <h3><i class="fas fa-link"></i> Verbindungen</h3> | ||
</div> | |||
<div class="archium-grid-item" style="grid-column: 1 / span 2;"> | |||
<h4>Aufbewahrung der Originale:</h4> | |||
<p>{{#var:storage_of_originals}}</p> | |||
</div> | |||
<div class="archium-grid-item" style="grid-column: 3 / span 2;"> | |||
<h4>Aufbewahrung von Kopien:</h4> | |||
<p>{{#var:storage_of_copies}}</p> | |||
</div> | |||
<div class="archium-grid-item" style="grid-column: 5 / span 2;"> | |||
<h4>zugehörige Bestände:</h4> | |||
<p>{{#var:related_fonds}}</p> | |||
</div> | </div> | ||
<div class="archium-grid-item" style="grid-column: 1 / span 2;"> | <div class="archium-grid-item" style="grid-column: 1 / span 2;"> | ||
| Zeile 447: | Zeile 855: | ||
<div class="archium-grid-item" style="grid-column: 5 / span 2;"> | <div class="archium-grid-item" style="grid-column: 5 / span 2;"> | ||
<h4>Namen:</h4> | <h4>Namen:</h4> | ||
<p>{{#var: | <p>{{#var:gnd_subject}}</p> | ||
</div> | </div> | ||
<div class="archium-grid-item" style="grid-column: 1 / span 3;"> | <div class="archium-grid-item" style="grid-column: 1 / span 3;"> | ||
| Zeile 469: | Zeile 877: | ||
</div> | </div> | ||
</div> | </div> | ||
</includeonly> | </includeonly> | ||
<!-- --> | <!-- --> | ||
<noinclude> | <noinclude> | ||
<!-- CALL HOOKS --> | <!-- CALL HOOKS --> | ||
{{ARCHIUM_TEMPLATE_hook| | {{ARCHIUM_TEMPLATE_hook|ARCHIUM_thorax}} | ||
<!-- --> | <!-- --> | ||
<!-- --> | <!-- --> | ||
Aktuelle Version vom 18. April 2023, 15:16 Uhr
<link href="../fontawesome-free-5.12.1-web/css/all.css" rel="stylesheet">
