Committer: ailyin
LJINT-362 (Comments for side projects)A trunk/htdocs/gadgets/external-landing.bml
Added: trunk/htdocs/gadgets/external-landing.bml =================================================================== --- trunk/htdocs/gadgets/external-landing.bml (rev 0) +++ trunk/htdocs/gadgets/external-landing.bml 2011-01-20 10:37:29 UTC (rev 9928) @@ -0,0 +1,26 @@ +<?_code + + LJ::need_res(); + +_code?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> +<head> +<title>Log in</title> +<?_code return LJ::res_includes(); _code?> + +<script type="text/javascript"> +setTimeout(function() { + window.opener.location.reload(); + window.close(); +}, 1000); +</script> + +</head> +<body> + +Authentication complete; you will be returned back soon. + +</body> +</html>