1 <div class=
"box box-primary" id=
"control">
2 <div class=
"box-header">
3 <div class=
"col-sm-8" style=
"padding-top:8px;">
4 <i class=
"fa fa-paypal"> </i>
5 <h1 class=
"box-title" style=
"font-weight:bold;" id=
"id_h1_page_title">捐助
</h1>
11 <div id=
"id_donation_div_cn">
12 <p style=
"text-align:left;font-size:18px;color:#D01010;font-weight: bold;">
13 Ventoy是开源免费的,如果你愿意捐助来支持这个工具以及我的工作,我会非常感激。
15 <p style=
"text-align:left;font-size:16px;">
18 <div style=
"display:flex">
19 <div style=
"width:30%; text-align:center"> <img src=
"/static/img/AliPay.png?v=1" style=
"width:200px;height:200px;" ></img></div>
20 <div style=
"width:30%; text-align:center"> <img src=
"/static/img/WeChatPay.png?v=1" style=
"width:210px;height:210px;" ></img> </div>
24 <div id=
"id_donation_div_en">
25 <p style=
"text-align:left;font-size:18px;color:#D01010;font-weight: bold;">
26 It would be much appreciated if you want to make a small donation to support Ventoy!
28 <p style=
"text-align:left;font-size:16px;">
29 PayPal and Bitcoin are avaliable for donation. You can chose any of them.
<br/><br/>
30 <span style=
"font-weight:bold;">PayPal Link
</span><a target=
"_blank" href=
"https://www.paypal.me/ventoy">https://www.paypal.me/ventoy
</a><br/><br/>
31 <span style=
"font-weight:bold;">PayPal Account
<span style=
"color:blue; font-weight:bold;"> admin@ventoy.net
</span></span><br/><br/>
32 <span style=
"font-weight:bold;">Bitcoin Address
</span> <span style=
"color:blue; font-weight:bold;"> 19mZDWzZgzkHCi9YX9H3fYCUuCHq3W6wfT
</span><br/>
38 <script type=
"text/javascript">
40 function VtoyPageLanguageChange(newlang) {
41 VtoyCommonChangeLanguage(newlang);
43 $('h1[id=id_h1_page_title]').text(g_vtoy_cur_language.STR_PLUG_DONATION);
44 if (newlang === 'en') {
46 $('#id_donation_div_en').show();
47 $('#id_donation_div_cn').hide();
49 $('#id_donation_div_en').hide();
50 $('#id_donation_div_cn').show();
55 VtoyPageLanguageChange(g_current_language);