Change quorum (50 -> 15 votes)
Change in config and templates: - result-single - result-multi Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
parent
1696d12d62
commit
1765b2e8d6
|
@ -94,7 +94,7 @@ sub read_config {
|
|||
ann_stimme => 'A\s*N\s*N\s*U\s*L\s*L\s*I\s*E\s*R\s*U\s*N\s*G',
|
||||
bdsg_confirm => 'JA',
|
||||
condition1 => '$yes>=2*$no', # twice as many yes as no
|
||||
condition2 => '$yes>=50', # min 50 yes votes
|
||||
condition2 => '$yes>=15', # min 15 yes votes
|
||||
prop_formula => '$yes/$no',
|
||||
tpl_ack_mail => 'ack-mail',
|
||||
tpl_bouncelist => 'bouncelist',
|
||||
|
|
|
@ -14,7 +14,7 @@ Ergebnisse [$votename-first]
|
|||
|
||||
Es wurden [$numvalid] gueltige Stimmen abgegeben.
|
||||
|
||||
Ja Nein : 2/3? >=50? : ang.? : Gruppe
|
||||
Ja Nein : 2/3? >=15? : ang.? : Gruppe
|
||||
---- ---- : ---- ----- : ----- : ---------------------------------------
|
||||
[@count|[$yes] [$no] : [?cond1| Ja |Nein] [?cond2| Ja |Nein] : [?result| Ja |Nein] : [$group-first]
|
||||
[@group-more| : : : [$line]\n]\n]
|
||||
|
|
|
@ -15,7 +15,7 @@ Es gab [$yes] Ja-Stimmen und [$no] Nein-Stimmen[?numabstain| bei [$numabstain] E
|
|||
[?numinvalid|[$numinvalid] Stimme(n) wurden als ungueltig gewertet.]
|
||||
|
||||
Es wurde [?cond1|die|keine] 2/3-Mehrheit erreicht und es gingen [?cond2|mehr|weniger] als
|
||||
50 Ja-Stimmen ein. Damit ist die [$votename-text-first]
|
||||
15 Ja-Stimmen ein. Damit ist die [$votename-text-first]
|
||||
[@votename-text-more|[$line] |\n][?cond1|[?cond2|angenommen|abgelehnt]|abgelehnt].
|
||||
|
||||
Gegen dieses Ergebnis kann innerhalb einer Woche nach seiner
|
||||
|
|
|
@ -75,7 +75,7 @@ multigroup = 1
|
|||
# wird nur Bedingung 1 ausgewertet und kann z.B. auf "$yes>$no" gesetzt
|
||||
# werden.
|
||||
condition1 = $yes>=2*$no
|
||||
condition2 = $yes>=50
|
||||
condition2 = $yes>=15
|
||||
|
||||
# Datei mit Musterwahlschein, wie er im CfV geposted wurde. Wird fuer
|
||||
# Vergleich mit ankommenden Wahlscheinen per "diff" genutzt.
|
||||
|
|
|
@ -80,6 +80,6 @@ multigroup = 1
|
|||
# condition1 = $yes>=2*$no
|
||||
# condition2 = $yes>=50
|
||||
condition1 = $yes>=2*$no
|
||||
condition2 = $yes>=50
|
||||
condition2 = $yes>=15
|
||||
|
||||
mailcmd = /usr/sbin/sendmail -oi -oem -fbounce-LOCALPART@thh.votetaker.de --
|
||||
|
|
Loading…
Reference in a new issue