minor fixes

dumped database
This commit is contained in:
Naeltard 2015-10-24 14:49:59 +02:00
parent de74d2f1df
commit a0f724e7cd
12 changed files with 365 additions and 129 deletions

View File

@ -27,7 +27,7 @@ class stats_bilance_choice {
$vars['choices_user_ID_per_bt_con'] = bars::bilance_choice_user_bt('2');
$vars['choices_user_ID_per_bt_ent'] = bars::bilance_choice_user_bt('3');
$vars['analysis_help_bt_by_vote'] = \SYSTEM\PAGE\text::get('analysis_help_bt_by_vote');
$vars['$analysis_math_bt_by_vote'] = \SYSTEM\PAGE\text::get('$analysis_math_bt_by_vote');
$vars['analysis_math_bt_by_vote'] = \SYSTEM\PAGE\text::get('analysis_math_bt_by_vote');
$vars['frontend_logos'] = './api.php?call=files&cat=frontend_logos&id=';
return \SYSTEM\PAGE\replace::replaceFile(SYSTEM\SERVERPATH(new PPAGE(),'user_main_analysis/tpl/tab_bilance_choice/tab_bilance_choice_user_bt.tpl'),$vars);
}

View File

@ -1,9 +1,16 @@
body {
padding-bottom: 40px;
}
btn_logout:hover{
#btn_logout:hover{
cursor: pointer;
}
.row {
padding: 0 !important;
margin: 0 !important;
margin-top: 10px !important;
margin-bottom: 10px !important;
}
/*.list {
border: 2px solid #ccc;
}*/

View File

@ -11,9 +11,10 @@
<div class="row">
<div style="col-md-12">
<span class="badge badge-success">${class_MATCH} matches</span>
<span class="badge badge-error">${class_MISSMATCH} missmatches</span>
<span class="badge">${match_percentage}%</span>
<span class="badge badge-success"><img src="${frontend_logos}icon_urn_pro.png"/>${class_MATCH} Übereinstimmungen</span>
<span class="badge badge-error"><img src="${frontend_logos}icon_urn_con.png"/>${class_MISSMATCH} Differenzen</span>
&nbsp;&nbsp;=&nbsp;&nbsp;
<span class="badge"><img width="20" src="${frontend_logos}icon_urn.png"/>&nbsp;&nbsp;${match_percentage}% Übereinstimmungsrate</span>
</div>
</div>

View File

@ -1,6 +1,6 @@
<div class="col-md-4">
<div class="row" style="padding: 0; margin: 0;">
<div class="col-md-4" style="padding: 0; margin: 0;">
<div class="row">
<div class="panel-group" id="poll_3">
<div class="panel panel-default panel-info">
<div class="panel-heading">

View File

@ -41,7 +41,7 @@ class user_main_poll extends SYSTEM\PAGE\Page {
$var['disclaimer'] = 'Keine differenzierten Ergebnisse für den Bundestag verfügbar';
$var['choice'] = switchers::tablerow_class($info['bt_choice']);
$var['choice_full'] = switchers::tablerow_class($info['bt_choice']);
if ($var['choice_full'] == ''){
if ($var['choice_full'] == 'open'){
$var['choice_full'] = 'noch nicht';
}
return SYSTEM\PAGE\replace::replaceFile(SYSTEM\SERVERPATH(new PPAGE(),'user_main_poll/tpl/table_bt_choice.tpl'), $var);

View File

@ -0,0 +1,7 @@
CREATE TABLE `uvote_votes_tag` (
`poll_ID` INT(10) NULL DEFAULT NULL,
`tag` CHAR(50) NULL DEFAULT NULL,
`group` INT(11) NULL DEFAULT NULL
)
COLLATE='utf8_general_ci'
ENGINE=InnoDB;

View File

@ -1 +1,12 @@
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES (100, 0, 2, 11, 'vote', 'poll_ID', 'UINT');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES (101, 0, 2, 11, 'vote', 'vote', 'UINT');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES (103, 0, 2, 10, 'load_tab', 'cat', 'ALL');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES (102, 0, 2, 10, 'load_tab', 'set', 'ALL');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES (111, 0, 2, 10, 'load_list', 'time', 'ALL');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES (110, 0, 2, 10, 'load_list', 'filter', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES (106, 0, 2, 11, 'vote_sub', 'vote', 'UINT');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES (113, 0, 2, 10, 'load_list_text_search', 'text', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES (12, 0, 0, 10, NULL, 'party', NULL);
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES (105, 0, 2, 11, 'vote_sub', 'poll_ID', 'UINT');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES (130, 1, 2, 1, 'user_main_poll', 'poll_ID', 'UINT');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES (104, 1, 2, 1, 'user_main_poll_sub', 'poll_ID', 'ALL');

View File

@ -1,3 +1,11 @@
INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (10, 1, 'user_list', 'start', -1, 0, 0, '#user_list', './?page=user_list', 'init_user_list', 'user_list');
INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (11, 1, 'user_main', 'start', -1, 0, 0, '#user_main', './?page=user_main', 'init_user_main', 'user_main');
INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (25, 1, 'poll', 'start', 11, 0, 1, '#tab_main', './?page=user_main_poll&poll_ID=${poll}', 'init_poll', 'user_main_poll');
INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (11, 1, 'user_main', 'start', -1, 0, 0, '#user_main', './?page=user_main_start', 'init_user_main_start', 'user_main_start');
INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (20, 1, 'list', 'list', -1, 1, 0, '#user_main', './?page=user_main_votelist', 'init_user_main_votelist', 'user_main_votelist');
INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (21, 1, 'analysis', 'analysis', -1, 1, 0, '#user_main', './?page=user_main_analysis', 'init_user_main_analysis', 'user_main_analysis');
INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (22, 1, 'my', 'start', 11, 1, 1, '#user_main', './?page=user_main_options', 'init_user_main_options', 'user_main_options');
INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (23, 1, 'start', 'start', 11, 0, 1, '#user_main', './?page=user_main_start', 'init_user_main_start', 'user_main_start');
INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (25, 1, 'poll', 'start', 11, 0, 1, '#user_main', './?page=user_main_poll&poll_ID=${poll}', 'init_user_main_poll', 'user_main_poll');
INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (26, 1, 'imp', 'start', 11, 0, 1, '#user_main', './?page=user_main_impressum', 'init_user_main_impressum', 'user_main_impressum');
INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (27, 1, 'news', 'start', 11, 0, 1, '#loggedout_text', './?page=user_main_loggedout_news', '', '');
INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (28, 1, 'start', 'start', 11, 0, 1, '#loggedout_text', './?page=user_main_loggedout_start', '', '');
INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (29, 1, 'register', 'start', 11, 0, 1, '#user_main', './?page=default_register', '', '');
INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (30, 1, 'poll_sub', 'start', 11, 0, 1, '#user_main', './?page=user_main_poll_sub&poll_ID=${poll}', 'init_user_main_poll_sub', 'user_main_poll_sub');

View File

@ -1,129 +1,203 @@
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('ari_mail', 'deDE', 'z.B.: a.thoteles@polis.ath', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('ari_mail', 'enUS', 'a.thoteles@polis.ath', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('ari_name', 'deDE', 'z.B.: ari_384', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('ari_name', 'enUS', 'ari_384', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('ari_pass', 'deDE', 'CCCLXXXIV-MMXIV', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('ari_pass', 'enUS', 'CCCLXXXIV-MMXIV', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('birthyear', 'deDE', 'Dein Geburtsjahr', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('bulletin_bars_title', 'deDE', 'Abstimmungsergebnisse', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('bulletin_party_choice_title', 'deDE', 'Entscheidung nach&nbsp;Fraktionen', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('children', 'deDE', 'Hast du Kinder?', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('fade', 'deDE', '&Uuml;berblick', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('female', 'deDE', 'weiblich', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('gender', 'deDE', 'Dein Geschlecht', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('impressum_1', 'deDE', '1. Inhalt des Onlineangebotes&nbsp;<br />Der Autor &uuml;bernimmt keinerlei Gew&auml;hr f&uuml;r die Aktualit&auml;t, Korrektheit, Vollst&auml;ndigkeit oder Qualit&auml;t der bereitgestellten Informationen. Haftungsanspr&uuml;che gegen den Autor, welche sich auf Sch&auml;den materieller oder ideeller Art beziehen, die durch die Nutzung oder Nichtnutzung der dargebotenen Informationen bzw. durch die Nutzung fehlerhafter und unvollst&auml;ndiger Informationen verursacht wurden, sind grunds&auml;tzlich ausgeschlossen, sofern seitens des Autors kein nachweislich vors&auml;tzliches oder grob fahrl&auml;ssiges Verschulden vorliegt.&nbsp;<br />Alle Angebote sind freibleibend und unverbindlich. Der Autor beh&auml;lt es sich ausdr&auml;cklich vor, Teile der Seiten oder das gesamte Angebot ohne gesonderte Ank&auml;ndigung zu ver&auml;ndern, zu erg&auml;nzen, zu l&ouml;schen oder die Ver&ouml;ffentlichung zeitweise oder endg&uuml;ltig einzustellen.<br /><br /><br />', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('impressum_2', 'deDE', '2. Verweise und Links&nbsp;<br />Bei direkten oder indirekten Verweisen auf fremde Webseiten (Hyperlinks), die au&szlig;erhalb des Verantwortungsbereiches des Autors liegen, w&uuml;rde eine Haftungsverpflichtung ausschlie&szlig;lich in dem Fall in Kraft treten, in dem der Autor von den Inhalten Kenntnis hat und es ihm technisch m&ouml;glich und zumutbar w&auml;re, die Nutzung im Falle rechtswidriger Inhalte zu verhindern.&nbsp;<br />Der Autor erkl&auml;rt hiermit ausdr&uuml;cklich, dass zum Zeitpunkt der Linksetzung keine illegalen Inhalte auf den zu verlinkenden Seiten erkennbar waren. Auf die aktuelle und zuk&uuml;nftige Gestaltung, die Inhalte oder die Urheberschaft der verlinkten/verkn&uuml;pften Seiten hat der Autor keinerlei Einfluss. Deshalb distanziert er sich hiermit ausdr&uuml;cklich von allen Inhalten aller verlinkten /verkn&uuml;pften Seiten, die nach der Linksetzung ver&auml;ndert wurden. Diese Feststellung gilt f&uuml;r alle innerhalb des eigenen Internetangebotes gesetzten Links und Verweise sowie f&uuml;r Fremdeintr&auml;ge in vom Autor eingerichteten G&auml;steb&uuml;chern, Diskussionsforen, Linkverzeichnissen, Mailinglisten und in allen anderen Formen von Datenbanken, auf deren Inhalt externe Schreibzugriffe m&ouml;glich sind. F&uuml;r illegale, fehlerhafte oder unvollst&auml;ndige Inhalte und insbesondere f&uuml;r Sch&auml;den, die aus der Nutzung oder Nichtnutzung solcherart dargebotener Informationen entstehen, haftet allein der Anbieter der Seite, auf welche verwiesen wurde, nicht derjenige, der &uuml;ber Links auf die jeweilige Ver&ouml;ffentlichung lediglich verweist.<br /><br /><br />', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('impressum_3', 'deDE', '3. Urheber- und Kennzeichenrecht&nbsp;<br />Der Autor ist bestrebt, in allen Publikationen die Urheberrechte der verwendeten Grafiken, Tondokumente, Videosequenzen und Texte zu beachten, von ihm selbst erstellte Grafiken, Tondokumente, Videosequenzen und Texte zu nutzen oder auf lizenzfreie Grafiken, Tondokumente, Videosequenzen und Texte zur&uuml;ckzugreifen.&nbsp;<br />Alle innerhalb des Internetangebotes genannten und ggf. durch Dritte gesch&auml;tzten Marken- und Warenzeichen unterliegen uneingeschr&auml;nkt den Bestimmungen des jeweils g&uuml;ltigen Kennzeichenrechts und den Besitzrechten der jeweiligen eingetragenen Eigent&uuml;mer. Allein aufgrund der blo&szlig;en Nennung ist nicht der Schluss zu ziehen, dass Markenzeichen nicht durch Rechte Dritter gesch&uuml;tzt sind!&nbsp;<br />Das Copyright f&uuml;r ver&ouml;ffentlichte, vom Autor selbst erstellte Objekte bleibt allein beim Autor der Seiten. Eine Vervielf&auml;ltigung oder Verwendung solcher Grafiken, Tondokumente, Videosequenzen und Texte in anderen elektronischen oder gedruckten Publikationen ist ohne ausdr&uuml;ckliche Zustimmung des Autors nicht gestattet.<br /><br /><br />', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('impressum_4', 'deDE', '4. Datenschutz&nbsp;<br />Sofern innerhalb des Internetangebotes die M&ouml;glichkeit zur Eingabe pers&ouml;nlicher oder gesch&auml;ftlicher Daten (Emailadressen, Namen, Anschriften) besteht, so erfolgt die Preisgabe dieser Daten seitens des Nutzers auf ausdr&uuml;cklich freiwilliger Basis. Die Inanspruchnahme und Bezahlung aller angebotenen Dienste ist - soweit technisch m&ouml;glich und zumutbar - auch ohne Angabe solcher Daten bzw. unter Angabe anonymisierter Daten oder eines Pseudonyms gestattet. Die Nutzung der im Rahmen des Impressums oder vergleichbarer Angaben ver&ouml;ffentlichten Kontaktdaten wie Postanschriften, Telefon- und Faxnummern sowie Emailadressen durch Dritte zur &Uuml;bersendung von nicht ausdr&uuml;cklich angeforderten Informationen ist nicht gestattet. Rechtliche Schritte gegen die Versender von sogenannten Spam-Mails bei Verst&ouml;ssen gegen dieses Verbot sind ausdr&uuml;cklich vorbehalten.<br /><br /><br />', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('impressum_5', 'deDE', '5. Rechtswirksamkeit dieses Haftungsausschlusses&nbsp;<br />Dieser Haftungsausschluss ist als Teil des Internetangebotes zu betrachten, von dem aus auf diese Seite verwiesen wurde. Sofern Teile oder einzelne Formulierungen dieses Textes der geltenden Rechtslage nicht, nicht mehr oder nicht vollst&auml;ndig entsprechen sollten, bleiben die &uuml;brigen Teile des Dokumentes in ihrem Inhalt und ihrer G&uuml;ltigkeit davon unber&uuml;hrt.<br /><br /><br />', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('impressum_header', 'deDE', 'Webcraft Media G.b.R.<br />Ansprechpartner<br />Tobias Rechel<br />Bahnhofstra&szlig;e 59&nbsp;<br />69115 Heidelberg&nbsp;<br />t.rechel@gmx.de<br /><a class="link" href="http://www.da-sense.de/" target="_blank"><br /></a>', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('locale', 'deDE', 'Sprache', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('locale', 'enUS', 'language', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('location', 'deDE', 'Dein Bundesland', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('login', 'deDE', 'Einloggen', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('login', 'enUS', 'login', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('mail_format_wrong', 'deDE', 'Keine valide E-Mail Addresse', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('mail_format_wrong', 'enUS', 'no valid e-mail address', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('male', 'deDE', 'm&auml;nnlich', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('myvote_bodytext', 'deDE', 'An dieser Stelle habt ihr die M&ouml;glichkeit, an der Qualit&auml;t von <br /><strong>uVote&nbsp;</strong>mitzuwirken. <br /><br />\n<div>Diese zus&auml;tzlichen Daten erm&ouml;glichen uns eine genauere<br />Analyse der Abstimmungen, <br />und verbessern damit die Qualit&auml;t unserer Ergebnisse.<br /><br />Die Angabe von pers&ouml;hnlichen Daten erfolgt gem&auml;&szlig; unserer<br />Datenschutzbestimmung freiwillig. <br />Einmal angegebene Daten k&ouml;nnen jederzeit &uuml;ber die Eingabemaske <br />widerrufen werden.</div>', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('no', 'deDE', 'Nein', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('none', 'deDE', 'keins von beidem', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('no_data', 'deDE', 'keine Angabe', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('openvote_help_text', 'deDE', 'Hier kannst du zum&nbsp;', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('openvote_help_text1', 'deDE', '&nbsp;abstimmen.&nbsp;<br />Statistiken, Daten und Abstimmungsergebnisse werden dir angezeigt,<br />sobald du das erste mal deine Stimme abgegeben hast.', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('register', 'deDE', 'Registrieren', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('register', 'enUS', 'Account create', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('register_email_required', 'deDE', 'Bitte E-Mail Addresse angeben', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('register_email_required', 'enUS', 'e-mail address required', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('register_password_dont_match', 'deDE', 'Passw&ouml;rter stimmen nicht &uuml;berein', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('register_password_dont_match', 'enUS', 'passwords don\'t match', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('register_password_required', 'deDE', 'Passwort ben&ouml;tigt', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('register_password_required', 'enUS', 'password required', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('register_password_too_short', 'deDE', 'Das Passwort ist zu kurz', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('register_password_too_short', 'enUS', 'password too short', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('register_user_name_required', 'deDE', 'Benutzernamen angeben', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('register_user_name_required', 'enUS', 'username required', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('register_user_name_too_long', 'deDE', 'Benutzername ist zu lang', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('register_user_name_too_long', 'enUS', 'username too long', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('register_user_name_too_short', 'deDE', 'Der Benutzername ist zu kurz', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('register_user_name_too_short', 'enUS', 'username too short', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('register_user_password_too_long', 'deDE', 'Passwort ist zu lang', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('register_user_password_too_long', 'enUS', 'password too long', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('submit', 'deDE', 'Absenden', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('urvote_bars_user', 'deDE', '<strong>uVote</strong>', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('urvote_body_text', 'deDE', 'An dieser Stelle findest du deinen pers&ouml;hnlichen politischen Kompass.<br />Hier kannst du deine Meinung mit der aktuellen Politik vergleichen,&nbsp;analysieren und bewerten.<br /><br />Schwimmst du gegen den Strom? Vertreten die Parlamentarier deine Meinung?<br />Finde es hier heraus<br /><br />', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('urvote_party_table_desc', 'deDE', 'Ergebnis, aufgeschl&uuml;sselt nach Fraktionen', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('urVote_title', 'deDE', 'Hier findest du die Analyse deiner pers&ouml;hnlichen Daten', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('urVote_title', 'enUS', 'Test', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('urVote_user_party_compare', 'deDE', 'Gesamt&uuml;bereinstimmung mit&nbsp;den Bundestagsfraktionen <br><font size="0.8em"><i>(auf %-Zahlen klicken fuer Details)</i></font>', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('user_email_login', 'deDE', 'E-Mail', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('user_email_login', 'enUS', 'e-Mail', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('user_email_register', 'deDE', 'E-Mail', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('user_email_register', 'enUS', 'e-mail', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('user_name_login', 'deDE', 'Benutzername', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('user_name_login', 'enUS', 'username', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('user_name_register', 'deDE', 'Dein Benutzername', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('user_name_register', 'enUS', 'username', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('user_password_login', 'deDE', 'Passwort', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('user_password_login', 'enUS', 'password', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('user_password_register', 'deDE', 'Passwort', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('user_password_register', 'enUS', 'password', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('user_password_register_repeat', 'deDE', 'Passwort wiederholen', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('user_password_register_repeat', 'enUS', 'repeat password', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('uVote_overall_votes_title', 'deDE', '<div style="text-align: left;">Insgesamt</div>\n<div style="text-align: left;">abgegebene Stimmen</div>', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('welcome_text', 'deDE', '<strong>Willkommen auf uVote</strong>.<br /><br />Zurzeit befinden wir uns in der "pr&auml;-Beta" Phase. <br />Das heisst, dass einige Funktionen im Moment noch nicht vollst&auml;ndig funktionieren, <br />bzw. sogar noch nicht implementiert sind. <br /><br />Um so wichtiger ist es, dass ihr uns durch Feedback helft die Seite intuitiv und einfach zu gestalten, <br />Fehler zu finden und zu beheben, und ganz generell die erhobenen Daten unseren Nutzern <br />m&ouml;glichst einfach wiedergeben zu k&ouml;nnen. <br /><br />Daher freuen wir uns &uuml;ber jede auch noch so kleine Anregung und hoffen, <br />dass euch <strong>uVote</strong> in Zukunft als politischer Kompass gute Dienste leisten kann.<br /><br />', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('yes', 'deDE', 'Ja', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('welcome_text_loggedin', 'deDE', '<div style="text-align: justify;" data-mce-style="text-align: justify;">und willkommen in der Beta.&nbsp;<br><br></div><div style="text-align: justify;" data-mce-style="text-align: justify;">Wo stehst du politisch? Passen die Entscheidungen deiner Fraktionen dazu? Und was genau arbeiten die Abgeordneten im Bundestag eigentlich?&nbsp;<br><br></div><div style="text-align: justify;" data-mce-style="text-align: justify;">Das alles, und viel mehr erfährst du hier.</div>', 13, 13, '2015-10-16 13:20:03', '2015-10-16 13:20:03');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('welcome_text', 'deDE', '<h3>Über das Projekt</h3><hr><h4>was kann uvote?</h4>uvote.eu misst die Arbeit des Bundestags und dessen Fraktionen und ermöglicht dir den Vergleich mit deiner eigenen politischen Agenda.&nbsp;<br><h4>wie funktioniert das?</h4>Die Auswertung deiner Daten&nbsp;liefert objektive Messwerte der Übereinstimmung deiner politischen Meinung mit den Entscheidungen des Bundestags und der Parteien.<br><h4>wo ist der Vorteil?</h4>Anstatt die Parteien an ihren Programmen oder Aussagen zu messen, basieren die Daten von uvote.eu auf den tatsächlich getroffenen Entscheidungen. Mit uvote hast&nbsp;du ohne selbst Aufwand zu betreiben das reale Verhalten deiner Vertreter im Blick, und den schnellen Vergleich mit deiner eigenen Meinung an der Hand.', 0, 13, '2015-10-16 13:04:58', '2015-10-16 13:04:58');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('votelist_disclaimer', 'deDE', 'Hier findest du alle Gesetze und Anträge des Bundestags.&nbsp;', 13, 13, '2015-10-23 16:26:16', '2015-10-23 16:26:16');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('uVote_overall_votes_title', 'deDE', '<div style="text-align: left;">Insgesamt</div>\n<div style="text-align: left;">abgegebene Stimmen</div>', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('user_password_register_repeat', 'enUS', 'repeat password', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('user_password_register_repeat', 'deDE', 'Passwort wiederholen', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('user_password_register', 'enUS', 'password', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('user_password_register', 'deDE', 'Passwort', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('user_password_login', 'enUS', 'password', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('user_password_login', 'deDE', 'Passwort', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('user_name_register', 'enUS', 'username', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('user_name_register', 'deDE', 'Dein Benutzername', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('user_name_login', 'enUS', 'username', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('user_name_login', 'deDE', 'Benutzername', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('user_email_register', 'enUS', 'e-mail', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('user_email_register', 'deDE', 'E-Mail', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('user_email_login', 'enUS', 'e-Mail', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('user_email_login', 'deDE', 'E-Mail', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('urVote_user_party_compare', 'deDE', 'Gesamt&uuml;bereinstimmung mit&nbsp;den Bundestagsfraktionen <br><font size="0.8em"><i>(auf %-Zahlen klicken fuer Details)</i></font>', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('urVote_title', 'enUS', 'Test', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('urVote_title', 'deDE', 'Hier findest du die Analysetools von uvote', 0, 13, '2015-10-15 01:44:29', '2015-10-15 01:44:29');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('urvote_party_table_desc', 'deDE', 'Ergebnis, aufgeschl&uuml;sselt nach Fraktionen', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('urvote_info_info_3', 'deDE', '<div style="text-align: justify;" data-mce-style="text-align: justify;">gibt Einblick in den mathematischen Hintergrund der Berechnung.&nbsp;</div><div style="text-align: justify;" data-mce-style="text-align: justify;"><br></div>', 13, 13, '2015-10-15 01:42:25', '2015-10-15 01:42:25');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('urvote_info_info_2', 'deDE', '<p>erklärt die Zusammensetzung und Methode der Ausgabe.</p>', 13, 13, '2015-10-15 01:38:13', '2015-10-15 01:38:13');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('urvote_info_info_1', 'deDE', '<h4>info</h4><div style="text-align: justify;" data-mce-style="text-align: justify;">in der rechten Spalte befinden sich zu jeder Grafik zwei kurze Erläuterungen.<br><br></div>', 13, 13, '2015-10-15 01:42:47', '2015-10-15 01:42:47');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('urvote_body_text', 'deDE', '<h4>Die Auswertung der Daten</h4><div style="text-align: justify;" data-mce-style="text-align: justify;">Der Analysetab bietet dir viele Möglichkeiten dein Entscheidungsverhalten mit dem der Fraktionen des Bundestags, des Bundestags selbst oder der uvote.eu community zu vergleichen.<br><br></div><div style="text-align: justify;" data-mce-style="text-align: justify;">Die Auswertung beinhaltet sowohl bilanzierte als auch prozedurale darstellung. Der <strong>erste</strong> Abschnitt befasst sich mit den Übereinstimmung deiner Daten. Im <strong>zweiten</strong> Abschnitt werden die Daten aus der Gesamtperspektive der uvote community beleuchtet. Der <strong>dritte</strong> Abschnitt fasst die Daten aus der Perspektive des Bundestags ins Auge.<br><br>Die wichtigsten tabs&nbsp;zur Analyse der eigenen Position finden sich unter "<strong>Gesamtsituation</strong>" &amp; "<strong>Bilanz: Fraktionen</strong>".</div><br>', 0, 13, '2015-10-24 14:14:10', '2015-10-24 14:14:10');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('urvote_bars_user', 'deDE', '<strong>uVote</strong>', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('submit', 'deDE', 'Absenden', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('register', 'enUS', 'Account create', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('register', 'deDE', 'Registrieren', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('openvote_help_text1', 'deDE', '&nbsp;abstimmen.&nbsp;<br />Statistiken, Daten und Abstimmungsergebnisse werden dir angezeigt,<br />sobald du das erste mal deine Stimme abgegeben hast.', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('openvote_help_text', 'deDE', 'Hier kannst du zum&nbsp;', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('no_data', 'deDE', 'keine Angabe', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('none', 'deDE', 'keins von beidem', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('no', 'deDE', 'Nein', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('myvote_bodytext', 'deDE', 'An dieser Stelle habt ihr die M&ouml;glichkeit, an der Qualit&auml;t von <br /><strong>uVote&nbsp;</strong>mitzuwirken. <br /><br />\n<div>Diese zus&auml;tzlichen Daten erm&ouml;glichen uns eine genauere<br />Analyse der Abstimmungen, <br />und verbessern damit die Qualit&auml;t unserer Ergebnisse.<br /><br />Die Angabe von pers&ouml;hnlichen Daten erfolgt gem&auml;&szlig; unserer<br />Datenschutzbestimmung freiwillig. <br />Einmal angegebene Daten k&ouml;nnen jederzeit &uuml;ber die Eingabemaske <br />widerrufen werden.</div>', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('male', 'deDE', 'm&auml;nnlich', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('mail_format_wrong', 'enUS', 'no valid e-mail address', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('mail_format_wrong', 'deDE', 'Keine valide E-Mail Addresse', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('login', 'enUS', 'login', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('login', 'deDE', 'Einloggen', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('location', 'deDE', 'Dein Bundesland', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('locale', 'enUS', 'language', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('locale', 'deDE', 'Sprache', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('impressum_header', 'deDE', 'Webcraft Media G.b.R.<br />Ansprechpartner<br />Tobias Rechel<br />Bahnhofstra&szlig;e 59&nbsp;<br />69115 Heidelberg&nbsp;<br />t.rechel@gmx.de<br /><a class="link" href="http://www.da-sense.de/" target="_blank"><br /></a>', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('impressum_5', 'deDE', '5. Rechtswirksamkeit dieses Haftungsausschlusses&nbsp;<br />Dieser Haftungsausschluss ist als Teil des Internetangebotes zu betrachten, von dem aus auf diese Seite verwiesen wurde. Sofern Teile oder einzelne Formulierungen dieses Textes der geltenden Rechtslage nicht, nicht mehr oder nicht vollst&auml;ndig entsprechen sollten, bleiben die &uuml;brigen Teile des Dokumentes in ihrem Inhalt und ihrer G&uuml;ltigkeit davon unber&uuml;hrt.<br /><br /><br />', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('impressum_4', 'deDE', '4. Datenschutz&nbsp;<br />Sofern innerhalb des Internetangebotes die M&ouml;glichkeit zur Eingabe pers&ouml;nlicher oder gesch&auml;ftlicher Daten (Emailadressen, Namen, Anschriften) besteht, so erfolgt die Preisgabe dieser Daten seitens des Nutzers auf ausdr&uuml;cklich freiwilliger Basis. Die Inanspruchnahme und Bezahlung aller angebotenen Dienste ist - soweit technisch m&ouml;glich und zumutbar - auch ohne Angabe solcher Daten bzw. unter Angabe anonymisierter Daten oder eines Pseudonyms gestattet. Die Nutzung der im Rahmen des Impressums oder vergleichbarer Angaben ver&ouml;ffentlichten Kontaktdaten wie Postanschriften, Telefon- und Faxnummern sowie Emailadressen durch Dritte zur &Uuml;bersendung von nicht ausdr&uuml;cklich angeforderten Informationen ist nicht gestattet. Rechtliche Schritte gegen die Versender von sogenannten Spam-Mails bei Verst&ouml;ssen gegen dieses Verbot sind ausdr&uuml;cklich vorbehalten.<br /><br /><br />', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('impressum_3', 'deDE', '3. Urheber- und Kennzeichenrecht&nbsp;<br />Der Autor ist bestrebt, in allen Publikationen die Urheberrechte der verwendeten Grafiken, Tondokumente, Videosequenzen und Texte zu beachten, von ihm selbst erstellte Grafiken, Tondokumente, Videosequenzen und Texte zu nutzen oder auf lizenzfreie Grafiken, Tondokumente, Videosequenzen und Texte zur&uuml;ckzugreifen.&nbsp;<br />Alle innerhalb des Internetangebotes genannten und ggf. durch Dritte gesch&auml;tzten Marken- und Warenzeichen unterliegen uneingeschr&auml;nkt den Bestimmungen des jeweils g&uuml;ltigen Kennzeichenrechts und den Besitzrechten der jeweiligen eingetragenen Eigent&uuml;mer. Allein aufgrund der blo&szlig;en Nennung ist nicht der Schluss zu ziehen, dass Markenzeichen nicht durch Rechte Dritter gesch&uuml;tzt sind!&nbsp;<br />Das Copyright f&uuml;r ver&ouml;ffentlichte, vom Autor selbst erstellte Objekte bleibt allein beim Autor der Seiten. Eine Vervielf&auml;ltigung oder Verwendung solcher Grafiken, Tondokumente, Videosequenzen und Texte in anderen elektronischen oder gedruckten Publikationen ist ohne ausdr&uuml;ckliche Zustimmung des Autors nicht gestattet.<br /><br /><br />', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('impressum_2', 'deDE', '2. Verweise und Links&nbsp;<br />Bei direkten oder indirekten Verweisen auf fremde Webseiten (Hyperlinks), die au&szlig;erhalb des Verantwortungsbereiches des Autors liegen, w&uuml;rde eine Haftungsverpflichtung ausschlie&szlig;lich in dem Fall in Kraft treten, in dem der Autor von den Inhalten Kenntnis hat und es ihm technisch m&ouml;glich und zumutbar w&auml;re, die Nutzung im Falle rechtswidriger Inhalte zu verhindern.&nbsp;<br />Der Autor erkl&auml;rt hiermit ausdr&uuml;cklich, dass zum Zeitpunkt der Linksetzung keine illegalen Inhalte auf den zu verlinkenden Seiten erkennbar waren. Auf die aktuelle und zuk&uuml;nftige Gestaltung, die Inhalte oder die Urheberschaft der verlinkten/verkn&uuml;pften Seiten hat der Autor keinerlei Einfluss. Deshalb distanziert er sich hiermit ausdr&uuml;cklich von allen Inhalten aller verlinkten /verkn&uuml;pften Seiten, die nach der Linksetzung ver&auml;ndert wurden. Diese Feststellung gilt f&uuml;r alle innerhalb des eigenen Internetangebotes gesetzten Links und Verweise sowie f&uuml;r Fremdeintr&auml;ge in vom Autor eingerichteten G&auml;steb&uuml;chern, Diskussionsforen, Linkverzeichnissen, Mailinglisten und in allen anderen Formen von Datenbanken, auf deren Inhalt externe Schreibzugriffe m&ouml;glich sind. F&uuml;r illegale, fehlerhafte oder unvollst&auml;ndige Inhalte und insbesondere f&uuml;r Sch&auml;den, die aus der Nutzung oder Nichtnutzung solcherart dargebotener Informationen entstehen, haftet allein der Anbieter der Seite, auf welche verwiesen wurde, nicht derjenige, der &uuml;ber Links auf die jeweilige Ver&ouml;ffentlichung lediglich verweist.<br /><br /><br />', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('impressum_1', 'deDE', '1. Inhalt des Onlineangebotes&nbsp;<br />Der Autor &uuml;bernimmt keinerlei Gew&auml;hr f&uuml;r die Aktualit&auml;t, Korrektheit, Vollst&auml;ndigkeit oder Qualit&auml;t der bereitgestellten Informationen. Haftungsanspr&uuml;che gegen den Autor, welche sich auf Sch&auml;den materieller oder ideeller Art beziehen, die durch die Nutzung oder Nichtnutzung der dargebotenen Informationen bzw. durch die Nutzung fehlerhafter und unvollst&auml;ndiger Informationen verursacht wurden, sind grunds&auml;tzlich ausgeschlossen, sofern seitens des Autors kein nachweislich vors&auml;tzliches oder grob fahrl&auml;ssiges Verschulden vorliegt.&nbsp;<br />Alle Angebote sind freibleibend und unverbindlich. Der Autor beh&auml;lt es sich ausdr&auml;cklich vor, Teile der Seiten oder das gesamte Angebot ohne gesonderte Ank&auml;ndigung zu ver&auml;ndern, zu erg&auml;nzen, zu l&ouml;schen oder die Ver&ouml;ffentlichung zeitweise oder endg&uuml;ltig einzustellen.<br /><br /><br />', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('gender', 'deDE', 'Dein Geschlecht', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('female', 'deDE', 'weiblich', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('fade', 'deDE', '&Uuml;berblick', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('children', 'deDE', 'Hast du Kinder?', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('bulletin_party_choice_title', 'deDE', 'Entscheidung nach&nbsp;Fraktionen', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('bulletin_bars_title', 'deDE', 'Abstimmungsergebnisse', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('birthyear', 'deDE', 'Dein Geburtsjahr', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('Beta-News-1', 'deDE', '<div style="text-align: justify;" data-mce-style="text-align: justify;"><h3 data-mce-style="text-align: justify;" style="text-align: justify;"><span style="padding: 5px; width: 100%; color: #ffffff; background-color: #006dcc;" data-mce-style="padding: 5px; width: 100%; color: #ffffff; background-color: #006dcc;">Beta-News #1</span></h3><hr><div style="text-align: justify;" data-mce-style="text-align: justify;"><span style="color: #333333;" data-mce-style="color: #333333;">Liebe uvote.eu user,</span></div><div style="text-align: justify;" data-mce-style="text-align: justify;"><span style="color: #333333;" data-mce-style="color: #333333;">zur Eröffnung der BETA-Phase fehlen nur noch einige kleine Details. Nachdem dieser Newsfeed implementiert wurde, und die Infotexte den Statistiken beiwohnen ist es nun noch ein kleiner Schritt bis zur Fertigstellung der "working BETA".</span></div><div style="text-align: justify;" data-mce-style="text-align: justify;">&nbsp;</div><div style="text-align: justify;" data-mce-style="text-align: justify;"><em><span style="background-color: #006dcc; color: #ffffff;" data-mce-style="background-color: #006dcc; color: #ffffff;">Was gibt es noch zu tun?</span><br></em></div><div style="text-align: justify;" data-mce-style="text-align: justify;"><span style="color: #333333;" data-mce-style="color: #333333;">Vor der endgültigen Veröffentlichung der BETA müssen noch einige kleine Schritte implementiert werden.</span><br><br><span style="color: #333333;" data-mce-style="color: #333333;">&nbsp;&nbsp; - Die Informationen die nicht-eingeloggten usern angezeigt werden, werden um ein wachsendes About erweitert.</span><br><span style="color: #333333;" data-mce-style="color: #333333;">&nbsp;&nbsp; - Der Tab "community-statistik" unter "Auswerten" wird weitere Angaben über das Stimmverhalten der community bekommen.</span><br><span style="color: #333333;" data-mce-style="color: #333333;">&nbsp;&nbsp; - Die Statistikausgabe wird erneut überprüft auf mathematische Korrektheit.</span><br><span style="color: #333333;" data-mce-style="color: #333333;">&nbsp; (- Ein Filtersystem für die Poll-Listen wird eingeführt)</span><br><br></div><div style="text-align: justify;" data-mce-style="text-align: justify;"><span style="background-color: #006dcc; color: #ffffff;" data-mce-style="background-color: #006dcc; color: #ffffff;"><em>Features die folgen</em></span></div><div style="text-align: justify;" data-mce-style="text-align: justify;"><span style="color: #333333;" data-mce-style="color: #333333;">Weitere Features die während der BETA implementiert werden sollen:</span><br><br><span style="color: #333333;" data-mce-style="color: #333333;">&nbsp;&nbsp; - Filtersystem (s.o.)</span><br><span style="color: #333333;" data-mce-style="color: #333333;">&nbsp;&nbsp; - comment/ diskursfunktion für einzelne Polls</span><br><span style="color: #333333;" data-mce-style="color: #333333;">&nbsp;&nbsp; - Statistik zu Zustimmungsraten mit uvote für einzelne Polls</span><br><span style="color: #333333;" data-mce-style="color: #333333;">&nbsp;&nbsp; - Verkapselung der Datensätze nach Legislaturperioden</span><br><br><br><span style="color: #333333;" data-mce-style="color: #333333;">Wir hoffen der Start der BETA wird ein gelungener Auftakt für die Revolution in der politischen Meinungsforschung und bürgerlichen Selbstoptimierung. Haltet die Augen nach Updates offen, weitere Informationen werden hier an dieser Stelle erscheinen. </span><br><br><span style="color: #333333;" data-mce-style="color: #333333;">Viel Spaß in der BETA und Danke für deine Mithilfe bei uvote.eu.</span><br><br><span style="color: #333333;" data-mce-style="color: #333333;">special thx an</span> <span style="background-color: #ffffff; color: #ff0000;" data-mce-style="background-color: #ffffff; color: #ff0000;">dorn</span>&nbsp;<span style="color: #333333;" data-mce-style="color: #333333;">&amp;</span> <span style="color: #ff0000;" data-mce-style="color: #ff0000;">billy<span style="color: #333333;" data-mce-style="color: #333333;">,</span></span><span style="color: #333333;" data-mce-style="color: #333333;"> die das alles möglich machen.</span></div></div>', 13, 13, '2015-10-16 13:09:30', '2015-10-16 13:09:30');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('ari_pass', 'enUS', 'CCCLXXXIV-MMXIV', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('ari_pass', 'deDE', 'CCCLXXXIV-MMXIV', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('ari_name', 'enUS', 'ari_384', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('ari_name', 'deDE', 'z.B.: ari_384', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('ari_mail', 'enUS', 'a.thoteles@polis.ath', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('ari_mail', 'deDE', 'z.B.: a.thoteles@polis.ath', 0, 0, '2015-05-23 09:44:14', '0000-00-00 00:00:00');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('analysis_math_user_to_party_overall', 'deDE', '<h5><em>Balkenbreite:</em></h5>Übereinstimmungen <br>/ <br><strong>teilgenommene</strong>-Abstimmungen <br>*100<br>', 13, 13, '2015-10-14 18:23:30', '2015-10-14 18:23:30');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('analysis_math_uservera_to_party_pro', 'deDE', '<h5><em>Balkenbreite</em>:</h5>Übereinstimmung(<strong>pro</strong>-Stimmen) <br>/ <br>[Übereinstimmung(<strong>pro</strong>-Stimmen) <br>+ <strong>pro</strong>-Stimmen-gesamt]<br>*100', 13, 13, '2015-10-24 13:24:29', '2015-10-24 13:24:29');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('analysis_math_party_donut', 'deDE', '<h5><em>Slice:</em></h5>[Übereinstimmung <br>/ <br><strong>teilgenommene</strong>-Abstimmungen] <br>/ <br>[Übereinstimmung <br>/<br><strong>teilgenommene</strong>-Abstimmungen]-<strong>gesamt<br></strong>*100<br>', 13, 13, '2015-10-14 18:29:49', '2015-10-14 18:29:49');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('analysis_math_overtime_party', 'deDE', '<h5><em>Werte der Graphen</em></h5>y = <br>[Übereinstimmungen-zeitpunkt(x) <br>+ Übereinstimmungen-zeitpunkt(0 bis x)] <br>/ <br>[Übereinstimmungen-Zeitpunkt(x) <br>+ Nicht-Übereinstimmungen-Zeitpunkt(x)] <br>+&nbsp;[Übereinstimmungen-Zeitpunkt(0 bis x) <br>+ Nicht-Übereinstimmungen-Zeitpunkt(0 bis x)] <br>* 100', 13, 13, '2015-10-14 18:24:08', '2015-10-14 18:24:08');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('analysis_math_overtime_bt', 'deDE', '<h5><em>Wert des Graphen</em></h5>y = <br>[Übereinstimmungen-zeitpunkt(x) <br>+ Übereinstimmungen-zeitpunkt(0 bis x)] <br>/ <br>[Übereinstimmungen-Zeitpunkt(x) <br>+ Nicht-Übereinstimmungen-Zeitpunkt(x)] <br>+&nbsp;[Übereinstimmungen-Zeitpunkt(0 bis x) <br>+ Nicht-Übereinstimmungen-Zeitpunkt(0 bis x)] <br>* 100', 13, 13, '2015-10-14 20:02:01', '2015-10-14 20:02:01');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('analysis_math_community_to_fr', 'deDE', '<h5><em>Balkenbreite:</em></h5>Übereinstimmungen <br>/ <br>Abstimmungen <br>*100', 13, 13, '2015-10-15 02:06:25', '2015-10-15 02:06:25');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('analysis_math_community', 'deDE', '<h5><em>Balkenbreite:</em></h5><strong>pro</strong>-Stimmen <br>/ <br>[<strong>pro</strong>-Stimmen + <strong>contra</strong>-Stimmen + Enthaltungen]<br>*100<br><h5><em>Total:&nbsp;</em></h5><strong>pro</strong>-Stimmen + <strong>contra</strong>-Stimmen + Enthaltungen', 13, 13, '2015-10-14 20:48:16', '2015-10-14 20:48:16');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('analysis_math_choices_bt', 'deDE', '<h5><em>Balkenbreite:</em></h5>Übereinstimmungen <br>/ <br>Abstimmungen <br>*100', 13, 13, '2015-10-24 14:07:25', '2015-10-24 14:07:25');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('analysis_math_bt_by_vote', 'deDE', '<h5><em>Balkenbreite pro</em>:</h5>Übereinstimmung(<strong>pro</strong>-Stimmen) <br>/ <br>[Übereinstimmung(<strong>pro</strong>-Stimmen) <br>+ <strong>pro</strong>-Stimmen-gesamt] <br>* 100<br><h5><em>Balkenbreite contra</em>:</h5>s.o.<br><h5><em>Balkenbreite Enthaltung</em>:</h5>s.o.<br>', 13, 13, '2015-10-24 13:24:19', '2015-10-24 13:24:19');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('analysis_math_bt_basic', 'deDE', '<h5><em>Balkenbreite:</em></h5><strong>pro</strong>-Stimmen <br>/ <br>[<strong>pro</strong>-Stimmen + <strong>contra</strong>-Stimmen + Enthaltungen]<br>*100<br><h5><em>Total:&nbsp;</em></h5><strong>pro</strong>-Stimmen + <strong>contra</strong>-Stimmen + Enthaltungen', 13, 13, '2015-10-23 17:32:16', '2015-10-23 17:32:16');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('analysis_math_bt', 'deDE', '<h5><em>Balkenbreite:</em> </h5>Übereinstimmungen <br>/ <br><strong>teilgenommene</strong>-Abstimmungen <br>*100<br data-mce-bogus="1">', 13, 13, '2015-10-14 18:38:27', '2015-10-14 18:38:27');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('analysis_math_basic_stats', 'deDE', '<h5><em>Balkenbreite:</em></h5><strong>pro</strong>-Stimmen <br>/ <br>[<strong>pro</strong>-Stimmen + <strong>contra</strong>-Stimmen + Enthaltungen]<br>*100<br><h5><em>Total:&nbsp;</em></h5><strong>pro</strong>-Stimmen <br>+ <strong>contra</strong>-Stimmen <br>+ Enthaltungen', 13, 13, '2015-10-14 20:49:09', '2015-10-14 20:49:09');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('analysis_math_basic votes', 'deDE', 'Balken 1.:<strong>&nbsp;</strong><br><strong>aktuelle-teilgenommene</strong>-Abstimmungen /&nbsp;<strong>aktuelle</strong>-Abstimmungen-<strong>gesamt<br><br></strong>Balken 2.:&nbsp;<strong><strong><br>teilgenommene</strong>-</strong>Abstimmungen<strong> /&nbsp;</strong>Abstimmungen<strong>-<strong>gesamt</strong><br></strong>', 13, 13, '2015-10-13 01:34:34', '2015-10-13 01:34:34');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('analysis_help_user_to_party_overall', 'deDE', '<div style="text-align: justify;" data-mce-style="text-align: justify;">Deine Übereinstimmungsrate mit den Bundestagsfraktionen. Hier kannst du ablesen wer am ehesten deinen Gesetzgebungspräferenzen entsprechend entscheidet.</div><br>Klick auf die ? um die genauen Übereinstimmungen zu sehen. Die Balken zeigen die Rate der Übereinstimmung deiner Entscheidungen mit den Entscheidungen der Bundestagsfraktionen.&nbsp;<br>', 13, 13, '2015-10-24 14:17:04', '2015-10-24 14:17:04');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('analysis_help_uservera_to_party_pro', 'deDE', 'Die Balken zeigen die Übereinstimmung deiner <strong>pro</strong>-Stimmen mit den <strong>pro</strong>-Stimmen der jeweiligen <strong>Bundestagsfraktion</strong>.', 13, 13, '2015-10-12 22:10:24', '2015-10-12 22:10:24');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('analysis_help_uservera_to_party_ent', 'deDE', 'Die Balken zeigen die Übereinstimmung deiner <strong>Enthaltungen</strong> mit den <strong>Enthaltungen</strong> der jeweiligen <strong>Bundestagsfraktion</strong>.', 13, 13, '2015-10-14 18:32:51', '2015-10-14 18:32:51');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('analysis_help_uservera_to_party_con', 'deDE', 'Die Balken zeigen die Übereinstimmung deiner <strong>contra</strong>-Stimmen mit den <strong>contra</strong>-Stimmen der jeweiligen <strong>Bundestagsfraktion</strong>.', 13, 13, '2015-10-14 18:31:56', '2015-10-14 18:31:56');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('analysis_help_party_donut', 'deDE', '<div style="text-align: justify;" data-mce-style="text-align: justify;">Der linke Donut setzt deine Übereinstimmung mit den Fraktionen im Bundestag ins Verhältnis. Er zeigt quasi "deinen" Bundestag. Der rechte Donut zeigt das gleiche&nbsp;Verhältnis zwischen Bundestag und der uvote.eu community. Der Donut in der Mitte repräsentiert die tatsächliche Sitzverteilung im deutschen Bundestag.</div>', 13, 13, '2015-10-23 17:33:23', '2015-10-23 17:33:23');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('analysis_help_overtime_party', 'deDE', '<div style="text-align: justify;" data-mce-style="text-align: justify;">Die Graphen zeigen die Übereinstimmung deines Stimmverhaltens mit dem der Bundestagsfraktionen über Zeit an. Der letzte Punktwert des Graphen markiert deine Bilanzstatistik mit der jeweiligen Fraktion (Siehe 1. Tab).<br><br>Eine Übereinstimmung leigt vor, wenn Du und die Fraktion zu einem Poll beide mit pro, bzw. contra, bzw. Enthaltung gestimmt habt. <br><br>Die Höhe des Graphen gibt das Verhältnis zwischen Übereinstimmungen und Nicht-Übereinstimmungen zum jeweiligen Zeitpunkt an. <br><br></div><div style="text-align: justify;" data-mce-style="text-align: justify;">Die zeitlichen Referenzpunkte für Übereinstimmung ergeben sich aus dem Zeitstempel der Abstimmung des Bundestages, <strong>nicht&nbsp;</strong>deiner Abstimmung. Eine Abstimmung über vergangene Polls erzeugen einen Datenpunkt mit dem Zeitwert des Gesetzes, <strong>nicht</strong> deiner Stimmabgabe.<br><br></div>', 13, 13, '2015-10-14 20:46:35', '2015-10-14 20:46:35');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('analysis_help_overtime_bt', 'deDE', 'Der Graph zeigt die Übereinstimmungsrate mit dem Bundestag über Zeit. Eine ausführliche Erklärung zur Zusammensetzung der Entwicklung findest du im Infotext zu <strong>Entwicklung: Fraktionen</strong>.', 13, 13, '2015-10-14 20:50:42', '2015-10-14 20:50:42');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('analysis_help_community_to_fr', 'deDE', 'Die Balken zeigen die Rate der Übereinstimmung der community Mehrheit&nbsp;mit den Entscheidungen der Bundestagsfraktionen. Darüber ob uvote pro oder contra gestimmt hat entscheidet die Mehrheit (50%+1).<br><br>? analog "Bilanz: Fraktionen" werden noch implementiert.', 13, 13, '2015-10-15 02:04:46', '2015-10-15 02:04:46');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('analysis_help_community', 'deDE', 'Die Balken zeigen alle abgegebenen Stimmen der Nutzer auf uvote.eu an.&nbsp;Der <strong>absolute</strong> Wert ist auf dem Balken vermerkt, die Balkenlänge setzt die Stimmen ins <strong>Verhältnis</strong>.', 13, 13, '2015-10-14 20:03:36', '2015-10-14 20:03:36');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('analysis_help_choices_bt', 'deDE', '<div style="text-align: justify;" data-mce-style="text-align: justify;">Die Balken zeigen die Übereinstimmung des Stimmverhaltens der Fraktionen mit den endgültigen Entscheidungen des Bundestags. <br>Je <strong>geringer</strong> die Übereinstimmung mit einer Fraktion ist, desto stärker agiert die Partei <strong>oppsositionär</strong>. <br>Umgekehrt zeigt&nbsp;ein <strong>hoher</strong> Grad an Übereinstimmung dass die jeweilige Fraktion <strong>hinter den</strong> gefassten Beschlüssen des Hauses <strong>steht</strong>.</div>', 13, 13, '2015-10-24 14:03:47', '2015-10-24 14:03:47');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('analysis_help_bt_by_vote', 'deDE', '<div data-mce-style="text-align: justify;" style="text-align: justify;">Die Balken zeigen die Übereinstimmung deiner <strong>pro</strong>- und <strong>contra</strong>-Stimmen mit den Beschlüssen des Bundestages. Der theoretisch mögliche, aber <strong>praktisch irrelevante</strong> Fall einer Enthaltung des Bundestages und damit möglichen Übereinstimmung bei einer Enthaltung ist ebenfalls vorgesehen. </div>', 13, 13, '2015-10-14 18:54:57', '2015-10-14 18:54:57');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('analysis_help_bt_basic', 'deDE', '<div style="text-align: justify;" data-mce-style="text-align: justify;">Die Balken zeigen alle Beschlüsse des Bundestags&nbsp;an.&nbsp;Der <strong>absolute</strong> Wert ist auf dem Balken vermerkt, die Balkenlänge setzt die Entscheidungen&nbsp;ins <strong>Verhältnis</strong>.</div>', 13, 13, '2015-10-17 04:34:04', '2015-10-17 04:34:04');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('analysis_help_bt', 'deDE', '<div style="text-align: justify;" data-mce-style="text-align: justify;">Der Balken zeigt die Rate<strong>&nbsp;</strong>der Übereinstimmung deines Stimmverhaltens mit den Beschlüssen den Bundestages.&nbsp;</div>', 13, 13, '2015-10-24 14:18:23', '2015-10-24 14:18:23');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('analysis_help_basic_votes', 'deDE', 'Abstimmungen haben einen festgesetzten Zeitraum in dem sie als aktuell&nbsp;markiert sind.&nbsp;In diesem Zeitraum stellen sie aktive Verhandlungspapiere des Bundestags dar. Der Balken zeigt deine Abstimmungsquote bei den aktuellen Abstimmungen.<br>', 13, 13, '2015-10-13 01:17:46', '2015-10-13 01:17:46');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('analysis_help_basic_stats', 'deDE', 'Die Balken zeigen deine abgegebenen Stimmen an.&nbsp;Der <strong>absolute</strong> Wert ist auf dem Balken vermerkt, die Balkenlänge setzt die Stimmen ins <strong>Verhältnis</strong>.<br><br>', 13, 13, '2015-10-14 20:03:57', '2015-10-14 20:03:57');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('ari_pass', 'uvote');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('urvote_party_table_desc', 'uvote');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('urVote_user_party_compare', 'uvote');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('yes', 'uvote');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('no_data', 'uvote');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('openvote_help_text', 'uvote');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('urvote_body_text', 'uvote');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('openvote_help_text1', 'uvote');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('urvote_bars_user', 'uvote');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('urvote_user_party_compare_sub', 'uvote');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('ari_name', 'uvote');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('uVote_overall_votes_title', 'uvote');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('welcome_text', 'uvote');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('urVote_title', 'uvote');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('impressum_3', 'uvote');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('impressum_5', 'uvote');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('impressum_4', 'uvote');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('analysis_help_basic_stats', 'domestic');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('ari_mail', 'uvote');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('impressum_2', 'uvote');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('ari_name', 'uvote');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('ari_pass', 'uvote');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('birthyear', 'uvote');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('bulletin_bars_title', 'uvote');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('bulletin_party_choice_title', 'uvote');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('impressum_1', 'uvote');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('gender', 'uvote');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('female', 'uvote');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('fade', 'uvote');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('children', 'uvote');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('submit', 'uvote');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('fade', 'uvote');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('female', 'uvote');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('gender', 'uvote');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('impressum_1', 'uvote');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('impressum_2', 'uvote');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('impressum_3', 'uvote');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('impressum_4', 'uvote');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('impressum_5', 'uvote');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('impressum_header', 'uvote');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('locale', 'uvote_register');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('location', 'uvote');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('login', 'uvote_register');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('mail_format_wrong', 'uvote_register');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('male', 'uvote');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('myvote_bodytext', 'uvote');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('no', 'uvote');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('male', 'uvote');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('birthyear', 'uvote');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('location', 'uvote');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('none', 'uvote');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('bulletin_bars_title', 'uvote');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('impressum_header', 'uvote');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('user_password_register', 'uvote_register');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('locale', 'uvote_register');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('no_data', 'uvote');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('openvote_help_text', 'uvote');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('openvote_help_text1', 'uvote');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('submit', 'uvote');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('urvote_bars_user', 'uvote');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('urvote_body_text', 'uvote');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('urvote_info_info_1', 'uvote');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('urvote_info_info_2', 'uvote');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('urvote_info_info_3', 'uvote');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('urvote_party_table_desc', 'uvote');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('urVote_title', 'uvote');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('urVote_user_party_compare', 'uvote');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('urvote_user_party_compare_sub', 'uvote');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('user_email_login', 'uvote_register');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('user_email_register', 'uvote_register');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('user_name_login', 'uvote_register');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('user_password_register_repeat', 'uvote_register');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('user_password_login', 'uvote_register');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('user_name_register', 'uvote_register');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('register_user_password_too_long', 'uvote_register');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('login', 'uvote_register');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('register', 'uvote_register');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('register_email_required', 'uvote_register');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('register_password_dont_match', 'uvote_register');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('register_password_required', 'uvote_register');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('register_password_too_short', 'uvote_register');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('register_user_name_required', 'uvote_register');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('register_user_name_too_long', 'uvote_register');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('register_user_name_too_short', 'uvote_register');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('mail_format_wrong', 'uvote_register');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('user_email_login', 'uvote_register');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('user_password_login', 'uvote_register');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('user_password_register', 'uvote_register');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('user_password_register_repeat', 'uvote_register');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('uVote_overall_votes_title', 'uvote');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('votelist_disclaimer', 'uvote');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('welcome_text', 'uvote');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('welcome_text_loggedin', 'uvote');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('yes', 'uvote');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('analysis_help_basic_stats', 'domestic');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('analysis_help_basic_stats', 'help');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('analysis_help_basic_votes', 'help');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('analysis_help_basic_votes', 'tags');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('analysis_help_bt', 'domestic');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('analysis_help_bt', 'help');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('analysis_help_bt_basic', 'domestic');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('analysis_help_bt_basic', 'help');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('analysis_help_bt_by_vote', 'domestic');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('analysis_help_bt_by_vote', 'help');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('analysis_help_choices_bt', 'domestic');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('analysis_help_choices_bt', 'help');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('analysis_help_community', 'domestic');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('analysis_help_community', 'help');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('analysis_help_community_to_fr', 'domestic');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('analysis_help_community_to_fr', 'help');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('analysis_help_overtime_bt', 'domestic');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('analysis_help_overtime_bt', 'help');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('analysis_help_overtime_party', 'domestic');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('analysis_help_overtime_party', 'help');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('analysis_help_party_donut', 'domestic');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('analysis_help_party_donut', 'help');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('analysis_help_uservera_to_party_con', 'domestic');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('analysis_help_uservera_to_party_con', 'help');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('analysis_help_uservera_to_party_ent', 'domestic');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('analysis_help_uservera_to_party_ent', 'help');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('analysis_help_uservera_to_party_pro', 'help');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('analysis_help_user_to_party_overall', 'domestic');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('analysis_help_user_to_party_overall', 'help');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('analysis_help_user_to_party_overall', 'help&apos');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('analysis_help_user_to_party_overall', 'uvote');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('analysis_math_basic votes', 'domestic');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('analysis_math_basic votes', 'math');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('analysis_math_basic_stats', 'domestic');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('analysis_math_basic_stats', 'math');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('analysis_math_bt', 'domestic');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('analysis_math_bt', 'math');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('analysis_math_bt_basic', 'domestic');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('analysis_math_bt_basic', 'math');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('analysis_math_bt_by_vote', 'domestic');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('analysis_math_bt_by_vote', 'math');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('analysis_math_choices_bt', 'domestic');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('analysis_math_choices_bt', 'math');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('analysis_math_community', 'domestic');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('analysis_math_community', 'math');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('analysis_math_community_to_fr', 'domestic');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('analysis_math_community_to_fr', 'math');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('analysis_math_overtime_bt', 'domestic');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('analysis_math_overtime_bt', 'math');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('analysis_math_overtime_party', 'domestic');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('analysis_math_overtime_party', 'math');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('analysis_math_party_donut', 'domestic');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('analysis_math_party_donut', 'math');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('analysis_math_uservera_to_party_pro', 'domestic');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('analysis_math_uservera_to_party_pro', 'math');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('analysis_math_user_to_party_overall', 'domestic');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('analysis_math_user_to_party_overall', 'math');

View File

@ -0,0 +1,26 @@
INSERT INTO `uvote_votes` (`ID`, `group`, `title`, `p_fields`, `text`, `initiative`, `time_start`, `time_end`, `quick`, `iframe_link`, `bt_choice`) VALUES (32, 1, 'Asylverfahrensbeschleunigungsgesetz', 'Sozialpolitik', '', NULL, '2015-10-01', '2015-11-01', NULL, 'http://dip21.bundestag.de/dip21/btd/18/061/1806185.pdf', 1);
INSERT INTO `uvote_votes` (`ID`, `group`, `title`, `p_fields`, `text`, `initiative`, `time_start`, `time_end`, `quick`, `iframe_link`, `bt_choice`) VALUES (33, 1, 'Gesetz zur schnelleren Entlastung der Länder und Kommunen bei der Aufnahme und Unterbringung von Asylbewerbern', 'Sozialpolitik', '', NULL, '2015-10-01', '2015-11-01', NULL, 'http://dip21.bundestag.de/dip21/btd/18/061/1806172.pdf', NULL);
INSERT INTO `uvote_votes` (`ID`, `group`, `title`, `p_fields`, `text`, `initiative`, `time_start`, `time_end`, `quick`, `iframe_link`, `bt_choice`) VALUES (34, 1, 'Gesetz zur Verbesserung der Unterbringung, Versorgung und Betreuung ausländischer Kinder und Jugendlicher', 'Sozialpolitik', '', NULL, '2015-10-01', '2015-11-01', NULL, 'http://dip21.bundestag.de/dip21/btd/18/059/1805921.pdf', 1);
INSERT INTO `uvote_votes` (`ID`, `group`, `title`, `p_fields`, `text`, `initiative`, `time_start`, `time_end`, `quick`, `iframe_link`, `bt_choice`) VALUES (35, 1, 'Gesetz zu dem Protokoll von Nagoya vom 29. Oktober 2010 über den Zugang zu genetischen Ressourcen und die ausgewogene und gerechte Aufteilung der sich aus ihrer Nutzung ergebenden Vorteile zum Übereinkommen über die biologische Vielfalt', 'Gesellschaftspolitik', '', NULL, '2015-10-01', '2015-11-01', NULL, 'http://dip21.bundestag.de/dip21/btd/18/052/1805219.pdf', 1);
INSERT INTO `uvote_votes` (`ID`, `group`, `title`, `p_fields`, `text`, `initiative`, `time_start`, `time_end`, `quick`, `iframe_link`, `bt_choice`) VALUES (43, 1, 'Vierzehntes Gesetz zur Änderung des Atomgesetzes', 'Wirtschaftspolitik', '', NULL, '2015-10-01', '2015-11-01', NULL, 'http://dip21.bundestag.de/dip21/btd/18/058/1805865.pdf', 1);
INSERT INTO `uvote_votes` (`ID`, `group`, `title`, `p_fields`, `text`, `initiative`, `time_start`, `time_end`, `quick`, `iframe_link`, `bt_choice`) VALUES (44, 1, 'Gesetz zur Bereinigung des Rechts der Lebenspartner', 'Gesellschaftspolitik', '', NULL, '2015-10-01', '2015-11-01', NULL, 'http://dip21.bundestag.de/dip21/btd/18/059/1805901.pdf', NULL);
INSERT INTO `uvote_votes` (`ID`, `group`, `title`, `p_fields`, `text`, `initiative`, `time_start`, `time_end`, `quick`, `iframe_link`, `bt_choice`) VALUES (45, 1, 'Gesetz zur abschließenden Beendigung der verfassungswidrigen Diskriminierung eingetragener Lebenspartnerschaften ', 'Gesellschaftspolitik', '', NULL, '2015-10-01', '2015-11-01', NULL, 'http://dip21.bundestag.de/dip21/btd/18/030/1803031.pdf', NULL);
INSERT INTO `uvote_votes` (`ID`, `group`, `title`, `p_fields`, `text`, `initiative`, `time_start`, `time_end`, `quick`, `iframe_link`, `bt_choice`) VALUES (46, 1, 'Gesetz zur Bekämpfung der Korruption', 'Innenpolitik', '', NULL, '2015-10-01', '2015-11-01', NULL, 'http://dip21.bundestag.de/dip21/btd/18/043/1804350.pdf', NULL);
INSERT INTO `uvote_votes` (`ID`, `group`, `title`, `p_fields`, `text`, `initiative`, `time_start`, `time_end`, `quick`, `iframe_link`, `bt_choice`) VALUES (47, 1, 'Gesetz zur Änderung des Unterhaltsrechts und des Unterhaltsverfahrensrechts', 'Gesellschaftspolitik', '', NULL, '2015-10-01', '2015-11-01', NULL, 'http://dip21.bundestag.de/dip21/btd/18/059/1805918.pdf', NULL);
INSERT INTO `uvote_votes` (`ID`, `group`, `title`, `p_fields`, `text`, `initiative`, `time_start`, `time_end`, `quick`, `iframe_link`, `bt_choice`) VALUES (48, 1, 'Änderung des Energieverbrauchskennzeichnungsgesetzes', 'Wirtschaftspolitik', '', NULL, '2015-10-01', '2015-11-01', NULL, 'http://dip21.bundestag.de/dip21/btd/18/059/1805925.pdf', NULL);
INSERT INTO `uvote_votes` (`ID`, `group`, `title`, `p_fields`, `text`, `initiative`, `time_start`, `time_end`, `quick`, `iframe_link`, `bt_choice`) VALUES (49, 1, 'Änderung des Bundeszentralregistergesetzes', 'Innenpolitik', '', NULL, '2015-10-01', '2015-11-01', NULL, 'http://dip21.bundestag.de/dip21/btd/18/061/1806186.pdf', NULL);
INSERT INTO `uvote_votes` (`ID`, `group`, `title`, `p_fields`, `text`, `initiative`, `time_start`, `time_end`, `quick`, `iframe_link`, `bt_choice`) VALUES (50, 1, 'Gesetz zur Einführung einer Speicherpflicht und einer Höchstspeicherfrist für Verkehrsdaten ', 'Innenpolitik', '', NULL, '2015-10-01', '2015-11-01', NULL, 'http://dip21.bundestag.de/dip21/btd/18/051/1805171.pdf', NULL);
INSERT INTO `uvote_votes` (`ID`, `group`, `title`, `p_fields`, `text`, `initiative`, `time_start`, `time_end`, `quick`, `iframe_link`, `bt_choice`) VALUES (51, 1, 'Gesetz zur Verbesserung der Hospiz- und Palliativversorgung in Deutschland (HPG)', NULL, '', NULL, '2015-10-15', '2015-11-15', NULL, 'http://dip21.bundestag.de/dip21/btd/18/051/1805170.pdf', NULL);
INSERT INTO `uvote_votes` (`ID`, `group`, `title`, `p_fields`, `text`, `initiative`, `time_start`, `time_end`, `quick`, `iframe_link`, `bt_choice`) VALUES (52, 1, 'Gesetz über die Feststellung eines Zweiten Nachtrags zum Bundeshaushaltsplan für das Haushaltsjahr 2015 ', NULL, '', NULL, '2015-10-15', '2015-11-15', NULL, 'http://dip21.bundestag.de/dip21/btd/18/060/1806090.pdf', NULL);
INSERT INTO `uvote_votes` (`ID`, `group`, `title`, `p_fields`, `text`, `initiative`, `time_start`, `time_end`, `quick`, `iframe_link`, `bt_choice`) VALUES (53, 1, 'Gesetz zur Verlängerung der Befristung von Vorschriften nach den Terrorismusbekämpfungsgesetzen', NULL, '', NULL, '2015-10-15', '2015-11-15', NULL, 'http://dip21.bundestag.de/dip21/btd/18/059/1805924.pdf', NULL);
INSERT INTO `uvote_votes` (`ID`, `group`, `title`, `p_fields`, `text`, `initiative`, `time_start`, `time_end`, `quick`, `iframe_link`, `bt_choice`) VALUES (54, 1, 'Gesetz über die Einführung von Gruppenverfahren', NULL, '', NULL, '2015-10-15', '2015-11-15', NULL, 'http://dip21.bundestag.de/dip21/btd/18/014/1801464.pdf', NULL);
INSERT INTO `uvote_votes` (`ID`, `group`, `title`, `p_fields`, `text`, `initiative`, `time_start`, `time_end`, `quick`, `iframe_link`, `bt_choice`) VALUES (55, 1, ' Gesetz zur Reform der Strukturen der Krankenhausversorgung ', NULL, '', NULL, '2015-10-15', '2015-11-15', NULL, 'http://dip21.bundestag.de/dip21/btd/18/053/1805372.pdf', NULL);
INSERT INTO `uvote_votes` (`ID`, `group`, `title`, `p_fields`, `text`, `initiative`, `time_start`, `time_end`, `quick`, `iframe_link`, `bt_choice`) VALUES (56, 1, 'Gesetzes zur Aufhebung des Betreuungsgeldgesetzes', NULL, '', NULL, '2015-10-15', '2015-11-15', NULL, 'http://dip21.bundestag.de/dip21/btd/18/000/1800005.pdf', NULL);
INSERT INTO `uvote_votes` (`ID`, `group`, `title`, `p_fields`, `text`, `initiative`, `time_start`, `time_end`, `quick`, `iframe_link`, `bt_choice`) VALUES (57, 1, 'Zweites Gesetz zur Änderung agrarmarktrechtlicher Bestimmungen', NULL, '', NULL, '2015-10-15', '2015-11-15', NULL, 'http://dip21.bundestag.de/dip21/btd/18/061/1806160.pdf', NULL);
INSERT INTO `uvote_votes` (`ID`, `group`, `title`, `p_fields`, `text`, `initiative`, `time_start`, `time_end`, `quick`, `iframe_link`, `bt_choice`) VALUES (58, 1, 'Gesetz zu dem Übereinkommen vom 29. Juni 2015 zur Gründung der Asiatischen Infrastruktur-Investitionsbank', NULL, '', NULL, '2015-10-15', '2015-11-15', NULL, 'http://dip21.bundestag.de/dip21/btd/18/061/1806163.pdf', NULL);
INSERT INTO `uvote_votes` (`ID`, `group`, `title`, `p_fields`, `text`, `initiative`, `time_start`, `time_end`, `quick`, `iframe_link`, `bt_choice`) VALUES (59, 1, 'Gesetz über die Feststellung des Wirtschaftsplans des ERP-Sondervermögens für das Jahr 2016 ', NULL, '', NULL, '2015-10-15', '2015-11-15', NULL, 'http://dip21.bundestag.de/dip21/btd/18/061/1806159.pdf', NULL);
INSERT INTO `uvote_votes` (`ID`, `group`, `title`, `p_fields`, `text`, `initiative`, `time_start`, `time_end`, `quick`, `iframe_link`, `bt_choice`) VALUES (60, 1, 'Gesetz zur Auswahl und zum Anschluss von Telekommunikationsendgeräten', NULL, '', NULL, '2015-10-15', '2015-11-15', NULL, 'http://dip21.bundestag.de/dip21/btd/18/062/1806280.pdf', NULL);
INSERT INTO `uvote_votes` (`ID`, `group`, `title`, `p_fields`, `text`, `initiative`, `time_start`, `time_end`, `quick`, `iframe_link`, `bt_choice`) VALUES (61, 1, 'Gesetz zur Änderung des Gesetzes gegen den unlauteren Wettbewerb', NULL, '', NULL, '2015-10-15', '2015-11-15', NULL, 'http://dip21.bundestag.de/dip21/btd/18/045/1804535.pdf', NULL);
INSERT INTO `uvote_votes` (`ID`, `group`, `title`, `p_fields`, `text`, `initiative`, `time_start`, `time_end`, `quick`, `iframe_link`, `bt_choice`) VALUES (62, 1, 'Gesetz zur Neuorganisation der Zollverwaltung', NULL, '', NULL, '2015-10-15', '2015-11-15', NULL, 'http://dip21.bundestag.de/dip21/btd/18/052/1805294.pdf', NULL);
INSERT INTO `uvote_votes` (`ID`, `group`, `title`, `p_fields`, `text`, `initiative`, `time_start`, `time_end`, `quick`, `iframe_link`, `bt_choice`) VALUES (63, 1, 'Besoldungsänderungsgesetz (7. BesÄndG)', NULL, '', NULL, '2015-10-15', '2015-11-15', NULL, 'http://dip21.bundestag.de/dip21/btd/18/061/1806156.pdf', NULL);

View File

@ -0,0 +1,56 @@
INSERT INTO `uvote_votes_per_party` (`poll_ID`, `party`, `votes_pro`, `votes_contra`, `nr_attending`, `total`, `choice`, `bt_choice`) VALUES (32, 'cdu', 248, 0, 254, 255, 1, 0);
INSERT INTO `uvote_votes_per_party` (`poll_ID`, `party`, `votes_pro`, `votes_contra`, `nr_attending`, `total`, `choice`, `bt_choice`) VALUES (32, 'csu', 53, 0, 56, 56, 1, 0);
INSERT INTO `uvote_votes_per_party` (`poll_ID`, `party`, `votes_pro`, `votes_contra`, `nr_attending`, `total`, `choice`, `bt_choice`) VALUES (32, 'gruene', 1, 10, 59, 63, 2, 0);
INSERT INTO `uvote_votes_per_party` (`poll_ID`, `party`, `votes_pro`, `votes_contra`, `nr_attending`, `total`, `choice`, `bt_choice`) VALUES (32, 'linke', 0, 57, 57, 64, 2, 0);
INSERT INTO `uvote_votes_per_party` (`poll_ID`, `party`, `votes_pro`, `votes_contra`, `nr_attending`, `total`, `choice`, `bt_choice`) VALUES (32, 'spd', 173, 1, 182, 193, 1, 0);
INSERT INTO `uvote_votes_per_party` (`poll_ID`, `party`, `votes_pro`, `votes_contra`, `nr_attending`, `total`, `choice`, `bt_choice`) VALUES (34, 'cdu', 0, 0, 0, 0, 1, 0);
INSERT INTO `uvote_votes_per_party` (`poll_ID`, `party`, `votes_pro`, `votes_contra`, `nr_attending`, `total`, `choice`, `bt_choice`) VALUES (34, 'csu', 0, 0, 0, 0, 1, 0);
INSERT INTO `uvote_votes_per_party` (`poll_ID`, `party`, `votes_pro`, `votes_contra`, `nr_attending`, `total`, `choice`, `bt_choice`) VALUES (34, 'gruene', 0, 0, 0, 0, 3, 0);
INSERT INTO `uvote_votes_per_party` (`poll_ID`, `party`, `votes_pro`, `votes_contra`, `nr_attending`, `total`, `choice`, `bt_choice`) VALUES (34, 'linke', 0, 0, 0, 0, 2, 0);
INSERT INTO `uvote_votes_per_party` (`poll_ID`, `party`, `votes_pro`, `votes_contra`, `nr_attending`, `total`, `choice`, `bt_choice`) VALUES (34, 'spd', 0, 0, 0, 0, 1, 0);
INSERT INTO `uvote_votes_per_party` (`poll_ID`, `party`, `votes_pro`, `votes_contra`, `nr_attending`, `total`, `choice`, `bt_choice`) VALUES (35, 'linke', 0, 0, 0, 0, 1, 0);
INSERT INTO `uvote_votes_per_party` (`poll_ID`, `party`, `votes_pro`, `votes_contra`, `nr_attending`, `total`, `choice`, `bt_choice`) VALUES (35, 'gruene', 0, 0, 0, 0, 1, 0);
INSERT INTO `uvote_votes_per_party` (`poll_ID`, `party`, `votes_pro`, `votes_contra`, `nr_attending`, `total`, `choice`, `bt_choice`) VALUES (35, 'csu', 0, 0, 0, 0, 1, 0);
INSERT INTO `uvote_votes_per_party` (`poll_ID`, `party`, `votes_pro`, `votes_contra`, `nr_attending`, `total`, `choice`, `bt_choice`) VALUES (35, 'cdu', 0, 0, 0, 0, 1, 0);
INSERT INTO `uvote_votes_per_party` (`poll_ID`, `party`, `votes_pro`, `votes_contra`, `nr_attending`, `total`, `choice`, `bt_choice`) VALUES (35, 'spd', 0, 0, 0, 0, 1, 0);
INSERT INTO `uvote_votes_per_party` (`poll_ID`, `party`, `votes_pro`, `votes_contra`, `nr_attending`, `total`, `choice`, `bt_choice`) VALUES (43, 'cdu', 0, 0, 0, 0, 1, 0);
INSERT INTO `uvote_votes_per_party` (`poll_ID`, `party`, `votes_pro`, `votes_contra`, `nr_attending`, `total`, `choice`, `bt_choice`) VALUES (43, 'csu', 0, 0, 0, 0, 1, 0);
INSERT INTO `uvote_votes_per_party` (`poll_ID`, `party`, `votes_pro`, `votes_contra`, `nr_attending`, `total`, `choice`, `bt_choice`) VALUES (43, 'gruene', 0, 0, 0, 0, 1, 0);
INSERT INTO `uvote_votes_per_party` (`poll_ID`, `party`, `votes_pro`, `votes_contra`, `nr_attending`, `total`, `choice`, `bt_choice`) VALUES (43, 'linke', 0, 0, 0, 0, 3, 0);
INSERT INTO `uvote_votes_per_party` (`poll_ID`, `party`, `votes_pro`, `votes_contra`, `nr_attending`, `total`, `choice`, `bt_choice`) VALUES (43, 'spd', 0, 0, 0, 0, 1, 0);
INSERT INTO `uvote_votes_per_party` (`poll_ID`, `party`, `votes_pro`, `votes_contra`, `nr_attending`, `total`, `choice`, `bt_choice`) VALUES (44, 'cdu', 0, 0, 0, 0, 1, 0);
INSERT INTO `uvote_votes_per_party` (`poll_ID`, `party`, `votes_pro`, `votes_contra`, `nr_attending`, `total`, `choice`, `bt_choice`) VALUES (44, 'csu', 0, 0, 0, 0, 1, 0);
INSERT INTO `uvote_votes_per_party` (`poll_ID`, `party`, `votes_pro`, `votes_contra`, `nr_attending`, `total`, `choice`, `bt_choice`) VALUES (44, 'gruene', 0, 0, 0, 0, 2, 0);
INSERT INTO `uvote_votes_per_party` (`poll_ID`, `party`, `votes_pro`, `votes_contra`, `nr_attending`, `total`, `choice`, `bt_choice`) VALUES (44, 'linke', 0, 0, 0, 0, 2, 0);
INSERT INTO `uvote_votes_per_party` (`poll_ID`, `party`, `votes_pro`, `votes_contra`, `nr_attending`, `total`, `choice`, `bt_choice`) VALUES (44, 'spd', 0, 0, 0, 0, 1, 0);
INSERT INTO `uvote_votes_per_party` (`poll_ID`, `party`, `votes_pro`, `votes_contra`, `nr_attending`, `total`, `choice`, `bt_choice`) VALUES (45, 'cdu', 0, 0, 0, 0, 2, 0);
INSERT INTO `uvote_votes_per_party` (`poll_ID`, `party`, `votes_pro`, `votes_contra`, `nr_attending`, `total`, `choice`, `bt_choice`) VALUES (45, 'csu', 0, 0, 0, 0, 2, 0);
INSERT INTO `uvote_votes_per_party` (`poll_ID`, `party`, `votes_pro`, `votes_contra`, `nr_attending`, `total`, `choice`, `bt_choice`) VALUES (45, 'gruene', 0, 0, 0, 0, 1, 0);
INSERT INTO `uvote_votes_per_party` (`poll_ID`, `party`, `votes_pro`, `votes_contra`, `nr_attending`, `total`, `choice`, `bt_choice`) VALUES (45, 'linke', 0, 0, 0, 0, 1, 0);
INSERT INTO `uvote_votes_per_party` (`poll_ID`, `party`, `votes_pro`, `votes_contra`, `nr_attending`, `total`, `choice`, `bt_choice`) VALUES (45, 'spd', 0, 0, 0, 0, 2, 0);
INSERT INTO `uvote_votes_per_party` (`poll_ID`, `party`, `votes_pro`, `votes_contra`, `nr_attending`, `total`, `choice`, `bt_choice`) VALUES (46, 'cdu', 0, 0, 0, 0, 1, 0);
INSERT INTO `uvote_votes_per_party` (`poll_ID`, `party`, `votes_pro`, `votes_contra`, `nr_attending`, `total`, `choice`, `bt_choice`) VALUES (46, 'csu', 0, 0, 0, 0, 1, 0);
INSERT INTO `uvote_votes_per_party` (`poll_ID`, `party`, `votes_pro`, `votes_contra`, `nr_attending`, `total`, `choice`, `bt_choice`) VALUES (46, 'gruene', 0, 0, 0, 0, 2, 0);
INSERT INTO `uvote_votes_per_party` (`poll_ID`, `party`, `votes_pro`, `votes_contra`, `nr_attending`, `total`, `choice`, `bt_choice`) VALUES (46, 'linke', 0, 0, 0, 0, 2, 0);
INSERT INTO `uvote_votes_per_party` (`poll_ID`, `party`, `votes_pro`, `votes_contra`, `nr_attending`, `total`, `choice`, `bt_choice`) VALUES (46, 'spd', 0, 0, 0, 0, 1, 0);
INSERT INTO `uvote_votes_per_party` (`poll_ID`, `party`, `votes_pro`, `votes_contra`, `nr_attending`, `total`, `choice`, `bt_choice`) VALUES (47, 'cdu', 0, 0, 0, 0, 1, 0);
INSERT INTO `uvote_votes_per_party` (`poll_ID`, `party`, `votes_pro`, `votes_contra`, `nr_attending`, `total`, `choice`, `bt_choice`) VALUES (47, 'csu', 0, 0, 0, 0, 1, 0);
INSERT INTO `uvote_votes_per_party` (`poll_ID`, `party`, `votes_pro`, `votes_contra`, `nr_attending`, `total`, `choice`, `bt_choice`) VALUES (47, 'gruene', 0, 0, 0, 0, 1, 0);
INSERT INTO `uvote_votes_per_party` (`poll_ID`, `party`, `votes_pro`, `votes_contra`, `nr_attending`, `total`, `choice`, `bt_choice`) VALUES (47, 'linke', 0, 0, 0, 0, 3, 0);
INSERT INTO `uvote_votes_per_party` (`poll_ID`, `party`, `votes_pro`, `votes_contra`, `nr_attending`, `total`, `choice`, `bt_choice`) VALUES (47, 'spd', 0, 0, 0, 0, 1, 0);
INSERT INTO `uvote_votes_per_party` (`poll_ID`, `party`, `votes_pro`, `votes_contra`, `nr_attending`, `total`, `choice`, `bt_choice`) VALUES (48, 'cdu', 0, 0, 0, 0, 1, 0);
INSERT INTO `uvote_votes_per_party` (`poll_ID`, `party`, `votes_pro`, `votes_contra`, `nr_attending`, `total`, `choice`, `bt_choice`) VALUES (48, 'csu', 0, 0, 0, 0, 1, 0);
INSERT INTO `uvote_votes_per_party` (`poll_ID`, `party`, `votes_pro`, `votes_contra`, `nr_attending`, `total`, `choice`, `bt_choice`) VALUES (48, 'gruene', 0, 0, 0, 0, 3, 0);
INSERT INTO `uvote_votes_per_party` (`poll_ID`, `party`, `votes_pro`, `votes_contra`, `nr_attending`, `total`, `choice`, `bt_choice`) VALUES (48, 'linke', 0, 0, 0, 0, 3, 0);
INSERT INTO `uvote_votes_per_party` (`poll_ID`, `party`, `votes_pro`, `votes_contra`, `nr_attending`, `total`, `choice`, `bt_choice`) VALUES (48, 'spd', 0, 0, 0, 0, 1, 0);
INSERT INTO `uvote_votes_per_party` (`poll_ID`, `party`, `votes_pro`, `votes_contra`, `nr_attending`, `total`, `choice`, `bt_choice`) VALUES (49, 'cdu', 0, 0, 0, 0, 1, 0);
INSERT INTO `uvote_votes_per_party` (`poll_ID`, `party`, `votes_pro`, `votes_contra`, `nr_attending`, `total`, `choice`, `bt_choice`) VALUES (49, 'csu', 0, 0, 0, 0, 1, 0);
INSERT INTO `uvote_votes_per_party` (`poll_ID`, `party`, `votes_pro`, `votes_contra`, `nr_attending`, `total`, `choice`, `bt_choice`) VALUES (49, 'gruene', 0, 0, 0, 0, 3, 0);
INSERT INTO `uvote_votes_per_party` (`poll_ID`, `party`, `votes_pro`, `votes_contra`, `nr_attending`, `total`, `choice`, `bt_choice`) VALUES (49, 'linke', 0, 0, 0, 0, 3, 0);
INSERT INTO `uvote_votes_per_party` (`poll_ID`, `party`, `votes_pro`, `votes_contra`, `nr_attending`, `total`, `choice`, `bt_choice`) VALUES (49, 'spd', 0, 0, 0, 0, 1, 0);
INSERT INTO `uvote_votes_per_party` (`poll_ID`, `party`, `votes_pro`, `votes_contra`, `nr_attending`, `total`, `choice`, `bt_choice`) VALUES (50, 'cdu', 229, 0, 229, 254, 1, NULL);
INSERT INTO `uvote_votes_per_party` (`poll_ID`, `party`, `votes_pro`, `votes_contra`, `nr_attending`, `total`, `choice`, `bt_choice`) VALUES (50, 'csu', 46, 0, 46, 56, 1, NULL);
INSERT INTO `uvote_votes_per_party` (`poll_ID`, `party`, `votes_pro`, `votes_contra`, `nr_attending`, `total`, `choice`, `bt_choice`) VALUES (50, 'gruene', 0, 53, 53, 63, 2, NULL);
INSERT INTO `uvote_votes_per_party` (`poll_ID`, `party`, `votes_pro`, `votes_contra`, `nr_attending`, `total`, `choice`, `bt_choice`) VALUES (50, 'linke', 0, 52, 52, 64, 2, NULL);
INSERT INTO `uvote_votes_per_party` (`poll_ID`, `party`, `votes_pro`, `votes_contra`, `nr_attending`, `total`, `choice`, `bt_choice`) VALUES (50, 'spd', 129, 43, 179, 193, 1, NULL);

View File

@ -0,0 +1,46 @@
INSERT INTO `uvote_votes_tag` (`poll_ID`, `tag`, `group`) VALUES (32, 'Innenpolitik', 1);
INSERT INTO `uvote_votes_tag` (`poll_ID`, `tag`, `group`) VALUES (32, 'Asylpolitik', 1);
INSERT INTO `uvote_votes_tag` (`poll_ID`, `tag`, `group`) VALUES (33, 'Innenpolitik', 1);
INSERT INTO `uvote_votes_tag` (`poll_ID`, `tag`, `group`) VALUES (33, 'Asylpolitik', 1);
INSERT INTO `uvote_votes_tag` (`poll_ID`, `tag`, `group`) VALUES (34, 'Innenpolitik', 1);
INSERT INTO `uvote_votes_tag` (`poll_ID`, `tag`, `group`) VALUES (34, 'Asylpolitik', 1);
INSERT INTO `uvote_votes_tag` (`poll_ID`, `tag`, `group`) VALUES (35, 'Wirtschaftspolitik', 1);
INSERT INTO `uvote_votes_tag` (`poll_ID`, `tag`, `group`) VALUES (35, 'Außenpolitik', 1);
INSERT INTO `uvote_votes_tag` (`poll_ID`, `tag`, `group`) VALUES (43, 'Wirtschaftspolitik', 1);
INSERT INTO `uvote_votes_tag` (`poll_ID`, `tag`, `group`) VALUES (43, 'Energiepolitik', 1);
INSERT INTO `uvote_votes_tag` (`poll_ID`, `tag`, `group`) VALUES (45, 'Sozialpolitik', 1);
INSERT INTO `uvote_votes_tag` (`poll_ID`, `tag`, `group`) VALUES (46, 'Innenpolitik', 1);
INSERT INTO `uvote_votes_tag` (`poll_ID`, `tag`, `group`) VALUES (46, 'Wirtschaftspolitik', 1);
INSERT INTO `uvote_votes_tag` (`poll_ID`, `tag`, `group`) VALUES (47, 'Sozialpolitik', 1);
INSERT INTO `uvote_votes_tag` (`poll_ID`, `tag`, `group`) VALUES (47, 'Familienpolitik', 1);
INSERT INTO `uvote_votes_tag` (`poll_ID`, `tag`, `group`) VALUES (48, 'Wirtschaftspolitik', 1);
INSERT INTO `uvote_votes_tag` (`poll_ID`, `tag`, `group`) VALUES (48, 'Verbraucherschutz', 1);
INSERT INTO `uvote_votes_tag` (`poll_ID`, `tag`, `group`) VALUES (48, 'Energiepolitik', 1);
INSERT INTO `uvote_votes_tag` (`poll_ID`, `tag`, `group`) VALUES (49, 'Innenpolitik', 1);
INSERT INTO `uvote_votes_tag` (`poll_ID`, `tag`, `group`) VALUES (50, 'Innenpolitik', 1);
INSERT INTO `uvote_votes_tag` (`poll_ID`, `tag`, `group`) VALUES (50, 'Netzpolitik', 1);
INSERT INTO `uvote_votes_tag` (`poll_ID`, `tag`, `group`) VALUES (51, 'Sozialpolitik', 1);
INSERT INTO `uvote_votes_tag` (`poll_ID`, `tag`, `group`) VALUES (51, 'Gesundheitspolitik', 1);
INSERT INTO `uvote_votes_tag` (`poll_ID`, `tag`, `group`) VALUES (52, 'Haushaltspolitik', 1);
INSERT INTO `uvote_votes_tag` (`poll_ID`, `tag`, `group`) VALUES (53, 'Innenpolitik', 1);
INSERT INTO `uvote_votes_tag` (`poll_ID`, `tag`, `group`) VALUES (53, 'Verteidigungspolitik', 1);
INSERT INTO `uvote_votes_tag` (`poll_ID`, `tag`, `group`) VALUES (55, 'Sozialpolitik', 1);
INSERT INTO `uvote_votes_tag` (`poll_ID`, `tag`, `group`) VALUES (55, 'Gesundheitspolitik', 1);
INSERT INTO `uvote_votes_tag` (`poll_ID`, `tag`, `group`) VALUES (56, 'Sozialpolitik', 1);
INSERT INTO `uvote_votes_tag` (`poll_ID`, `tag`, `group`) VALUES (56, 'Familienpolitik', 1);
INSERT INTO `uvote_votes_tag` (`poll_ID`, `tag`, `group`) VALUES (57, 'Wirtschaftspolitik', 1);
INSERT INTO `uvote_votes_tag` (`poll_ID`, `tag`, `group`) VALUES (58, 'Wirtschaftspolitik', 1);
INSERT INTO `uvote_votes_tag` (`poll_ID`, `tag`, `group`) VALUES (58, 'Finanzpolitik', 1);
INSERT INTO `uvote_votes_tag` (`poll_ID`, `tag`, `group`) VALUES (58, 'Außenpolitik', 1);
INSERT INTO `uvote_votes_tag` (`poll_ID`, `tag`, `group`) VALUES (59, 'Haushaltspolitik', 1);
INSERT INTO `uvote_votes_tag` (`poll_ID`, `tag`, `group`) VALUES (60, 'Wirtschaftspolitik', 1);
INSERT INTO `uvote_votes_tag` (`poll_ID`, `tag`, `group`) VALUES (61, 'Wirtschaftspolitik', 1);
INSERT INTO `uvote_votes_tag` (`poll_ID`, `tag`, `group`) VALUES (61, 'Innenpolitik', 1);
INSERT INTO `uvote_votes_tag` (`poll_ID`, `tag`, `group`) VALUES (62, 'Innenpolitik', 1);
INSERT INTO `uvote_votes_tag` (`poll_ID`, `tag`, `group`) VALUES (63, 'Verwaltungspolitik', 1);
INSERT INTO `uvote_votes_tag` (`poll_ID`, `tag`, `group`) VALUES (54, 'Verbraucherschutz', 1);
INSERT INTO `uvote_votes_tag` (`poll_ID`, `tag`, `group`) VALUES (54, 'Innenpolitik', 1);
INSERT INTO `uvote_votes_tag` (`poll_ID`, `tag`, `group`) VALUES (44, 'Familienpolitik', 1);
INSERT INTO `uvote_votes_tag` (`poll_ID`, `tag`, `group`) VALUES (44, 'Sozialpolitik', 1);
INSERT INTO `uvote_votes_tag` (`poll_ID`, `tag`, `group`) VALUES (45, 'Familienpolitik', 1);