private string FormCommentPost(string linkLabel)
        {
            // HTML for link to show the "post comments"

            return(new StringBuilder()
                   .Append("<a id=\"evoCOMcfzlink\" href=\"Javascript:Evol.commentsForm()\">")
                   .AppendFormat("{0}</a>", EvoUI.HTMLPixCommentAdd + linkLabel)
                   .Append(EvoUI.HTMLDiv("evoCOMcfz", false)).Append("</div>")
                   .ToString());
        }