Mercurial > public > sg101
view media/js/tiny_mce/plugins/paste/blank.htm @ 120:f8f4514b806a
Added a 24-hour time preference flag in the user profile. Added forum template tags for showing forum dates/times adjusted for the user's time zone.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 25 Oct 2009 21:55:28 +0000 |
parents | a5b4c5ce0658 |
children |
line wrap: on
line source
<html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>blank_page</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <link href="css/blank.css" rel="stylesheet" type="text/css" /> <script type="text/javascript"> function init() { if (parent.tinymce.isIE) document.body.contentEditable = true; else document.designMode = 'on'; parent.initIframe(document); window.focus(); } </script> </head> <body onload="init();"> </body> </html>