2013-02-20 18:33:05 -07:00
<!DOCTYPE html>
< html >
< head >
< title > < / title >
< / head >
< body >
< div id = "addPluginPage" data-role = "page" class = "page type-interior pluginConfigurationPage" >
< div data-role = "content" >
< div class = "content-primary" >
< p >
2013-12-24 11:37:29 -07:00
< a data-role = "button" data-icon = "arrow-l" data-inline = "true" data-mini = "true" data-theme = "b" href = "plugincatalog.html" > Plugin Catalog< / a >
2013-02-20 18:33:05 -07:00
< / p >
2013-12-19 14:51:32 -07:00
< form class = "addPluginForm" >
2013-02-20 18:33:05 -07:00
< p id = "tagline" style = "font-style: italic;" > < / p >
< p id = "pPreviewImage" style = "text-align: center; margin: 2em 0;" > < / p >
< p id = "overview" > < / p >
2013-12-24 11:37:29 -07:00
< div data-role = "collapsible" data-collapsed = "false" style = "margin-top: 2em;" >
2013-02-20 18:33:05 -07:00
< h3 > Install< / h3 >
2013-04-07 19:54:21 -07:00
< p id = "pCurrentVersion" > < / p >
< p id = "pSelectVersion" class = "hide" >
2013-02-20 18:33:05 -07:00
< label for = "selectVersion" > Select version to install:< / label >
< select id = "selectVersion" name = "selectVersion" > < / select >
< / p >
2013-04-03 19:25:14 -07:00
< p id = "btnInstallDiv" class = "hide" >
2013-12-24 11:37:29 -07:00
< button id = "btnInstall" type = "submit" data-icon = "arrow-d" data-theme = "b" > Install< / button >
2013-02-20 18:33:05 -07:00
< / p >
2013-08-31 09:36:31 -07:00
< p id = "nonServerMsg" > < / p >
2013-02-20 18:33:05 -07:00
< / div >
< / form >
2013-03-26 20:00:50 -07:00
2013-08-17 18:26:19 -07:00
< form name = "_xclick" action = "https://www.paypal.com/cgi-bin/webscr" method = "post" >
2013-12-24 11:37:29 -07:00
< div class = "premiumPackage" data-role = "collapsible" data-collapsed = "false" style = "margin-top: 2em; display: none" >
2013-02-20 18:33:05 -07:00
< h3 > Registration< / h3 >
< p id = "regStatus" >
< / p >
< p id = "regInfo" >
< / p >
2014-01-02 14:21:06 -07:00
< p class = "supporterDescription" > This is a < a data-rel = "popup" href = "#supporterPlugins" > supporter-only< / a > plugin.< br / >
< br / >
It will require a < a href = "supporter.html" > supporter key< / a > in order to register after the < strong > 14-day free trial< / strong > .< / p >
< p class = "premiumDescription" >
This is a < a data-rel = "popup" href = "#premiumPlugins" > premium< / a > plugin.< br / >
< br / >
It will require a < a href = "supporter.html" > supporter key< / a > in order to purchase and register after the < strong > 14-day free trial< / strong > .
< / p >
2013-03-07 12:03:23 -07:00
< div class = "premiumHasPrice" style = "display: none" >
< p id = "regPrice" >
< / p >
< input type = "hidden" name = "cmd" value = "_xclick" >
< input type = "hidden" id = "payPalEmail" name = "business" value = "mb_1358534950_biz@reedsplace.com" >
< input type = "hidden" name = "currency_code" value = "USD" >
< input type = "hidden" id = "featureName" name = "item_name" value = "MBSupporter" >
< input type = "hidden" id = "amount" name = "amount" value = "10" >
< input type = "hidden" id = "featureId" name = "item_number" value = "MBSupporter" >
< input type = "hidden" name = "notify_url" value = "http://mb3admin.com/admin/service/services/ppipn.php" >
2013-03-26 20:00:50 -07:00
< input type = "hidden" name = "return" id = "paypalReturnUrl" value = "#" >
2013-09-01 18:38:28 -07:00
< a data-role = "button" id = "ppButton" onclick = "$(this).parents('form')[0].submit();" >
2013-03-26 20:00:50 -07:00
< img src = "css/images/supporter/registerpaypal.png" / > < / a >
< p id = "noEmail" style = "display: none" >
2014-01-29 09:16:24 -07:00
< strong > This developer has not provided a PayPal email. Please see their
2013-03-07 12:03:23 -07:00
website for registration information.< / strong >
< / p >
2013-03-26 20:00:50 -07:00
2013-03-07 12:03:23 -07:00
< / div >
2013-03-26 20:00:50 -07:00
2013-02-20 18:33:05 -07:00
< / div >
2013-11-08 13:53:09 -07:00
2013-12-24 11:37:29 -07:00
< div data-role = "collapsible" data-collapsed = "false" style = "margin-top: 2em;" >
2013-11-08 13:53:09 -07:00
< h3 > Rating and Reviews< / h3 >
2013-12-28 22:32:03 -07:00
< div >
< br / >
< div id = "ratingLine" > < / div >
< div id = "latestReviews" > < / div >
< / div >
2013-11-08 13:53:09 -07:00
< / div >
2013-02-20 18:33:05 -07:00
2013-12-24 11:37:29 -07:00
< div data-role = "collapsible" data-collapsed = "false" style = "margin-top: 2em;" >
2013-02-20 18:33:05 -07:00
< h3 > Developer Info< / h3 >
< p id = "developer" > < / p >
< p id = "pViewWebsite" style = "display: none;" >
< a href = "#" data-rel = "external" target = "_blank" > View Website< / a >
< / p >
< / div >
2013-12-24 11:37:29 -07:00
< div data-role = "collapsible" style = "margin-top: 2em;" >
2013-02-20 18:33:05 -07:00
< h3 > Revision History< / h3 >
< div id = "revisionHistory" > < / div >
< / div >
< / form >
2013-12-25 20:44:26 -07:00
< div data-role = "popup" class = "ui-content" id = "supporterPlugins" style = "max-width: 250px;" >
2013-12-24 11:37:29 -07:00
< a href = "#" data-rel = "back" data-role = "button" data-theme = "b" data-icon = "delete" data-iconpos = "notext" class = "ui-btn-right" > Close< / a >
2013-08-31 09:36:31 -07:00
< 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 >
< 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 >
< / div >
2013-12-25 20:44:26 -07:00
< div data-role = "popup" class = "ui-content" id = "premiumPlugins" style = "max-width: 250px;" >
2013-12-24 11:37:29 -07:00
< a href = "#" data-rel = "back" data-role = "button" data-theme = "b" data-icon = "delete" data-iconpos = "notext" class = "ui-btn-right" > Close< / a >
2013-08-31 09:36:31 -07: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 >
< 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 >
You should install premium plug-ins without registering them first to take advantage of this trial period. Then, if you find the functionality useful,
you can register it via its detail page here in the catalog.
< / p >
< p > These plug-ins will appear in the catalog with a "Premium" banner.< / p >
< / div >
2013-02-20 18:33:05 -07:00
< / div >
< / div >
< script type = "text/javascript" >
2013-12-19 14:51:32 -07:00
$('.addPluginForm').off('submit', AddPluginPage.onSubmit).on('submit', AddPluginPage.onSubmit);
2013-02-20 18:33:05 -07:00
< / script >
< / div >
< / body >
< / html >