From 2126daffa169914d88e2c290bffa6ab8ff325e35 Mon Sep 17 00:00:00 2001 From: Martina Date: Wed, 24 Jul 2024 16:22:48 +0200 Subject: [PATCH] add planification period --- content/projects/7_projekt-7/project.de.txt | 2 +- site/templates/worklist.php | 53 +++++++++++++-------- 2 files changed, 35 insertions(+), 20 deletions(-) diff --git a/content/projects/7_projekt-7/project.de.txt b/content/projects/7_projekt-7/project.de.txt index 4e96888..9377339 100644 --- a/content/projects/7_projekt-7/project.de.txt +++ b/content/projects/7_projekt-7/project.de.txt @@ -25,7 +25,7 @@ Information: projectdetails: competition result value: '

2. Preis

' - - projectdetails: timeframe + projectdetails: planification period value: 2015–2019 ---- diff --git a/site/templates/worklist.php b/site/templates/worklist.php index 8565771..27c297d 100644 --- a/site/templates/worklist.php +++ b/site/templates/worklist.php @@ -146,29 +146,44 @@ class="grid grid-rows-2 auto-cols-fr grid-flow-col lg:grid-flow-row lg:grid-rows - findBy("projectdetails", "collaboration"); - $architecture2 = $info->findBy("projectdetails", "architecture"); - ?> - -
- value()->excerpt(0, true) ?> -
- - -
- value()->excerpt(0, true) ?> -
- - - - -
+ findBy("projectdetails", "collaboration"); + $architecture2 = $info->findBy("projectdetails", "architecture"); + ?> + +
+ value()->excerpt(0, true) ?> +
+ + +
+ value()->excerpt(0, true) ?> +
+ + + + + + + findBy("projectdetails", "timeframe"); + $planificationperiod = $info->findBy("projectdetails", "planification period"); + ?> + +
+ value() ?> +
+ + +
+ value() ?> +
+