CINXE.COM

Ergebnis

<!DOCTYPE html> <html lang="de"> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Ergebnis</title> <meta http-equiv='X-UA-Compatible' content='IE=11'> <meta http-equiv='Content-Type' content='text/html;charset=utf-8'> <meta http-equiv='expires' content='Mon, 26 Jul 1997 05:00:00 GMT'> <meta http-equiv='cache-control' content='no-cache, must-revalidate'> <meta http-equiv='pragma' content='no-cache'> <link rel="SHORTCUT ICON" href="img/favicon.png" type="image/x-icon"> <link rel="icon" href="img/favicon.png" type="image/x-icon"> <link type="image/x-icon" href="img/favicon.png" /> <link rel="stylesheet" type="text/css" href="vendor/bootstrap/bootstrap.min.css"> <link rel="stylesheet" type="text/css" href="vendor/printjs/print.min.css"> <link rel="stylesheet" type="text/css" href="css/app.css"> <link rel="stylesheet" type="text/css" href="../daten/css/eigene.css"> </head> <body> <div class="container" role="main" id="vue_ergebnis_container"> <komponente_menu_wahlen> </komponente_menu_wahlen> <div class="container-fluid mb-4"> <div class="row"> <div class="col"> <ul class="nav nav-pills justify-content-end"> <li v-if="hasHochrechnung" class="nav-item"> <a class="nav-link" href="#" v-on:click="loadPage('hochrechnung')">Hochrechnung</a> </li> <li v-if="hasGuV || hasHochrechnung" class="nav-item ml-auto"> <a class="nav-link active" href="#">脺bersicht</a> </li> <li v-if="hasGuV" class="nav-item"> <a class="nav-link" href="#" v-on:click="loadPage('guv')">Gewinn- und Verlustrechnung</a> </li> </ul> </div> </div> </div> <div id="print-area"> <komponente_ergebnis_hinweis_auszaehlung> </komponente_ergebnis_hinweis_auszaehlung> <template v-for="quorum in quoren"> <komponente_ergebnis_quorum :quorum="quorum"></komponente_ergebnis_quorum> </template> <div class="row"> <div class="col-md-7"> <komponente_ergebnis_status></komponente_ergebnis_status> <template v-if="!quoren"> <komponente_ergebnis_grafik :grafik="grafik"></komponente_ergebnis_grafik> </template> <komponente_ergebnis_sitzverteilung></komponente_ergebnis_sitzverteilung> <komponente_ergebnis_gewaehlte_kandidaten_tabelle> </komponente_ergebnis_gewaehlte_kandidaten_tabelle> <komponente_ergebnis_stattfindende_stichwahl></komponente_ergebnis_stattfindende_stichwahl> <komponente_ergebnis_gewaehlte_kandidaten></komponente_ergebnis_gewaehlte_kandidaten> <komponente_ergebnis_wahlbeteiligung_grafik></komponente_ergebnis_wahlbeteiligung_grafik> </div> <div class="col-md-5"> <template v-if="!quoren"> <komponente_ergebnis_tabelle></komponente_ergebnis_tabelle> </template> <komponente_ergebnis_info></komponente_ergebnis_info> <komponente_ergebnis_wahlbeteiligung_text></komponente_ergebnis_wahlbeteiligung_text> <komponente_ergebnis_gebietsverlinkung></komponente_ergebnis_gebietsverlinkung> <komponente_eigener_text :text="eigener_text"> </div> </div> </div> <komponente_footer> </komponente_footer> </div> <div class="container" role="main" id="vue_ergebnis_container_web_init"> <komponente_menu_wahlen> </komponente_menu_wahlen> <komponente_web_init></komponente_web_init> <komponente_footer> </komponente_footer> </div> <script type="text/javascript" src="vendor/jquery.min.js"></script> <script type="text/javascript" src="vendor/bootstrap/bootstrap.min.js"></script> <script type="text/javascript" src="vendor/printjs/print.min.js"></script> <script type="text/javascript" src="vendor/vue.min.js"></script> <script type="text/javascript" src="vendor/httpVueLoader.js"></script> <script type="text/javascript" src="vendor/es6-promise.auto.min.js"></script> <script type="text/javascript" src="vendor/Chart.bundle.min.js"></script> <script type="text/javascript" src="js/app.js"></script> <script> Praesentation.initApp(function() { Praesentation.ladeErgebnis(function() { document.title = Praesentation.Api.Ergebnis.seitentitel; const vue_ergebnis = new Vue({ el: '#vue_ergebnis_container', methods: { loadPage: function(_type) { var url_params = Praesentation.UrlSearchParams(); Praesentation.link({ type: _type, id: url_params.id }, url_params); } }, data: { grafik: Praesentation.Api.Ergebnis.Komponente.grafik, hasGuV: Praesentation.Api.Ergebnis.Komponente.guv_grafik_letzte_wahl, eigener_text: Praesentation.Api.Config.eigene_texte ? Praesentation.Api.Config.eigene_texte.gesamtergebnis : "", hasHochrechnung: Praesentation.Api.Wahl.hasHochrechnung, quoren: Praesentation.Api.Ergebnis.Komponente.quoren }, components: Praesentation.Vue.ladeKomponenten([ 'menu_wahlen', 'ergebnis_info', 'ergebnis_gebietsverlinkung', 'ergebnis_tabelle', 'ergebnis_grafik', 'ergebnis_sitzverteilung', 'ergebnis_status', 'ergebnis_quorum', 'ergebnis_wahlbeteiligung_grafik', 'ergebnis_wahlbeteiligung_text', 'ergebnis_stattfindende_stichwahl', 'ergebnis_stattfindende_stichwahl', 'ergebnis_gewaehlte_kandidaten', 'ergebnis_gewaehlte_kandidaten_tabelle', 'eigener_text', 'ergebnis_hinweis_auszaehlung' ]) }) }, function() { document.title = Praesentation.Api.Ergebnis.seitentitel; $('#vue_ergebnis_container').addClass('d-none'); const vue_ergebnis_container_web_init = new Vue({ el: '#vue_ergebnis_container_web_init', components: Praesentation.Vue.ladeKomponenten([ 'menu_wahlen', 'web_init' ]) }) }); }); </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10