261 lines
15 KiB
XML
261 lines
15 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?import java.lang.*?>
|
|
<?import javafx.geometry.*?>
|
|
<?import javafx.scene.control.*?>
|
|
<?import javafx.scene.image.*?>
|
|
<?import javafx.scene.layout.*?>
|
|
<?import javafx.scene.text.*?>
|
|
|
|
<GridPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="400.0" prefWidth="600.0" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1" fx:controller="meerkat.voting.gui.panels.cast_or_audit.CastOrAuditController">
|
|
<children>
|
|
<GridPane>
|
|
<children>
|
|
<BorderPane prefHeight="200.0" prefWidth="200.0">
|
|
<center>
|
|
<Label text="Organization Logo" BorderPane.alignment="CENTER" />
|
|
</center>
|
|
</BorderPane>
|
|
<BorderPane prefHeight="200.0" prefWidth="200.0" GridPane.columnIndex="1">
|
|
<left>
|
|
<Label text="This is the Name of the Election" BorderPane.alignment="CENTER">
|
|
<font>
|
|
<Font size="16.0" />
|
|
</font>
|
|
<opaqueInsets>
|
|
<Insets left="300.0" />
|
|
</opaqueInsets>
|
|
</Label>
|
|
</left>
|
|
</BorderPane>
|
|
</children>
|
|
<columnConstraints>
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="295.0" minWidth="10.0" prefWidth="193.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="416.0" minWidth="10.0" prefWidth="407.0" />
|
|
</columnConstraints>
|
|
<rowConstraints>
|
|
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
|
</rowConstraints>
|
|
</GridPane>
|
|
<GridPane GridPane.rowIndex="2">
|
|
<children>
|
|
<BorderPane prefHeight="200.0" prefWidth="200.0">
|
|
<left>
|
|
<Button mnemonicParsing="false" text="Audit" BorderPane.alignment="CENTER">
|
|
<font>
|
|
<Font size="16.0" />
|
|
</font>
|
|
</Button>
|
|
</left>
|
|
</BorderPane>
|
|
<BorderPane prefHeight="200.0" prefWidth="200.0" GridPane.columnIndex="1" />
|
|
<BorderPane prefHeight="200.0" prefWidth="200.0" GridPane.columnIndex="2">
|
|
<right>
|
|
<Button mnemonicParsing="false" onMousePressed="#GetToVoteHaveBeenCast" text="Cast Vote" BorderPane.alignment="CENTER">
|
|
<font>
|
|
<Font size="16.0" />
|
|
</font>
|
|
</Button>
|
|
</right>
|
|
</BorderPane>
|
|
</children>
|
|
<columnConstraints>
|
|
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
|
|
</columnConstraints>
|
|
<rowConstraints>
|
|
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
|
</rowConstraints>
|
|
</GridPane>
|
|
<GridPane GridPane.rowIndex="1">
|
|
<columnConstraints>
|
|
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
|
|
</columnConstraints>
|
|
<rowConstraints>
|
|
<RowConstraints maxHeight="102.0" minHeight="10.0" prefHeight="44.0" vgrow="SOMETIMES" />
|
|
<RowConstraints maxHeight="209.0" minHeight="10.0" prefHeight="51.0" vgrow="SOMETIMES" />
|
|
<RowConstraints maxHeight="238.0" minHeight="10.0" prefHeight="207.0" vgrow="SOMETIMES" />
|
|
</rowConstraints>
|
|
<children>
|
|
<BorderPane prefHeight="200.0" prefWidth="200.0">
|
|
<center>
|
|
<Label text="Cast Vote!" BorderPane.alignment="CENTER">
|
|
<font>
|
|
<Font size="25.0" />
|
|
</font>
|
|
</Label>
|
|
</center>
|
|
</BorderPane>
|
|
<BorderPane prefHeight="200.0" prefWidth="200.0" GridPane.rowIndex="1">
|
|
<top>
|
|
<Label text="You can now cast or choose to audit your vote." BorderPane.alignment="CENTER">
|
|
<font>
|
|
<Font size="16.0" />
|
|
</font>
|
|
</Label>
|
|
</top>
|
|
</BorderPane>
|
|
<GridPane GridPane.rowIndex="2">
|
|
<columnConstraints>
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="295.0" minWidth="10.0" prefWidth="295.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="195.0" minWidth="10.0" prefWidth="14.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="291.0" minWidth="10.0" prefWidth="291.0" />
|
|
</columnConstraints>
|
|
<rowConstraints>
|
|
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
|
</rowConstraints>
|
|
<children>
|
|
<BorderPane prefHeight="200.0" prefWidth="200.0" GridPane.columnIndex="1">
|
|
<center>
|
|
<Separator orientation="VERTICAL" prefHeight="200.0" BorderPane.alignment="CENTER" />
|
|
</center>
|
|
</BorderPane>
|
|
<GridPane>
|
|
<columnConstraints>
|
|
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
|
|
</columnConstraints>
|
|
<rowConstraints>
|
|
<RowConstraints maxHeight="100.0" minHeight="10.0" prefHeight="39.0" vgrow="SOMETIMES" />
|
|
<RowConstraints maxHeight="196.0" minHeight="10.0" prefHeight="174.0" vgrow="SOMETIMES" />
|
|
</rowConstraints>
|
|
<children>
|
|
<BorderPane prefHeight="200.0" prefWidth="200.0">
|
|
<bottom>
|
|
<Label text="Auditing" BorderPane.alignment="CENTER">
|
|
<font>
|
|
<Font name="System Bold" size="14.0" />
|
|
</font>
|
|
</Label>
|
|
</bottom>
|
|
</BorderPane>
|
|
<GridPane GridPane.rowIndex="1">
|
|
<columnConstraints>
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="94.0" minWidth="10.0" prefWidth="53.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="215.0" minWidth="10.0" prefWidth="211.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="93.0" minWidth="10.0" prefWidth="31.0" />
|
|
</columnConstraints>
|
|
<rowConstraints>
|
|
<RowConstraints maxHeight="53.0" minHeight="10.0" prefHeight="13.0" vgrow="SOMETIMES" />
|
|
<RowConstraints maxHeight="132.0" minHeight="10.0" prefHeight="132.0" vgrow="SOMETIMES" />
|
|
<RowConstraints maxHeight="38.0" minHeight="10.0" prefHeight="15.0" vgrow="SOMETIMES" />
|
|
</rowConstraints>
|
|
<children>
|
|
<GridPane GridPane.columnIndex="1" GridPane.rowIndex="1">
|
|
<columnConstraints>
|
|
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
|
|
</columnConstraints>
|
|
<rowConstraints>
|
|
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
|
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
|
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
|
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
|
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
|
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
|
</rowConstraints>
|
|
<children>
|
|
<BorderPane prefHeight="200.0" prefWidth="200.0">
|
|
<left>
|
|
<Label prefHeight="17.0" prefWidth="207.0" text="your vote means you are helping to " BorderPane.alignment="CENTER" />
|
|
</left>
|
|
</BorderPane>
|
|
<BorderPane prefHeight="200.0" prefWidth="200.0" GridPane.rowIndex="1">
|
|
<left>
|
|
<Label prefHeight="17.0" prefWidth="215.0" text="make this system safer by auditing the " BorderPane.alignment="CENTER" />
|
|
</left>
|
|
</BorderPane>
|
|
<BorderPane prefHeight="200.0" prefWidth="200.0" GridPane.rowIndex="2">
|
|
<left>
|
|
<Label prefHeight="17.0" prefWidth="215.0" text="function of this voting machine . You" BorderPane.alignment="CENTER" />
|
|
</left>
|
|
</BorderPane>
|
|
<BorderPane prefHeight="200.0" prefWidth="200.0" GridPane.rowIndex="3">
|
|
<left>
|
|
<Label text="will need to complete a new ballot." BorderPane.alignment="CENTER" />
|
|
</left>
|
|
</BorderPane>
|
|
</children>
|
|
</GridPane>
|
|
</children>
|
|
</GridPane>
|
|
</children>
|
|
</GridPane>
|
|
<GridPane GridPane.columnIndex="2">
|
|
<columnConstraints>
|
|
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
|
|
</columnConstraints>
|
|
<rowConstraints>
|
|
<RowConstraints maxHeight="102.0" minHeight="10.0" prefHeight="38.0" vgrow="SOMETIMES" />
|
|
<RowConstraints maxHeight="197.0" minHeight="10.0" prefHeight="175.0" vgrow="SOMETIMES" />
|
|
</rowConstraints>
|
|
<children>
|
|
<BorderPane prefHeight="200.0" prefWidth="200.0">
|
|
<bottom>
|
|
<Label text="Casting" BorderPane.alignment="CENTER">
|
|
<font>
|
|
<Font name="System Bold" size="14.0" />
|
|
</font>
|
|
</Label>
|
|
</bottom>
|
|
</BorderPane>
|
|
<Label text="Label" GridPane.rowIndex="1">
|
|
<graphic>
|
|
<GridPane>
|
|
<children>
|
|
<GridPane GridPane.columnIndex="1" GridPane.rowIndex="1">
|
|
<children>
|
|
<BorderPane prefHeight="200.0" prefWidth="200.0">
|
|
<left>
|
|
<Label prefHeight="17.0" prefWidth="207.0" text="your vote means your vote will be " BorderPane.alignment="CENTER" />
|
|
</left>
|
|
</BorderPane>
|
|
<BorderPane prefHeight="200.0" prefWidth="200.0" GridPane.rowIndex="1">
|
|
<left>
|
|
<Label prefHeight="17.0" prefWidth="215.0" text="counted in these elections." BorderPane.alignment="CENTER" />
|
|
</left>
|
|
</BorderPane>
|
|
<BorderPane prefHeight="200.0" prefWidth="200.0" GridPane.rowIndex="2" />
|
|
</children>
|
|
<columnConstraints>
|
|
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
|
|
</columnConstraints>
|
|
<rowConstraints>
|
|
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
|
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
|
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
|
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
|
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
|
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
|
</rowConstraints>
|
|
</GridPane>
|
|
</children>
|
|
<columnConstraints>
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="94.0" minWidth="10.0" prefWidth="53.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="215.0" minWidth="10.0" prefWidth="211.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="93.0" minWidth="10.0" prefWidth="31.0" />
|
|
</columnConstraints>
|
|
<rowConstraints>
|
|
<RowConstraints maxHeight="53.0" minHeight="10.0" prefHeight="13.0" vgrow="SOMETIMES" />
|
|
<RowConstraints maxHeight="132.0" minHeight="10.0" prefHeight="132.0" vgrow="SOMETIMES" />
|
|
<RowConstraints maxHeight="38.0" minHeight="10.0" prefHeight="15.0" vgrow="SOMETIMES" />
|
|
</rowConstraints>
|
|
</GridPane>
|
|
</graphic>
|
|
</Label>
|
|
</children>
|
|
</GridPane>
|
|
</children>
|
|
</GridPane>
|
|
</children>
|
|
</GridPane>
|
|
</children>
|
|
<columnConstraints>
|
|
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
|
|
</columnConstraints>
|
|
<rowConstraints>
|
|
<RowConstraints maxHeight="129.0" minHeight="0.0" prefHeight="31.0" vgrow="SOMETIMES" />
|
|
<RowConstraints maxHeight="326.0" minHeight="10.0" prefHeight="315.0" vgrow="SOMETIMES" />
|
|
<RowConstraints maxHeight="75.0" minHeight="10.0" prefHeight="35.0" vgrow="SOMETIMES" />
|
|
</rowConstraints>
|
|
</GridPane>
|