new timeline element: "anhörung familienausschuss"

This commit is contained in:
DrMaxNix 2023-10-28 17:10:21 +02:00
parent 93010f0ab7
commit d46bc17b5d
2 changed files with 55 additions and 0 deletions

View File

@ -231,6 +231,36 @@
</div>
<div class="item next">
<div class="connector">
<span class="waypoint ti ti-messages"></span>
</div>
<div class="box">
<?php
$timeline_date = $dict->get("timeline_ausschuss_anhoerung_date");
if($timeline_date !== null){
?>
<span class="extra"><i class="ti ti-calendar"></i><?= $timeline_date ?></span>
<?php } ?>
<span class="title"><?= $dict->get("timeline_ausschuss_anhoerung_title") ?></span>
<?php
$timeline_ausschuss_anhoerung_text = $dict->get("timeline_ausschuss_anhoerung_text");
foreach($timeline_ausschuss_anhoerung_text as $one_timeline_ausschuss_anhoerung_text_line){
echo("<span>" . $one_timeline_ausschuss_anhoerung_text_line . "</span>");
}
?>
<div class="button-list">
<a href="https://web.archive.org/web/20231028143821/https://www.bundestag.de/resource/blob/973790/fc053d2718887a9cfb4aed56ef360b3e/Liste-der-Sachverstaendigen-data.pdf" target="_blank" class="button">
<span class="text"><?= $dict->get("timeline_ausschuss_anhoerung_button") ?></span>
<span class="icon ti ti-external-link"></span>
</a>
</div>
</div>
</div>
<div class="item">
<div class="connector">
<span class="waypoint ti ti-podium"></span>
</div>

View File

@ -214,6 +214,31 @@
"timeline_ausschuss_anhoerung_date" => [
"de" => "13 Nov 2023",
"en" => "13 Nov 2023"
],
"timeline_ausschuss_anhoerung_title" => [
"de" => "Öffentliche Anhörung im Familienausschuss",
"en" => "Public hearing in the family committee"
],
"timeline_ausschuss_anhoerung_text" => [
"de" => [
"Als Vorbereitung auf die Sitzungen im Bundestag hält der Ausschuss für Familie, Senioren, Frauen und Jugend eine öffentliche Anhörung, zu der die Parteien des Bundestages Sachverständige einladen, welche ihre Einschätzung zum SBGG geben und zum Thema informieren."
],
"en" => [
"In preparation for the meetings in the Bundestag, the Committee on Family, Seniors, Women and Youth holds a public hearing to which the parties of the Bundestag invite experts who give their assessment of the SBGG and inform about the topic."
]
],
"timeline_ausschuss_anhoerung_button" => [
"de" => "Sachverständigenliste",
"en" => "List of experts (German)"
],
"timeline_lesung_1_date" => [
"de" => null,
"en" => null