');
- $('#' + result[i].title + "_summary").append('
');
- for (k in result[i].structure[result[i].folder]) {
- for (l in result[i].structure[result[i].folder][k]) {
- $('#' + result[i].title + "_summary").append('- ' + k + '/' + l + '
');
- }
- }
- $('#' + result[i].title + "_summary").append('
');
- $('#' + result[i].title + "_summary").append('
');
- }
+ function getIndexedPlugins(d) {
+ var result = JSON.parse(d);
+ $('#pluginView').empty();
+ for (i in result) {
+ var buttons = '';
+ if (result[i].update == 'yes') {
+ buttons = buttons + "