new timeline section bundesrat-2

This commit is contained in:
DrMaxNix 2024-05-02 20:08:51 +02:00
parent c6f476289f
commit 4e9ad463b6
2 changed files with 60 additions and 2 deletions

View File

@ -239,7 +239,8 @@
</div>
</div>
<div id="bundesrat" class="item done">
<div id="bundesrat" class="item"></div>
<div id="bundesrat-1" class="item done">
<div class="connector">
<span class="waypoint ti ti-zoom-check"></span>
</div>
@ -365,7 +366,37 @@
</div>
</div>
<div id="inkrafttreten" class="item next">
<div id="bundesrat-2" class="item next">
<div class="connector">
<span class="waypoint ti ti-zoom-check"></span>
</div>
<div class="box">
<?php
$timeline_date = $dict->get("timeline_bundesrat_2_date");
if($timeline_date !== null){
?>
<span class="extra"><i class="ti ti-calendar"></i><?= $timeline_date ?></span>
<?php } ?>
<span class="title"><button class="copylink ti ti-link"></button><?= $dict->get("timeline_bundesrat_2_title") ?></span>
<?php
$timeline_bundesrat_2_text = $dict->get("timeline_bundesrat_2_text");
foreach($timeline_bundesrat_2_text as $one_timeline_bundesrat_2_text_line){
echo("<span>" . $one_timeline_bundesrat_2_text_line . "</span>");
}
?>
<div class="button-list">
<a href="https://web.archive.org/web/20240502175834/https://www.bundesrat.de/SharedDocs/TO/1044/download/1044-to-entwurf.pdf?__blob=publicationFile&v=2" target="_blank" class="button">
<span class="text"><?= $dict->get("timeline_bundesrat_2_button") ?></span>
<span class="icon ti ti-external-link"></span>
</a>
</div>
</div>
</div>
<div id="inkrafttreten" class="item">
<div class="connector">
<span class="waypoint ti ti-gavel"></span>
</div>

View File

@ -313,6 +313,33 @@
"timeline_bundesrat_2_date" => [
"de" => "17 Mai 2024",
"en" => "17 May 2024"
],
"timeline_bundesrat_2_title" => [
"de" => "Beratung im Bundesrat",
"en" => "Consultation in the Federal Council"
],
"timeline_bundesrat_2_text" => [
"de" => [
"Da es sich beim Selbstbestimmungsgesetz um ein Einspruchsgesetz handelt, bedarf es keiner Zustimmung im Bundesrat. Durch einen Einspruch lässt sich der Gesetzgebungsprozess jedoch verzögern.",
"<span class=\"inline gray\">Hinweis: Das SBGG steht als TOP 2 auf dem Entwurf der Tagesordnung.</span>"
],
"en" => [
"As the Self-Determination Act is a <i>Einspruchsgesetz</i> (\"veto law\"), an approval by the <i>Bundesrat</i> (Federal Council) is not required. A veto however would delay the legislative process.",
"<span class=\"inline gray\">Note: The SBGG is listed as TOP 2 in the agenda draft.</span>"
]
],
"timeline_bundesrat_2_button" => [
"de" => "Entwurf der Tagesordnung",
"en" => "Agenda Draft (German)"
],
"timeline_inkrafttreten_date" => [
"de" => "01 Nov 2024",
"en" => "01 Nov 2024"