blob: c3f52cefad937e568ed635c871dd8c496bf8f00c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
|
<#import "/_scaffold.html" as main>
<@main.scaffold load=["/js/order-license.js"] title="Order a license">
<div class="page-header top5 order-license">
<div class="row text-center">
<h2>Order a professional or enterprise license</h2>
</div>
<div class="row">
<form>
<fieldset class="form-group">
<legend>Basic information</legend>
<div class="form-group">
<label for="companyName">Company name</label>
<input type="text" class="form-control" aria-describedby="companyNameHelp" id="companyName" placeholder="license holder name" />
<div id="companyNameErr" class="formErr" hidden="hidden">Company name is a required field.</div>
<small id="companyNameHelp" class="form-text text-muted">If applying for an individual license, fill in your own name.</small>
</div>
<div class="form-group">
<label for="email">Email</label>
<input type="email" class="form-control" aria-describedby="emailHelp" id="email" placeholder="email of contact / holder" />
<div id="emailErr" class="formErr" hidden="hidden">Your email address is required; we will send the bill to this email address.</div>
<small id="emailHelp" class="form-text text-muted">We will never share this email with any third parties; we'll email you the invoice at this email address.</small>
</div>
</fieldset>
<fieldset class="form-group">
<legend>Type of license</legend>
<div class="form-group">
<div class="form-check">
<label class="form-check-label">
<input type="radio" class="form-check-input licenseType" name="licenseType" value="professional" checked="checked" />
Professional (€2,- per developer per month; ~ $2.50).
</label>
</div>
<div class="form-check">
<label class="form-check-label">
<input type="radio" class="form-check-input licenseType" name="licenseType" value="enterprise" />
Enterprise (€5,- per developer per month; ~ $6.10).
</label>
</div>
</div>
<div id="licenseTypeErr" class="formErr" hidden="hidden">License type is a required field.</div>
<div class="form-group">
<label for="seats"># of developers using lombok</label>
<input type="number" placeholder="# of developers" class="form-control" id="seats" />
<div id="seatsErr" class="formErr" hidden="hidden">We need to know the # of developers to determine the license price.</div>
</div>
</fieldset>
<fieldset class="form-group">
<legend>Payment</legend>
<div class="form-check">
<label class="form-check-label">
<input type="radio" class="form-check-input paymentType" name="paymentType" value="yearly" checked="checked" />
Yearly
</label>
</div>
<div class="form-check">
<label class="form-check-label">
<input type="radio" class="form-check-input paymentType" name="paymentType" value="monthly" />
Monthly<span id="onlyYearlyWarning" hidden="hidden" class="warning">The total license cost is sufficiently low that we'll bill you yearly.</span>
</label>
</div>
<div id="paymentTypeErr" class="formErr" hidden="hidden">Payment type is a required field.</div>
<div class="form-group" hidden="hidden" id="costIndicator">
</div>
</fieldset>
<fieldset class="form-group">
<legend>Mention</legend>
<div class="form-check">
<label class="form-check-label">
<input type="checkbox" class="form-check-input" id="mentionMe" name="mentionMe" checked="checked" />
Mention me on the <em>supporters / licensees</em> page.
</label>
</div>
<div class="form-group">
<label for="companyUrl">Company URL (optional)</label>
<input type="url" class="form-control" id="companyUrl" placeholder="URL of your company website" />
</div>
<div class="form-group">
<label for="logo">Company Logo (optional)</label>
<input type="file" style="display: none;" id="logo" name="logo" />
<button class="form-control" id="companyLogo">Upload a logo</button>
<div id="logoCnt" style="display: none;"></div>
<button class="form-control" id="deleteCompanyLogo" style="display: none;">Remove logo</button>
</div>
</fieldset>
<fieldset class="form-group">
<legend>Location and VAT</legend>
<div class="form-group">
<div class="form-check">
<label class="form-check-label">
<input type="radio" class="form-check-input locationType" name="locationType" value="eu" checked="checked" />
We are based in Europe
</label>
</div>
<div class="form-check">
<label class="form-check-label">
<input type="radio" class="form-check-input locationType" name="locationType" value="usa" />
We are based in the USA
</label>
</div>
<div class="form-check">
<label class="form-check-label">
<input type="radio" class="form-check-input locationType" name="locationType" value="other" />
We are based elsewhere
</label>
</div>
<div id="locationTypeErr" class="formErr" hidden="hidden">Location (continent) is a required field.</div>
</div>
<div class="form-group" id="locationType_eu">
<label for="euVat">EU VAT number</label>
<input type="text" class="form-control" id="euVat" placeholder="EU VAT number" />
<div id="euVatErr" class="formErr" hidden="hidden">EU VAT is a required field. If you are an individual and you have no EU VAT number, consider giving us a <a href="https://www.patreon.com/lombok">patreon</a> donation.</div>
</div>
<div class="form-group" hidden="hidden" id="locationType_usa">
Please <a href="/W8BEN_lombok.pdf">download our W-8BEN form</a> for your tax records.
</div>
<div class="form-group" hidden="hidden" id="locationType_other">
Please make sure you fulfill any local tax obligations for buying software from other countries.
</div>
</fieldset>
<fieldset class="form-group">
<legend>Payment method</legend>
<div class="form-group">
<div class="form-check" id="paymentMethod_iban">
<label class="form-check-label">
<input type="radio" class="form-check-input" name="paymentMethod" value="iban" checked="checked" />
Pay via IBAN (european bank transfer)
</label>
</div>
<div class="form-check" hidden="hidden" id="paymentMethod_intl">
<label class="form-check-label">
<input type="radio" class="form-check-input" name="paymentMethod" value="intl" />
Pay via international bank transfer (not suggested for bills less than €500,-)
</label>
</div>
<div class="form-check">
<label class="form-check-label" id="paymentMethod_stripe">
<input type="radio" class="form-check-input" name="paymentMethod" value="stripe" />
Pay with Stripe (Credit Cards)
</label>
</div>
<div id="paymentMethodErr" class="formErr" hidden="hidden">Payment method is a required field.</div>
</div>
</fieldset>
<button type="submit" id="submit" class="btn btn-primary">Submit order</button>
<div id="orderHelp">If you run into issues with the order form, or you have any other questions, please send us an email at <a href="mailto:orders@projectlombok.org"><code>orders@projectlombok.org</code></a>. You can cancel your subscription at any time.</div>
<div class="orderDetails">Our EU VAT number: NL858105378B01</div>
</p>
</div>
</div>
</@main.scaffold>
|