<% //====== Comment PAGE OUTPUT ================================= // Copyright 2005 SiC. All Rights Reserved. // Last Update: 2005-04-23 19:09:38 //============================================================ function outputCommentList(comments, intEntryCount, intEntryPerPage, intCurrentPage, intCategory, strURLPrefix, arrKeywords){ var strPageLinks = func.generatePageLinks(intEntryCount, intEntryPerPage, intCurrentPage, 15, strURLPrefix); %>
<%=lang["comments"]%> | <%if(intCategory){%><%=lang["category"]%>: <%=func.HTMLEncode(theCache.getCategoryByID(intCategory).name)%> | <%}%> <%if(input["q"]){%><%=lang["search"]%>: <%=func.HTMLEncodeLite(input["q"])%> | <%}%> <%=strPageLinks%>
<% if(intEntryCount==0){ %>
<%=lang["no-entry"]%>
<% }else{ for(var i=0;i
/icon_quote<%if(authorID==log_authorID)write("_author")%>.gif" alt="<%=lang["quote"]%>" /> <%=author%><%if(authorID==0)write("*")%> : <%=log_title%>
[ <%=func.getDateTimeString("YY-MM-DD hh:ii:ss",postTime)%><%if(theUser.groupID==1){%> | <%=IP%><%}%> ] <%if(theUser.loggedIn&&(theUser.rights["edit"]>1||(theUser.rights["edit"]==1&&(theUser.id==log_authorID||theUser.id==authorID)))){%>  /icon_edit.gif" alt="<%=lang['edit']%>"> <%}%> <%if(theUser.loggedIn&&(theUser.rights["delete"]>1||(theUser.rights["delete"]==1&&(theUser.id==log_authorID||theUser.id==authorID)))){%>  ?')">/icon_del.gif" alt="<%=lang['delete']%>"> <%}%>
<%if(!hidden||theUser.id==log_authorID||(theUser.id==authorID&&authorID!=0)){%> <% var strContent=ubb.toHTML(func.HTMLEncode(content),ubbFlags,"",true) if(arrKeywords.length>0){ strContent=func.highlight(strContent, arrKeywords); } %> <%=strContent%> <%if(editMark){ var arrEdit=editMark.split("$|$"); %>
[<%=lang["edited_by"]+arrEdit[0]+lang["at"]+arrEdit[1]%>]
<%}%> <%}else{%>
<%=lang["hidden_comment"]%>
<%}%>
<%} } } %>
<%=lang["comments"]%> | <%=strPageLinks%>
<% sidebar(); %>
<% } // Edit Comment Form function outputEditComment(strTitle,strActionURL,strContent,strUBBFlags,bHidden){ %>
<%commentForm(strTitle,strActionURL,strContent,strUBBFlags,bHidden)%>
<% sidebar(); %>
<% } %>