includes/clientside/tinymce/plugins/paste/blank.htm
author Dan
Sun, 07 Oct 2007 21:28:36 -0400
changeset 179 36b287f1d85c
parent 1 fe660c52c48f
child 335 67bd3121a12e
permissions -rw-r--r--
[F] Added support for account lockouts. User is locked out or required to complete a CAPTCHA after specified threshold for specified period.

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<title>blank_page</title>
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
	<script language="javascript">
		function init() {
			document.body.contentEditable = true;
			document.designMode = 'on';
			parent.initIframe(document);
			window.focus();
		}
	</script>
	<link href="css/blank.css" rel="stylesheet" type="text/css" />
	<base target="_self" />
</head>
<body onload="init();">

</body>
</html>