diff --git a/assets/pasted-20260215-205745-40292c52.png b/assets/pasted-20260215-205745-40292c52.png new file mode 100644 index 0000000..7cca604 Binary files /dev/null and b/assets/pasted-20260215-205745-40292c52.png differ diff --git a/ballot.php b/ballot.php index d29b0dd..9a4e50c 100644 --- a/ballot.php +++ b/ballot.php @@ -30,121 +30,273 @@ if ($check->fetchColumn() > 0) { $positions = $pdo->prepare("SELECT * FROM positions WHERE election_id = ? ORDER BY sort_order ASC"); $positions->execute([$id]); $positions = $positions->fetchAll(); + +$endTime = strtotime($election['end_date_and_time']) * 1000; ?>
-Your vote is secure and anonymous. Choose your representatives below.