X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=examples%2Fhtdocs%2Fmkws-widget-credo.js;h=f8efb57b5519b88c29369c27d459437902752955;hb=967e58eeb2f1adc26266817db19ac426e7be6860;hp=59a9a13162b12def3c1e0baa3f33bac4e60f4069;hpb=5d2f6ac42949f5553a483d37a8b57a2f2f96bc5f;p=mkws-moved-to-github.git diff --git a/examples/htdocs/mkws-widget-credo.js b/examples/htdocs/mkws-widget-credo.js index 59a9a13..f8efb57 100644 --- a/examples/htdocs/mkws-widget-credo.js +++ b/examples/htdocs/mkws-widget-credo.js @@ -51,8 +51,6 @@ mkws.registerWidgetType('Credo', function() { s.push(''); s.push(''); - s.push(section('mindmap', 'Create a Mind Map for ', - this.subwidget('Mindmap', { _team: 'main', facet: 'subject' }))); s.push(section('topics', 'Related Topics', this.subwidget('Facet', { _team: 'main', facet: 'subject' }))); s.push(''); @@ -61,7 +59,7 @@ mkws.registerWidgetType('Credo', function() { s.push('
'); - s.push(sectionRow('entries', 'Credo Entries', + s.push(sectionRow('entries', 'Results from all targets', this.subwidget('Records', { _team: 'main' }))); s.push(sectionRow('articles', 'Articles', this.subwidget('Records', { _team: 'articles', targetfilter: 'categories=articles' }))); @@ -69,8 +67,6 @@ mkws.registerWidgetType('Credo', function() { this.subwidget('Records', { _team: 'books', targetfilter: 'categories=books' }))); s.push(sectionRow('news', 'News', this.subwidget('Records', { _team: 'news', targetfilter: 'categories=news' }))); - s.push(sectionRow('resources', 'Suggested Resources', - "### Not yet implemented")); s.push(''); @@ -112,8 +108,3 @@ mkws.registerWidgetType('Credo', function() { return s.join(''); } }); - - -mkws.registerWidgetType('Mindmap', function() { - this.node.html("### We do not yet have a Mindmap widget"); -});