Tags:
create new tag
, view all tags
(function (items){ var out=[]; var itemfmt='%0 on %1
by %2
%3

'; for(var i=0;i<items.length;i++){ var item=items[i]; out.push(itemfmt.format([item.who,item.when,item.by,item.summary.replace(/\n/g,' ')])); } var target=document.getElementById('paulreiber'); if (target) target.innerHTML=out.join(""); })([ { "who":"TopicName1", "when":"Tuesday, April 14, 2009", "by":"JoeSmith", "summary":"frotz gronk snork" }, { "who":"TopicName2", "when":"Tuesday, April 14, 2009", "by":"JoeSmith", "summary":"yabba dabba doo" } ]);
Topic revision: r1 - 2009.04.14 - EricShulman
 
This site is powered by the TWiki collaboration platformCopyright © 2008-2012 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback