summaryrefslogtreecommitdiff
path: root/StoneIsland/www/index.html
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-11-21 17:45:29 -0500
committerJules Laplace <jules@okfoc.us>2015-11-21 17:45:29 -0500
commitd6eea989f63e1e51563daa64873ce33166bc28c0 (patch)
tree9431419465c7151a0927ec84970befc696581380 /StoneIsland/www/index.html
parentc223032bbd67fe5b6ad1334ce81a3f51a7631bfc (diff)
testin login stuff..
Diffstat (limited to 'StoneIsland/www/index.html')
-rw-r--r--StoneIsland/www/index.html26
1 files changed, 22 insertions, 4 deletions
diff --git a/StoneIsland/www/index.html b/StoneIsland/www/index.html
index f82d71c2..ac2e5bf2 100644
--- a/StoneIsland/www/index.html
+++ b/StoneIsland/www/index.html
@@ -347,6 +347,16 @@
Consult our <u>PRIVACY POLICY</u> for further information.
</div>
</div>
+
+ <div class="container-fill">
+ <div class="container-message">
+ <span class="msg">
+ * Your personal and payment<br>
+ information will always remain private
+ </span>
+ </div>
+ </div>
+
</form>
</div>
</div>
@@ -581,7 +591,14 @@
<form>
<div class="cc"></div>
<div class="address"></div>
- <span class="msg"></span>
+ <div class="container-fill">
+ <div class="container-message">
+ <span class="msg">
+ * Your personal and payment<br>
+ information will always remain private
+ </span>
+ </div>
+ </div>
</form>
</div>
</div>
@@ -616,10 +633,11 @@
</div>
<script type="text/html" id="creditcard_template">
- <input type="text" name="CC" placeholder="CREDIT CARD NUMBER" required>
+ <input type="text" name="Number" placeholder="CREDIT CARD NUMBER" required>
<div class="half-input">
- <input type="text" name="EXP" placeholder="EXPIRATION DATE" required>
- <input type="text" name="CVV" placeholder="SECURITY CODE" required>
+ <input type="number" name="ExpirationMonth" placeholder="EXPIRATION MONTH" required>
+ <input type="number" name="ExpirationYear" placeholder="EXPIRATION YEAR" required>
+ <input type="number" name="CVV" placeholder="SECURITY CODE" required>
</div>
<span class="address"></span>
</script>