2013-02-20 20:33:05 -05:00
<!DOCTYPE html>
< html >
< head >
< title > Plugins< / title >
< / head >
< body >
< div id = "pluginCatalogPage" data-role = "page" class = "page type-interior pluginConfigurationPage" >
< div data-role = "content" >
< div class = "content-primary" >
2013-04-04 00:24:52 -04:00
< div data-role = "controlgroup" data-type = "horizontal" data-mini = "true" >
2013-08-26 16:26:30 -04:00
< a href = "plugins.html" data-role = "button" > Installed Server Plugins< / a >
2013-03-28 20:10:15 -04:00
< a href = "plugincatalog.html" data-role = "button" class = "ui-btn-active" > Plugin Catalog< / a >
< a href = "pluginupdates.html" data-role = "button" > Automatic Updates< / a >
2013-02-20 20:33:05 -05:00
< / div >
2013-04-08 18:38:18 -07:00
2013-08-28 23:20:10 -04:00
< p style = "margin: 2em 0;" >
< strong > Plugin types: < a data-rel = "popup" data-position-to = "origin" href = "#freePlugins" > Free< / a > ,
< a data-rel = "popup" data-position-to = "origin" href = "#supporterPlugins" > Supporter-Only< / a > , and < a data-rel = "popup" data-position-to = "origin" href = "#premiumPlugins" > Premium< / a > .< / strong >
< / p >
< div style = "display: inline-block;" >
< label for = "selectTargetSystem" > Show plugins for< / label >
2013-08-26 13:11:21 -04:00
< / div >
2013-07-29 11:27:43 -04:00
2013-08-28 23:20:10 -04:00
< div style = "display: inline-block;" >
< select id = "selectTargetSystem" data-mini = "true" data-inline = "true" style = "margin-left: .5em;" >
< option value = "Server" > MB Server< / option >
< option value = "MBTheater" > MB Theater< / option >
< option value = "MBClassic" > MB Classic< / option >
< / select >
< / div >
2013-07-29 11:27:43 -04:00
2013-08-28 23:20:10 -04:00
< div style = "display: inline-block; vertical-align: bottom;" >
< input class = "chkPremiumFilter" type = "checkbox" data-mini = "true" data-inline = "true" name = "chkPremium" id = "chkPremium" data-theme = "c" data-filter = "IsPremium" >
< label for = "chkPremium" > Show Free Only< / label >
< / div >
2013-08-26 16:26:30 -04:00
2013-04-11 12:11:04 -04:00
2013-07-29 11:27:43 -04:00
< div id = "noPlugins" class = "hide" >
< div style = "text-align: center; margin: 10px;" > No available plugins< / div >
< / div >
2013-04-11 17:58:30 -07:00
2013-07-29 11:27:43 -04:00
< div id = "pluginTiles" > < / div >
2013-04-03 19:25:14 -07:00
2013-02-20 20:33:05 -05:00
< / div >
< / div >
2013-04-03 20:56:02 -07:00
2013-08-28 23:20:10 -04:00
2013-08-26 13:25:13 -04:00
< div data-role = "popup" class = "ui-content" id = "freePlugins" data-theme = "e" data-overlay-theme = "a" style = "max-width: 50%" >
2013-08-26 13:11:21 -04:00
< a href = "#" data-rel = "back" data-role = "button" data-theme = "a" data-icon = "delete" data-iconpos = "notext" class = "ui-btn-right" > Close< / a >
2013-08-28 23:20:10 -04:00
< p >
Free plug-ins can be installed and used by anyone for free. They will appear in the catalog without any banners.< p >
2013-08-26 13:11:21 -04:00
< / div >
2013-08-26 13:25:13 -04:00
< div data-role = "popup" class = "ui-content" id = "supporterPlugins" data-theme = "e" data-overlay-theme = "a" style = "max-width: 50%" >
2013-08-26 13:11:21 -04:00
< a href = "#" data-rel = "back" data-role = "button" data-theme = "a" data-icon = "delete" data-iconpos = "notext" class = "ui-btn-right" > Close< / a >
< p > Supporter-Only plug-ins are free for anyone who is an < strong > MB3 Supporter< / strong > (with a valid MB3 key who has donated the minimum amount to the overall project).< / p >
2013-08-28 23:20:10 -04:00
< p >
Anyone can install them and enjoy a free trial period of 14 days in most instances. The trial period may commence as soon as you install the plug-in.< p >
< p > These plug-ins will appear in the catalog with a "Supporter" banner.< / p >
2013-08-26 13:11:21 -04:00
< / div >
2013-08-26 13:25:13 -04:00
< div data-role = "popup" class = "ui-content" id = "premiumPlugins" data-theme = "e" data-overlay-theme = "a" style = "max-width: 50%" >
2013-08-26 13:11:21 -04:00
< a href = "#" data-rel = "back" data-role = "button" data-theme = "a" data-icon = "delete" data-iconpos = "notext" class = "ui-btn-right" > Close< / a >
2013-08-28 23:20:10 -04:00
< p >
Premium plug-ins are developed by third-parties and require that you be an < strong > MB3 Supporter < em > and< / em > also register the plug-in with its creator.< / strong >
The cost of registering these plug-ins is set for each one by its creator and all revenues go to that person.
< / p >
2013-08-26 13:11:21 -04:00
< p > Anyone can install them and enjoy a free trial period of 14 days in most instances. The trial period may commence as soon as you install the plug-in.< / p >
2013-08-28 23:20:10 -04:00
< p >
You should install premium plug-ins without registering them first to take advantage of this trial period. Then, if you find the functionality useful,
2013-08-26 13:11:21 -04:00
you can register it via its detail page here in the catalog.
2013-08-28 23:20:10 -04:00
< / p >
< p > These plug-ins will appear in the catalog with a "Premium" banner.< / p >
2013-08-26 13:11:21 -04:00
< / div >
2013-02-20 20:33:05 -05:00
< / div >
< / body >
< / html >