Skip to content

Instantly share code, notes, and snippets.

@agiudiceandrea
Last active September 18, 2018 14:38
Show Gist options
  • Save agiudiceandrea/ce0f8da33a8910005247cf73b6d41ad4 to your computer and use it in GitHub Desktop.
Save agiudiceandrea/ce0f8da33a8910005247cf73b6d41ad4 to your computer and use it in GitHub Desktop.
// create thankyou and error page
$($('div.container')[0]).append('<div id="thankyou"> <div id="thankyoucontent">'+
'<h2>Thank you for your donation!</h2> <p/>'+
'<div class="container"><div class="span8">'+
'<p id="stripemsg">QGIS is free of charge and we hope that you enjoy using our labour of love and encourage you to share and spread your downloaded copy far and wide so that others may enjoy it too. Our very best regards!</p>'+
'<p id="stripeerr" style="display:none;">Unfortunately there was an error processing your Donation. Please try again later, or contact us via finance@qgis.org</p>'+
'<p>The QGIS Team</p>'+
'</div><div class="container">'+
'<div class="span5"><p><a id="closethankyou"class="btn btn-large btn-success btn-flat" href="#">Close this message</a></p><p class="muted"></p></div>'+
'</div>'+
'<br/><p><img src="../_static/images/splash.png"/></p></div>');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment