summaryrefslogtreecommitdiff
path: root/src/frontend_blog/essay_cc-payment.html
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-02-18 18:25:11 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-02-18 18:25:11 +0100
commit274723e3f9d02aaf5355724cdd05c75fb3f0738c (patch)
tree3bae7e5522e3ffe711fbe9b030f01409202dca14 /src/frontend_blog/essay_cc-payment.html
parentf1e49844fd16dc55247ad716a21b961b2e4ddfc3 (diff)
downloadmerchant-274723e3f9d02aaf5355724cdd05c75fb3f0738c.tar.gz
merchant-274723e3f9d02aaf5355724cdd05c75fb3f0738c.tar.bz2
merchant-274723e3f9d02aaf5355724cdd05c75fb3f0738c.zip
Unifying blog's _offer and _fulfillment sources
Diffstat (limited to 'src/frontend_blog/essay_cc-payment.html')
-rw-r--r--src/frontend_blog/essay_cc-payment.html11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/frontend_blog/essay_cc-payment.html b/src/frontend_blog/essay_cc-payment.html
index d9cbd7c9..fe20fb4a 100644
--- a/src/frontend_blog/essay_cc-payment.html
+++ b/src/frontend_blog/essay_cc-payment.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html lang="en">
+<!--html lang="en">
<head>
<title>Enter your details</title>
<link rel="stylesheet" type="text/css" href="style.css">
@@ -20,7 +20,7 @@
</aside>
<section id="main">
- <article>
+ <article-->
<h1>Enter your details</h1>
<p>We need a few details before proceeding with credit card payment</p>
<form>
@@ -35,7 +35,10 @@
<form method="post" action="essay_cc-fulfillment.php?article={article}">
<input type="submit"></input>
</form>
- </article>
+ <script type="text/javascript">
+ {jscode}
+ </script>
+ <!--/article>
</section>
</body>
-</html>
+</html-->