(function(){var a=window.XWiki||{};a.index=a.index||{};a.index.displayAttachmentEntry=function(f,c,d){var e=new Element("tr");if(f.acclev==true){e.appendChild(new Element("td").update(f.mimeType));var b=new Element("a",{href:f.fileurl}).update(f.filename.escapeHTML());e.appendChild(new Element("td").update(b));e.appendChild(new Element("td",{"class":"location"}).update(f.fullName));e.appendChild(new Element("td").update(f.filesize));e.appendChild(new Element("td").update(f.date.escapeHTML()));e.appendChild(new Element("td").update(f.author))}else{e.appendChild(new Element("td"));e.appendChild(new Element("td"));e.appendChild(new Element("td",{"class":"location"}).update(f.fullName+"*"));e.appendChild(new Element("td"));e.appendChild(new Element("td"));e.appendChild(new Element("td"));$("inaccessibleDocsMessage").removeClassName("hidden")}return e}})();