}); }); </script> <?php if ($this->errors['captcha'] || $this->errors['name'] || $this->errors['body']) { echo "<script>\n\t\t\tjQuery('#commentadd').css('display','block');\n\t\t\tjQuery('#commentaddbutton').css('display','none');\n\t</script>"; } ?> <?php } ?> <?php echo FST_Helper::PageSubTitle2($this->add_a_comment); ?> <form id='addcommentform' action="<?php echo FSTRoute::x('&tmpl=component&task=commentpost'); ?> " method="post"> <input type='hidden' name='comment' value='add' > <input type='hidden' name='uid' value='<?php echo $this->uid; ?> ' > <input type='hidden' name='ident' value='<?php echo $this->ident; ?> ' > <?php