[git] gnupg-doc - branch, preview, updated. 5a9e5bfdff6d09805851d133635a5d856fbe3ae1

by Werner Koch cvs at cvs.gnupg.org
Wed May 10 16:22:30 CEST 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GnuPG website and other docs".

The branch, preview has been updated
       via  5a9e5bfdff6d09805851d133635a5d856fbe3ae1 (commit)
      from  7212767b15d6ac27d0184e13471416ecf67310f0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5a9e5bfdff6d09805851d133635a5d856fbe3ae1
Author: Werner Koch <wk at gnupg.org>
Date:   Wed May 10 16:19:21 2017 +0200

    cgi: Adjust the checkout page

diff --git a/web/donate/checkout-cc.org b/web/donate/checkout-cc.org
index 8651eb0..69b2a87 100644
--- a/web/donate/checkout-cc.org
+++ b/web/donate/checkout-cc.org
@@ -2,37 +2,41 @@
 #+STARTUP: showall
 #+SETUPFILE: "../share/setup.inc"
 
-* Donate - Checkout with card
+#+BEGIN_HTML
+<!--custom-page-->  <!-- this disables all standard processing. -->
+<link rel="stylesheet" href="/share/site.css" type="text/css" />
+</head>
+<body lang="en">
 
-  Information on your intended donation:
+<p>
+Information on your intended donation:
+</p>
 
-#+BEGIN_HTML
-  <table border="0" cellpadding="0" cellspacing="4" id="checkoutSummary">
-   <tr>
-     <td align="right">Amount:</td>
-     <td><!--AMOUNT-->
-         <!--CURRENCY--></td>
-   </tr>
-   <tr>
-     <td align="right">Name:</td>
-     <td><!--NAME--></td>
-   </tr>
-   <tr>
-     <td align="right">Mail:</td>
-     <td><!--MAIL--></td>
-   </tr>
-   <tr>
-     <td align="right" valign="top">Message:</td>
-     <td><!--MESSAGE_FMT--></td>
-   </tr>
-  </table>
-#+END_HTML
+<table border="0" cellpadding="0" cellspacing="4" id="checkoutSummary">
+ <tr>
+   <td align="right">Amount:</td>
+   <td><!--AMOUNT-->
+       <!--CURRENCY--> <!--RECUR_TEXT--></td>
+ </tr>
+ <tr>
+   <td align="right">Name:</td>
+   <td><!--NAME--></td>
+ </tr>
+ <tr>
+   <td align="right">Mail:</td>
+   <td><!--MAIL--></td>
+ </tr>
+ <tr>
+   <td align="right" valign="top">Message:</td>
+   <td><!--MESSAGE_FMT--></td>
+ </tr>
+</table>
 
+<p>
   If something is wrong, please use the back button below to change
   it.  If the data is correct, you may now continue with the payment.
+</p>
 
-
-#+BEGIN_HTML
   <noscript>
     <p>
       <strong>Please enable Javascript.</strong>
@@ -63,8 +67,9 @@
         data-description="Donation to the GnuPG project"
         data-amount="<!--STRIPEAMOUNT-->"
         data-currency="<!--CURRENCY-->"
-        data-panel-label="Donate {{amount}} to GnuPG"
-        data-label="Donate now"
+        data-panel-label="Donate {{amount}} <!--RECUR_TEXT--> to GnuPG"
+        data-label="Donate <!--RECUR_TEXT--> now"
+        <!--STRIPE_DATA_EMAIL-->
       >
       </script>
     </form>
@@ -75,8 +80,7 @@
     <input type="submit" class="donate-button-low" value="Back" />
   </form>
   </div>
+
+</body>
+</html>
 #+END_HTML
-# Note: We do not want to send a
-#         data-email="<!-- MAIL -->"
-#       line to Stripe so to enable the user to use a
-#       a different mail address for use with them.

-----------------------------------------------------------------------

Summary of changes:
 web/donate/checkout-cc.org | 66 ++++++++++++++++++++++++----------------------
 1 file changed, 35 insertions(+), 31 deletions(-)


hooks/post-receive
-- 
The GnuPG website and other docs
http://git.gnupg.org




More information about the Gnupg-commits mailing list