/**
 * Closes the HTML for samples.
 */
function printSampleHtmlFooter()
{
    print '<br><a href="index.php">Go back to samples list</a>';
    printHtmlFooter();
}
Example #2
0
			obj = loader.document.getElementById("commentCountOnRecentEntries<?php 
                echo $comment['entry'];
                ?>
");
			if (obj != null) obj.innerHTML = "<?php 
                echo str_innerHTML($commentCount);
                ?>
";
		} catch(e) { }
		try {
			obj = loader.document.getElementById('list-form');
			if(obj != null) loader.document.getElementById('list-form').submit();
		} catch(e) { }
		if (opener == null) {
			parent.tcDialog.close();
		} else {
			window.close();
		}
	//]]>
</script>
<?php 
                printHtmlFooter();
                exit;
            }
        }
    }
}
$pageTitle = _text('댓글에 댓글 달기');
$comment = array('name' => '', 'password' => '', 'homepage' => 'http://', 'secret' => 0, 'comment' => '');
$viewMode = 'comment';
require ROOT . '/library/view/replyEditorView.php';