Team:Warsaw/Calendar-Main/NoAtribution
From 2008.igem.org
(Difference between revisions)
Line 219: | Line 219: | ||
for (i in authors) | for (i in authors) | ||
{ | { | ||
- | + | var ser=ans.search(authors[i]); | |
- | if(ans.search(authors[i])>0) { | + | //if(ans.search(authors[i])>0) { |
+ | if (ser>0) { | ||
document.getElementById(authors[i]).innerHTML=document.getElementById(authors[i]).innerHTML+"<br/><a href="+'"'+adresbase+nday+'"'+">"+nday+": "+removeHTMLTags(get_title_by_author(ans,authors[i]))+"</a>"; | document.getElementById(authors[i]).innerHTML=document.getElementById(authors[i]).innerHTML+"<br/><a href="+'"'+adresbase+nday+'"'+">"+nday+": "+removeHTMLTags(get_title_by_author(ans,authors[i]))+"</a>"; | ||
Revision as of 15:22, 24 October 2008
Attribution analyzer
|