Update of 
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources
In directory 
james.mmbase.org:/tmp/cvs-serv6491/cmsc/contentrepository/src/webapp/editors/resources

Modified Files:
        attachmentupload.jsp attachmentsearch.jsp imagesearch.jsp 
        imageupload.jsp 
Log Message:
CMSC-456 - Corrected HTML \ JavaScript errors. Also better XHTML.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources
See also: http://www.mmbase.org/jira/browse/CMSC-456


Index: attachmentupload.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources/attachmentupload.jsp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- attachmentupload.jsp        21 May 2007 18:06:16 -0000      1.7
+++ attachmentupload.jsp        18 Jan 2008 12:46:26 -0000      1.8
@@ -5,7 +5,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
 <html:html xhtml="true">
 <cmscedit:head title="attachments.upload.title">
-    <script src="../repository/search.js"type="text/javascript" ></script>
+    <script src="../repository/search.js" type="text/javascript"></script>
        <script language="javascript" type="text/javascript">
            function upload() {
                var f=document.forms[0];


Index: attachmentsearch.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources/attachmentsearch.jsp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- attachmentsearch.jsp        21 May 2007 18:06:16 -0000      1.6
+++ attachmentsearch.jsp        18 Jan 2008 12:46:26 -0000      1.7
@@ -6,8 +6,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
 <html:html xhtml="true">
 <cmscedit:head title="attachments.title">
-       <script src="../repository/search.js"type="text/javascript" ></script>
-       <script src="../repository/content.js"type="text/javascript" ></script>
+       <script src="../repository/search.js" type="text/javascript"></script>
+       <script src="../repository/content.js" type="text/javascript"></script>
        <script type="text/javascript">
                function selectElement(element, title, src) {
                        if(window.top.opener != undefined) {


Index: imagesearch.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources/imagesearch.jsp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- imagesearch.jsp     21 May 2007 18:06:16 -0000      1.5
+++ imagesearch.jsp     18 Jan 2008 12:46:26 -0000      1.6
@@ -7,8 +7,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
 <html:html xhtml="true">
 <cmscedit:head title="images.title">
-       <script src="../repository/search.js"type="text/javascript" ></script>
-       <script src="../repository/content.js"type="text/javascript" ></script>
+       <script src="../repository/search.js" type="text/javascript"></script>
+       <script src="../repository/content.js" type="text/javascript"></script>
        <script type="text/javascript">
                function selectElement(element, title, src, width, height, 
description) {
                        


Index: imageupload.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources/imageupload.jsp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- imageupload.jsp     21 May 2007 18:06:16 -0000      1.6
+++ imageupload.jsp     18 Jan 2008 12:46:26 -0000      1.7
@@ -6,7 +6,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
 <html:html xhtml="true">
 <cmscedit:head title="images.upload.title">
-  <script src="../repository/search.js"type="text/javascript" ></script>
+  <script src="../repository/search.js" type="text/javascript"></script>
   <script language="javascript" type="text/javascript">
     function upload() {
         var f=document.forms[0];
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to