Add files via upload
[clinton/MarylandElectronicPetitionSignature.git] / not_a_registered_voter.php
1 <?PHP
2 include_once('header.php');
3 slack_general('Not a registered voter ('.$_COOKIE['invite'].')','md-petition');
4 $qX = "select * from website_text where id = '3'";
5 $rX = $petition->query($qX);
6 $dX = mysqli_fetch_array($rX);?>
7 <script>document.title = "MEPS - How to Register?";</script>
8 <div class='row'>
9 <div class='col-sm-10' style='text-align:center;'><h1><?PHP echo $dX['text_title'];?></h1><h2><?PHP echo $dX['text_block'];?></h2></div>
10 </div>
11 <div class='row'>
12 <div class='col-sm-10' style='text-align:center;'><button type="button" class="btn btn-success btn-lg btn-block" onclick="window.location.href='https://voterservices.elections.maryland.gov/OnlineVoterRegistration/InstructionsStep1'">You Can Register Online Here</button></div>
13 </div>
14 <div class='row'>
15 <div class='col-sm-10' style='text-align:center;'><h3>https://voterservices.elections.maryland.gov/OnlineVoterRegistration/InstructionsStep1</h3></div>
16 </div>
17 <div class='row'>
18 <div class='col-sm-10' style='text-align:center;'><button type="button" class="btn btn-danger btn-lg btn-block" onclick="window.location.href='reset.php'">Restart Here</button></div>
19 </div>
20 <?PHP include_once('footer.php');