diff --git a/Resources/Private/Layouts/Default.html b/Resources/Private/Layouts/Default.html index 8060856..3d714b1 100644 --- a/Resources/Private/Layouts/Default.html +++ b/Resources/Private/Layouts/Default.html @@ -1,14 +1,7 @@ - - - +
- +
+ + diff --git a/Resources/Private/Templates/EntityFact/Show.html b/Resources/Private/Templates/EntityFact/Show.html index ab48b18..1266f55 100644 --- a/Resources/Private/Templates/EntityFact/Show.html +++ b/Resources/Private/Templates/EntityFact/Show.html @@ -1,318 +1,312 @@ - - + -This Template is responsible for displaying a single view for a domain object - -If you modify this template, do not forget to change the overwrite settings -in /Configuration/ExtensionBuilder/settings.yaml: - Resources: - Private: - Templates: - Show.html: keep - -Otherwise your changes will be overwritten the next time you save the extension in the extension builder + - - - - - -
-

- -

{relationship}

+

SLUB Entity Facts.

+
+ + + + + +
+ +
+ +
{relationship}
-
-
- - - - - - -
- -

-
-

{viewArray.id}

-
-
- - -
- -

-
-

-
-
- - -
- -

-
-

- - <f:translate id='slubentityfacts.depiction' /> {viewArray.preferredName} - -

-
-
- - - - - - -
-

- -

{variantName}

+ + + +
+ +
+
{viewArray.context}
+
+ + +
+ +
+
{viewArray.id}
+
+ + +
+ +
+
+ +
+
+ + +
+ +
+
+ + <f:translate id='slubentityfacts.depiction' /> {viewArray.preferredName} + +
+
+ + +
+ +
+ +
+ {newRelatedPerson.preferredName} ({newRelatedPerson.relationship}) +
-
-
- - -
-

- - + + + +
+ +
+ +
{variantName}
+
+
+ + +
+ +
+ + -

{placeOfBusinessArray}

+
{placeOfBusinessArray}
-

{placeOfBusinessArray}

+
{placeOfBusinessArray}
-
-
- - -
-

- - + + + +
+ +
+ + -

{predecessorArray}

+
{predecessorArray}
-

{predecessorArray}

+
{predecessorArray}
-
-
- - -
- -

-
- - - - -

{isAArray}

-
- -

{isAArray}

-
-
+ + + +
+ +
+ + + + +
{isAArray}
+
+ +
{isAArray}
+
+
+
-
-
-
- - -
-

- -

{dateOfEstablishment}

+ + + +
+ +
+ +
{dateOfEstablishment}
-
-
+ - + - - - - - - - - - - - - - - - - - - - - - -
-

- -

{number.preferredName}

-
-
-
- - - - - - - - - - - - - - -
-

-

* {viewArrayValue} ‐ - - † {viewArray.dateOfDeath} - -

-
-
- - - - - -
- -

-
-

{viewArray.preferredName}

-
-
- - - - - -
- -

-
-

{viewArrayValue}

-
-
- -
-
- - -

-

-
-
-
-
+ - - -
+ +
+ + + +
+
{viewArray.gender.label}
+
+ + +
+ +
+ +
{member.preferredName} ({member.relationship})
+
+
+ + +
+ +
+ +
{profession.preferredName}
+
+
+ + +
+ +
+ +
{number.preferredName}
+
+
+ + +
+ +
+ +
{number.preferredName}
+
+
+ + +
+ +
+ +
{place.preferredName}
+
+
+ + +
+ +
+ +
{place.preferredName}
+
+
+ + +
+ +
+ +
{place.preferredName}
+
+
+ + +
+ + + +
+
* {viewArrayValue} ‐ + + † {viewArray.dateOfDeath} + +
+
+ + +
+ +
+

{viewArray.preferredName}

+
+ + +
+ +
+
{viewArrayValue}
+
+ + +
+ +
+
{viewArrayValue}
+
+ + + + + +
+ +
+
+ +
+
+
+ + + + + + -

-
    - -
  • - - - - icon of {item.collection.name}{item.collection.name} - - - {item.collection.name} - - - -
  • -
    +

    + +

    + -
-
-
- - -
-

-

{viewArray.describedBy.atid}

-

: {viewArray.describedBy.license}

-

: {viewArray.describedBy.valid -> f:format.date(format:'d.m.Y H:m:s')}

-
-
+ + + + +
+
+
{viewArray.describedBy.atid}
+
+
{viewArray.describedBy.license}
+
{f:translate(id:'slubentityfacts.timestamp')}
+
{viewArray.describedBy.valid -> f:format.date(format:'d.m.Y H:m:s')}
+
+
+ diff --git a/Resources/Public/Css/SlubEntityfacts.css b/Resources/Public/Css/SlubEntityfacts.css index 9f51776..c0514f7 100644 --- a/Resources/Public/Css/SlubEntityfacts.css +++ b/Resources/Public/Css/SlubEntityfacts.css @@ -1,31 +1,25 @@ -div.tx-slub-entityfacts div.sameAs ul { - list-style-type: none; +div.tx-slub-entityfacts ul { + list-style-type: none; } -div.tx-slub-entityfacts div.sameAs img.icon { - width: 24px; - margin: 0 10px; +div.tx-slub-entityfacts dl dd h3 { + font-size: 150%; + font-weight: bold; } -div.tx-slub-entityfacts div.sameAs span.icon { - margin: 0 22px; +div.tx-slub-entityfacts img.icon { + width: 24px; + margin: 0 10px; } -div.tx-slub-entityfacts div.preferredName p.value { - font-size: 150%; - font-weight: bold; -} - -div.tx-slub-entityfacts div.sameAs li.facts-content { - white-space: nowrap; - overflow: hidden; - width: 100%; - text-overflow: ellipsis; +div.tx-slub-entityfacts span.icon { + margin: 0 22px; } +div.tx-slub-entityfacts ul li.facts-content, div.tx-slub-entityfacts div.describedBy p.facts-content { white-space: nowrap; overflow: hidden; width: 100%; text-overflow: ellipsis; -} +} \ No newline at end of file