list.addChild("li", "[quote author=name message=message-id] quoted text with author and message ID [/quote]");
list.addChild("li", "[code] monospaced text [/code]");
}
private void addRateMessageBox(HTMLNode parent, Byte selectedMessageRating) {
Identity identity = mParentMessage.getAuthor();
if(identity == mOwnIdentity)
return;
HTMLNode rateMessageBox = getContentBox(l10n().getString(
"NewReplyPage.RateMessageBox.Header",
new String[] { "identityname" },
new String[] { identity.getShortestUniqueName() }));
parent.addChild(rateMessageBox);
try {
mFreetalk.getMessageManager().getMessageRating(mOwnIdentity, mParentMessage);