-
Notifications
You must be signed in to change notification settings - Fork 0
/
electroneum_donate.xml
111 lines (106 loc) · 4.33 KB
/
electroneum_donate.xml
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
<?xml version="1.0" encoding="utf-8"?>
<extension version="3.1" type="plugin" group="content" method="upgrade">
<name>Electroneum Donate Plugin</name>
<author>Joomla! Project</author>
<creationDate>Oct 2018</creationDate>
<copyright>Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<authorEmail>admin@joomla.org</authorEmail>
<authorUrl>www.joomla.org</authorUrl>
<version>1.0.1</version>
<description>
<![CDATA[<html>
<table class="table">
<tr><td><a href="https://joomlapro.com" target="_blank"><img src="https://joomlapro.com/images/logo1.png"></a></td><td><h3>Electroneum Donate Plugin is downloaded from joomlapro.com.</h3><hr>We have built quality Joomla extension since 2012. JoomlaPro is a company under <a href="http://joomlaproffs.se/" target="_blank">joomlaproffs.se</a></td>
</tr>
<tr>
<td colspan="2" style="text-align:right; padding:10px 0 0 0; border-bottom:0px none">
<a href="https://joomlaproffs.se/" target="_blank"><img src="https://joomlapro.com/images/logo2.png"></a>
</td>
</tr>
<tr>
<td colspan="2" style="border-top:0px; display:none;" id="donation_tr">
<table class="table table-striped">
<tr>
<td>
<div class="" style="margin-bottom:10px; ">
<p>Please donate to the creators and maintainers of this Electroneum Donate plugin by Joomlapro.com.</p>
<a id="activebtn" style="width:163px;" class="modal btn btn-success" href="https://joomlapro.com/donate" rel="{handler: 'iframe', size: {x: 500, y: 450}}">Donate</a>
</div>
<p>If problem please go to <a href="https://joomlapro.com/donate" target="_blank">https://joomlapro.com/donate</a></p>
<div style="clear:both;"></div>
<div>
<span style="margin:10px 0px; display:block;">For basic usage :</span>
<strong>{etndonate}</strong><br />
</div>
</td>
</tr>
</table>
</td>
</table>
]]>
</description>
<files>
<filename plugin="electroneum_donate">electroneum_donate.php</filename>
<filename>License_GPL2.txt</filename>
<folder>src</folder>
<folder>fields</folder>
</files>
<config>
<fields name="params">
<fieldset name="basic" addfieldpath="/plugins/content/electroneum_donate/fields">
<field type="donate" name="donate" />
<field class="downloadkey" name="download_key" type="text" label="Download ID" description="Download Id" default="" />
<field type="text" name="apikey" default="" class="input-large" size="55" label="API Key" description="API Key"/>
<field type="text" name="secret" default="" class="input-large" size="55" label="API Secret" description="API Secret"/>
<field type="text" name="outlet" default="" class="input-large" size="55" label="Outlet ID" description="Vendor Id"/>
<field
name="logo"
type="media"
label="Logo Image"
description="Select Logo Image"
/>
<field
name="description"
type="text"
default=""
label="Text"
description="Text Want to display"
/>
<field
name="btntxt"
type="text"
default="Donate"
label="Text on Donate Button"
description="Dontate Button Text"
/>
<field
name="color"
type="color"
default="20"
label="Color on Donate Button"
description="Dontate Button Color"
/>
<field
name="electroneum_logo"
type="radio"
label="Show Electroneum Logo"
description="Show Electroneum Logo"
class="btn-group btn-group-yesno"
default="1"
filter="integer"
>
<option value="1">JYES</option>
<option value="0">JNO</option>
</field>
<field type="text" name="successurl" default="" class="input-large" size="55" label="Success Url" description="Success Url" />
<field type="text" name="thanksmsg" default="" class="input-large" size="55" label="Thanks Message" description="Thanks Message" />
</fieldset>
</fields>
</config>
<updateservers>
<server type="extension" name="Electroneum Donate Plugin">
<![CDATA[https://joomlapro.com/index.php?option=com_rdsubs&view=updater&cat=22&type=3&format=xml ]]>
</server>
</updateservers>
</extension>