-
Notifications
You must be signed in to change notification settings - Fork 10
/
dnn_Vendors.dnn
208 lines (208 loc) · 10.1 KB
/
dnn_Vendors.dnn
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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
<?xml version="1.0" encoding="utf-8"?>
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="DotNetNuke.Vendors" type="Module" version="8.2.0">
<friendlyName>Vendors</friendlyName>
<description>Administrators can manage the Vendors and Banners associated to the site. This module allows you to add a new vendor, modify an existing vendor, and delete a vendor.</description>
<iconFile>~/Icons/Sigma/Vendors_32X32_Standard.png</iconFile>
<owner>
<name>DNN</name>
<organization>DNN Corp.</organization>
<url>http://www.dnnsoftware.com</url>
<email>[email protected]</email>
</owner>
<license src="license.txt" />
<releaseNotes src="releaseNotes.txt" />
<dependencies>
<dependency type="coreVersion">08.00.00</dependency>
</dependencies>
<azureCompatible>true</azureCompatible>
<components>
<component type="Script">
<scripts>
<basePath>DesktopModules\Vendors</basePath>
<script type="Install">
<path>Providers\DataProviders\SqlDataProvider</path>
<name>08.00.00.SqlDataProvider</name>
<version>08.00.00</version>
</script>
<script type="UnInstall">
<path>Providers\DataProviders\SqlDataProvider</path>
<name>Uninstall.SqlDataProvider</name>
</script>
</scripts>
</component>
<component type="Module">
<desktopModule>
<moduleName>Vendors</moduleName>
<foldername>Vendors</foldername>
<businessControllerClass>Dnn.Modules.Vendors.Components.VendorsController</businessControllerClass>
<supportedFeatures>
<supportedFeature type="Upgradeable" />
</supportedFeatures>
<moduleDefinitions>
<moduleDefinition>
<friendlyName>Vendors</friendlyName>
<moduleControls>
<moduleControl>
<controlKey />
<controlSrc>DesktopModules/Vendors/Vendors.ascx</controlSrc>
<controlTitle />
<controlType>View</controlType>
<iconFile></iconFile>
<helpUrl>http://help.dotnetnuke.com/070100/default.htm#Documentation/Using the Control Panel/Admin Console/Vendors/About the Admin Vendors Module.html</helpUrl>
<viewOrder>0</viewOrder>
<supportsPartialRendering>True</supportsPartialRendering>
<supportsPopUps>True</supportsPopUps>
</moduleControl>
<moduleControl>
<controlKey>Affiliate</controlKey>
<controlSrc>DesktopModules/Vendors/EditAffiliate.ascx</controlSrc>
<controlTitle>Affiliate Management</controlTitle>
<controlType>Edit</controlType>
<iconFile></iconFile>
<helpUrl>http://help.dotnetnuke.com/070100/default.htm#Documentation/Using the Control Panel/Admin Console/Vendors/Module Editors/Affiliate Accounts/Adding an Affiliate Referral Account .html</helpUrl>
<viewOrder>0</viewOrder>
<supportsPartialRendering>True</supportsPartialRendering>
<supportsPopUps>True</supportsPopUps>
</moduleControl>
<moduleControl>
<controlKey>Banner</controlKey>
<controlSrc>DesktopModules/Vendors/editbanner.ascx</controlSrc>
<controlTitle>Banner</controlTitle>
<controlType>Edit</controlType>
<iconFile></iconFile>
<helpUrl>http://help.dotnetnuke.com/070100/default.htm#Documentation/Using the Control Panel/Admin Console/Vendors/Module Editors/Vendor Banners/Adding an Image Banner to a Vendor.html</helpUrl>
<viewOrder>0</viewOrder>
<supportsPartialRendering>True</supportsPartialRendering>
<supportsPopUps>True</supportsPopUps>
</moduleControl>
<moduleControl>
<controlKey>Edit</controlKey>
<controlSrc>DesktopModules/Vendors/editvendors.ascx</controlSrc>
<controlTitle>Edit Vendors</controlTitle>
<controlType>Edit</controlType>
<iconFile></iconFile>
<helpUrl>http://help.dotnetnuke.com/070100/default.htm#Documentation/Using the Control Panel/Admin Console/Vendors/Module Editors/Vendor Accounts/Adding a New Vendor.html</helpUrl>
<viewOrder>0</viewOrder>
<supportsPartialRendering>True</supportsPartialRendering>
<supportsPopUps>True</supportsPopUps>
</moduleControl>
</moduleControls>
</moduleDefinition>
</moduleDefinitions>
</desktopModule>
<eventMessage>
<processorType>DotNetNuke.Entities.Modules.EventMessageProcessor, DotNetNuke</processorType>
<processorCommand>UpgradeModule</processorCommand>
<attributes>
<businessControllerClass>Dnn.Modules.Vendors.Components.VendorsController</businessControllerClass>
<desktopModuleID>[DESKTOPMODULEID]</desktopModuleID>
<upgradeVersionsList>08.00.00</upgradeVersionsList>
</attributes>
</eventMessage>
</component>
<component type="Assembly">
<assemblies>
<assembly>
<path>bin</path>
<name>Dnn.Modules.Vendors.dll</name>
</assembly>
</assemblies>
</component>
<component type="ResourceFile">
<resourceFiles>
<basePath>DesktopModules/Vendors</basePath>
<resourceFile>
<name>Resources.zip</name>
</resourceFile>
</resourceFiles>
</component>
<component type="ResourceFile">
<resourceFiles>
<basePath>bin</basePath>
<resourceFile>
<name>Symbols.zip</name>
</resourceFile>
</resourceFiles>
</component>
<component type="Cleanup" version="08.01.01" fileName="08.00.00.txt" />
<component type="File">
<files>
<basePath>DesktopModules\Vendors</basePath>
<file>
<name>08.00.00.txt</name>
</file>
</files>
</component>
</components>
</package>
<package name="DotNetNuke.Banners" type="Module" version="8.2.0">
<friendlyName>Banners</friendlyName>
<description>Banner advertising is managed through the Vendors module in the Admin tab. You can select the number of banners to display as well as the banner type.</description>
<iconFile>DesktopModules/Vendors/banners.png</iconFile>
<owner>
<name>DNN</name>
<organization>DNN Corp.</organization>
<url>http://www.dnnsoftware.com</url>
<email>[email protected]</email>
</owner>
<license src="license.txt" />
<releaseNotes src="releaseNotes.txt" />
<dependencies>
<dependency type="coreVersion">08.00.00</dependency>
</dependencies>
<azureCompatible>true</azureCompatible>
<components>
<component type="Module">
<desktopModule>
<moduleName>Banners</moduleName>
<foldername>Banners</foldername>
<businessControllerClass>Dnn.Modules.Vendors.Components.BannerController</businessControllerClass>
<supportedFeatures>
<supportedFeature type="Upgradeable" />
</supportedFeatures>
<moduleDefinitions>
<moduleDefinition>
<friendlyName>Banners</friendlyName>
<moduleControls>
<moduleControl>
<controlKey />
<controlSrc>DesktopModules/Vendors/DisplayBanners.ascx</controlSrc>
<controlTitle />
<controlType>View</controlType>
<iconFile></iconFile>
<helpUrl>http://help.dotnetnuke.com/070100/default.htm#Documentation/Building Your Site/Installed Modules/Banners/About the Banners Module.html</helpUrl>
<viewOrder>0</viewOrder>
<supportsPartialRendering>True</supportsPartialRendering>
<supportsPopUps>True</supportsPopUps>
</moduleControl>
<moduleControl>
<controlKey>Edit</controlKey>
<controlSrc>DesktopModules/Vendors/BannerOptions.ascx</controlSrc>
<controlTitle>Edit Banners</controlTitle>
<controlType>Edit</controlType>
<iconFile></iconFile>
<helpUrl>http://help.dotnetnuke.com/070100/default.htm#Documentation/Building Your Site/Installed Modules/Banners/Module Editors/Editing Banner Options.html</helpUrl>
<viewOrder>0</viewOrder>
<supportsPartialRendering>True</supportsPartialRendering>
<supportsPopUps>True</supportsPopUps>
</moduleControl>
</moduleControls>
</moduleDefinition>
</moduleDefinitions>
</desktopModule>
<eventMessage>
<processorType>DotNetNuke.Entities.Modules.EventMessageProcessor, DotNetNuke</processorType>
<processorCommand>UpgradeModule</processorCommand>
<attributes>
<businessControllerClass>Dnn.Modules.Vendors.Components.BannerController</businessControllerClass>
<desktopModuleID>[DESKTOPMODULEID]</desktopModuleID>
<upgradeVersionsList>08.00.00</upgradeVersionsList>
</attributes>
</eventMessage>
</component>
</components>
</package>
</packages>
</dotnetnuke>