Schule als Staat Projekt Web, Dokumente, etc.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 line
1.6KB

  1. {% extends "public/default.html" %}
  2. {% load static %}
  3. {% block content %}
  4. <link rel="stylesheet" type="text/css" href="{% static "news/css/index.css"%}">
  5. <div width="70%">
  6. <h1 class="red" id="ministerien">Das Wahlergebnis</h1>
  7. Die Bürger Goethopias haben gewählt. <b>David Schwarz</b> ist der neue Präsident und die <b>Liberalen Sozialdemokraten</b> werden die stärkste Partei im Parlament:
  8. <br>
  9. <table>
  10. <tr width="50%">
  11. <td>
  12. <center class="imagewrap">
  13. <img src="{% static "news/images/Sitzverteilung.png" %}" alt="Wahlergebnis" class="images" width="40%">
  14. </center>
  15. </td>
  16. </tr>
  17. <tr width="50%">
  18. <td>
  19. <center class="imagewrap">
  20. <img src="{% static "news/images/parliament.png" %}" alt="Sitverteilung" class="images" width="40%">
  21. </center>
  22. </td>
  23. </tr>
  24. </table>
  25. <p class="paragraph">
  26. <br>
  27. Es ist nun am Parlament, eine Parlamentspräsidentin zu
  28. bestimmen und eine mehrheitsfähige Regierungskoalition zu
  29. bilden. In diesem Fall sind 16 Sitze benötigt, denkbar wären
  30. also folgende Koalitionen:<br>
  31. - <b>LSD</b>, KKP, MIG (16 Sitze)<br>
  32. - <b>LSD</b>, KKP, PfG (16 Sitze)<br>
  33. - <b>LSD</b>, PfG, MIG (16 Sitze)<br>
  34. - <b>EAP</b>, KitKat, KKP, MIG (16 Sitze)<br>
  35. - <b>EAP</b>, KitKat KKP, PfG (16 Sitze)<br>
  36. - <b>EAP</b>, KitKat, PfG, MIG (16 Sitze)<br>
  37. Das Parlament wählt nun eine Kanzlerin, welche wiederum
  38. ihr Kabinett, bestehend aus den Ministerien, ernennt. Zu
  39. den weiteren Aufgaben des Parlamentes gehört die Gesetzeserlassung
  40. und Wahl der Richter.
  41. <br>
  42. </div>
  43. {% endblock %}