Mercurial > mxd2map
annotate website/donate.htm4 @ 187:ea7858d75459
* website/img/inmenulogo.png ,website/img/logo_single.png
,website/img/logo_single_100.png ,website/img/logo_wide.png: Added
new Logo for MXD2map
author | Stephan Holl <stephan.holl@intevation.de> |
---|---|
date | Wed, 20 Jul 2011 14:06:07 +0200 |
parents | dd4bb5869f86 |
children | bdf58d5b7d92 |
rev | line source |
---|---|
155 | 1 m4_dnl -*-html-*- |
2 m4_include(`template.m4') | |
3 m4_dnl $Id$ | |
4 | |
5 m4_define(`EN') | |
6 m4_define(`DE_FILE', `donate-de.html') | |
7 m4_define(`TITLE', `Donate') | |
8 m4_define(`MAIN', `donate') | |
9 | |
10 PAGE_START | |
11 | |
12 <div class="donate_header"> | |
13 <span class="text"> | |
14 We love Free Software!<br /> | |
15 You too?<br /> | |
162
dd4bb5869f86
replaced mapWOC with MXD2map
Stephan Holl <stephan.holl@intevation.de>
parents:
159
diff
changeset
|
16 <b>Please support MXD2map!</b> |
155 | 17 </span> |
18 </div> | |
19 | |
20 <div id="intro"> | |
21 <h2>Donate</h2> | |
22 <p>Your donation supports the maintenance and further development of | |
162
dd4bb5869f86
replaced mapWOC with MXD2map
Stephan Holl <stephan.holl@intevation.de>
parents:
159
diff
changeset
|
23 MXD2map and helps us to push the Free Software initiative MXD2map. We |
155 | 24 are gratful for every financial aid. |
25 </p> | |
26 </div> | |
27 | |
28 <div id="main"> | |
162
dd4bb5869f86
replaced mapWOC with MXD2map
Stephan Holl <stephan.holl@intevation.de>
parents:
159
diff
changeset
|
29 <h2>Contribute to MXD2map!</h2> |
155 | 30 |
31 <p>Give a <b>small amount</b> via the payment opportunity of this web page. | |
32 Add a short comment along with a payment and explain for which | |
33 improvements you would again pay. Even smallest amounts help and | |
34 motivate.</p> | |
35 | |
36 <p>For an <b>average amount</b>, contact one of the project members and | |
37 receive an official invoice. You could also contract for some specific | |
38 step, update, bug fix or new features. Take care that your contracted | |
39 improvements will be integrated into the main development of | |
162
dd4bb5869f86
replaced mapWOC with MXD2map
Stephan Holl <stephan.holl@intevation.de>
parents:
159
diff
changeset
|
40 MXD2map.</p> |
155 | 41 |
42 <p>As a company or authority, <b>contract</b> for more extensive measures | |
43 that will ensure continuation of the project. This way you will | |
162
dd4bb5869f86
replaced mapWOC with MXD2map
Stephan Holl <stephan.holl@intevation.de>
parents:
159
diff
changeset
|
44 ensure sustainable availability of MXD2map for your organisation. |
155 | 45 Such measures do provide the collateral benefit of generally improving |
46 security for data exchange.</p> | |
47 | |
48 </div> | |
49 | |
50 <div id="sidebar"> | |
51 <h3>Make your donation now!</h3> | |
52 <p> | |
53 <form action="https://www.paypal.com/cgi-bin/webscr" method="post"> | |
54 <input name="cmd" value="_donations" type="hidden"> | |
55 <input name="business" value="paypal@intevation.de" type="hidden"> | |
56 <input name="lc" value="US" type="hidden"> | |
57 <input name="undefined_quantity" value="1" type="hidden"> | |
58 | |
162
dd4bb5869f86
replaced mapWOC with MXD2map
Stephan Holl <stephan.holl@intevation.de>
parents:
159
diff
changeset
|
59 <input name="item_name" value="MXD2map" type="hidden"> |
155 | 60 <input name="item_number" value="2000" type="hidden"> |
61 <input name="no_shipping" value="1" type="hidden"> | |
162
dd4bb5869f86
replaced mapWOC with MXD2map
Stephan Holl <stephan.holl@intevation.de>
parents:
159
diff
changeset
|
62 <input name="cn" value="Comment to MXD2map developer team (praise/criticism)" type="hidden"> |
155 | 63 <input name="currency_code" value="EUR" type="hidden"> |
64 <input name="bn" value="PP-BuyNowBF" type="hidden"> | |
65 <input src="https://www.paypal.com/en_US/i/btn/btn_donate_LG.gif" name="submit" alt="Pay with PayPal" type="image" border="0"> | |
66 <input name="on0" value="Allowed to publish of your donation?" type="hidden"> | |
67 <input name="os0" value="No" type="hidden"> | |
68 | |
69 <br> | |
70 <input name="os0" value="Yes" checked="checked" type="checkbox">Publish my sponsor name</a> | |
71 </form> | |
72 </div> |