From 1d314db487a50b8b445517145e963dddf846f79e Mon Sep 17 00:00:00 2001 From: Emanuel Schuetze Date: Sat, 27 Feb 2016 20:10:24 +0100 Subject: [PATCH] Show special vote values for motion polls on projector. --- .../templates/motions/slide_motion.html | 34 ++++++++++++------- 1 file changed, 21 insertions(+), 13 deletions(-) diff --git a/openslides/motions/static/templates/motions/slide_motion.html b/openslides/motions/static/templates/motions/slide_motion.html index 99699b135..901f5ecab 100644 --- a/openslides/motions/static/templates/motions/slide_motion.html +++ b/openslides/motions/static/templates/motions/slide_motion.html @@ -15,37 +15,45 @@

Voting result

- Vote {{ motion.polls.length - $index }}: + + Vote {{ motion.polls.length - $index }}: +
- + Yes: - {{ poll.yes }} {{ poll.getYesPercent() }} -
- + + {{ voteYes.value }} {{ voteYes.percentStr }} + +
+
- + No: - {{ poll.no }} {{ poll.getNoPercent() }} -
- + + {{ voteNo.value }} {{ voteNo.percentStr }} + +
+
- + Abstain: - {{ poll.abstain }} {{ poll.getAbstainPercent() }} -
- + + {{ voteAbstain.value }} {{ voteAbstain.percentStr }} + +
+