FCKeditor 2.6.6
[freeside.git] / httemplate / elements / fckeditor / editor / filemanager / browser / default / frmupload.html
index b84882d..e840c0a 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">\r
 <!--\r
  * FCKeditor - The text editor for Internet - http://www.fckeditor.net\r
- * Copyright (C) 2003-2007 Frederico Caldeira Knabben\r
+ * Copyright (C) 2003-2010 Frederico Caldeira Knabben\r
  *\r
  * == BEGIN LICENSE ==\r
  *\r
  *\r
  * Page used to upload new files in the current folder.\r
 -->\r
-<html xmlns="http://www.w3.org/1999/xhtml">\r
+<html>\r
        <head>\r
-               <link href="browser.css" type="text/css" rel="stylesheet" />\r
+               <title>File Upload</title>\r
+               <meta http-equiv="Content-Type" content="text/html; charset=utf-8">\r
+               <link href="browser.css" type="text/css" rel="stylesheet" >\r
                <script type="text/javascript" src="js/common.js"></script>\r
                <script type="text/javascript">\r
 \r
@@ -56,7 +58,7 @@ function OnUploadCompleted( errorNumber, data )
        // Reset the Upload Worker Frame.\r
        window.parent.frames['frmUploadWorker'].location = 'javascript:void(0)' ;\r
 \r
-       // Reset the upload form (On IE we must do a little trick to avout problems).\r
+       // Reset the upload form (On IE we must do a little trick to avoid problems).\r
        if ( document.all )\r
                document.getElementById('NewFile').outerHTML = '<input id="NewFile" name="NewFile" style="WIDTH: 100%" type="file">' ;\r
        else\r
@@ -93,9 +95,9 @@ window.onload = function()
 }\r
                </script>\r
        </head>\r
-       <body bottommargin="0" topmargin="0">\r
+       <body>\r
                <form id="frmUpload" action="" target="frmUploadWorker" method="post" enctype="multipart/form-data" onsubmit="return OnSubmit();">\r
-                       <table height="100%" cellspacing="0" cellpadding="0" width="100%" border="0">\r
+                       <table class="fullHeight" cellspacing="0" cellpadding="0" width="100%" border="0">\r
                                <tr>\r
                                        <td nowrap="nowrap">\r
                                                <span id="eUploadMessage">Upload a new file in this folder</span><br>\r