Merge pull request #25 from insidenothing/insidenothing-patch-1
[clinton/MarylandElectronicPetitionSignature.git] / not_a_registered_voter.php
dissimilarity index 99%
index dee8823..02c91b5 100644 (file)
@@ -1,12 +1,12 @@
-<?PHP include_once('header.php');  ?>
-
-  
-<div class='col-sm-12'>You must be a registered voter in the state of maryland to sign this petition </div>
-<div class='col-sm-12'>If you are eligible, you can register online <a href='https://voterservices.elections.maryland.gov/OnlineVoterRegistration/InstructionsStep1'>here</a></div>
-<div class='col-sm-12'>
-  <a href='https://voterservices.elections.maryland.gov/OnlineVoterRegistration/InstructionsStep1'>https://voterservices.elections.maryland.gov/OnlineVoterRegistration/InstructionsStep1</a>
-</div>
-  
-  
- <?PHP include_once('footer.php');
+<?PHP include_once('header.php'); 
+$qX = "select * from website_text where id = '3'";
+ $rX = $petition->query($qX);
+ $dX = mysqli_fetch_array($rX);?>
+<script>document.title = "MEPS - How to Register?";</script>
+<div class='col-sm-12' style='height:75px; text-align:center;'><h3><?PHP echo $dX['text_title'];?></h3><p><?PHP echo $dX['text_block'];?></p></div>
+
+<div class='col-sm-12' style='height:50px; text-align:center;'><button type="button" class="btn btn-success" onclick="window.location.href='https://voterservices.elections.maryland.gov/OnlineVoterRegistration/InstructionsStep1'">You Can Register Online Here</button></div>
+
+<div class='col-sm-12' style='height:50px; text-align:center;'><small>https://voterservices.elections.maryland.gov/OnlineVoterRegistration/InstructionsStep1</small></div>
+
+<?PHP include_once('footer.php');