Author: kevinshen
Date: 2009-09-16 11:36:37 +0200 (Wed, 16 Sep 2009)
New Revision: 38650

Modified:
   
CMSContainer/trunk/CMSContainer_Modules/alias/src/webapp/editors/alias/stacked.jsp
   
CMSContainer/trunk/CMSContainer_Modules/community/src/webapp/editors/community/addUserToGroup.jsp
   
CMSContainer/trunk/CMSContainer_Modules/community/src/webapp/editors/community/import.jsp
   
CMSContainer/trunk/CMSContainer_Modules/community/src/webapp/editors/community/listGroups.jsp
   
CMSContainer/trunk/CMSContainer_Modules/community/src/webapp/editors/community/listUsers.jsp
   
CMSContainer/trunk/CMSContainer_Modules/community/src/webapp/editors/community/preferencesearch.jsp
   
CMSContainer/trunk/CMSContainer_Modules/community/src/webapp/editors/community/report_overview.jsp
   
CMSContainer/trunk/CMSContainer_Modules/community/src/webapp/editors/community/userlist_addusertogroup.jsp
   
CMSContainer/trunk/CMSContainer_Modules/community/src/webapp/editors/community/userlist_subscribercandidate.jsp
   
CMSContainer/trunk/CMSContainer_Modules/dataconversion/src/webapp/editors/dataconversion/fetchdata.jsp
   
CMSContainer/trunk/CMSContainer_Modules/dataconversion/src/webapp/editors/dataconversion/main.jsp
   
CMSContainer/trunk/CMSContainer_Modules/dataconversion/src/webapp/editors/dataconversion/succeed.jsp
   
CMSContainer/trunk/CMSContainer_Modules/directreaction/src/webapp/editors/resources/reactionsearch.jsp
   
CMSContainer/trunk/CMSContainer_Modules/egemmail/src/webapp/editors/egemmail/exportdone.jsp
   
CMSContainer/trunk/CMSContainer_Modules/egemmail/src/webapp/editors/egemmail/search.jsp
   
CMSContainer/trunk/CMSContainer_Modules/fileupload/src/webapp/editors/fileupload/configurationerror.jsp
   
CMSContainer/trunk/CMSContainer_Modules/fileupload/src/webapp/editors/fileupload/listfiles.jsp
   
CMSContainer/trunk/CMSContainer_Modules/fileupload/src/webapp/editors/fileupload/settings.jsp
   
CMSContainer/trunk/CMSContainer_Modules/knownvisitor-ntlm/src/webapp/editors/knownvisitor-ntlm/index.jsp
   
CMSContainer/trunk/CMSContainer_Modules/language-redirect/src/webapp/editors/language-redirect/test.jsp
   
CMSContainer/trunk/CMSContainer_Modules/messageoftheday/src/webapp/editors/messageoftheday/index.jsp
   
CMSContainer/trunk/CMSContainer_Modules/openofficeintegration/src/webapp/editors/repository/uploadodt.jsp
   
CMSContainer/trunk/CMSContainer_Modules/pagewizard/src/webapp/editors/pagewizard/choosewizard.jsp
   
CMSContainer/trunk/CMSContainer_Modules/pagewizard/src/webapp/editors/pagewizard/createchannel.jsp
   
CMSContainer/trunk/CMSContainer_Modules/pagewizard/src/webapp/editors/pagewizard/createcontent.jsp
   
CMSContainer/trunk/CMSContainer_Modules/pagewizard/src/webapp/editors/pagewizard/pickcontent.jsp
   
CMSContainer/trunk/CMSContainer_Modules/subsite/src/webapp/editors/subsite/personalpages.jsp
   
CMSContainer/trunk/CMSContainer_Modules/tasks/src/webapp/editors/taskmanagement/tasklist.jsp
   
CMSContainer/trunk/CMSContainer_Modules/versioning/src/webapp/editors/versioning/diff.jsp
   
CMSContainer/trunk/CMSContainer_Modules/versioning/src/webapp/editors/versioning/versioning.jsp
   
CMSContainer/trunk/CMSContainer_Modules/workflow/src/webapp/editors/workflow/publish.jsp
   
CMSContainer/trunk/CMSContainer_Modules/workflow/src/webapp/editors/workflow/workflow.jsp
Log:
CMSC-1529 Make tabs clickable in the full width

Modified: 
CMSContainer/trunk/CMSContainer_Modules/alias/src/webapp/editors/alias/stacked.jsp
===================================================================
--- 
CMSContainer/trunk/CMSContainer_Modules/alias/src/webapp/editors/alias/stacked.jsp
  2009-09-16 09:35:54 UTC (rev 38649)
+++ 
CMSContainer/trunk/CMSContainer_Modules/alias/src/webapp/editors/alias/stacked.jsp
  2009-09-16 09:36:37 UTC (rev 38650)
@@ -5,7 +5,6 @@
 <mm:content type="text/html" encoding="UTF-8" expires="0">
 <html:html xhtml="true">
 <cmscedit:head title="stacked.title">
-      <link rel="stylesheet" type="text/css" href="../css/main_extension.css" 
/>
    <script src="content.js" type="text/javascript"></script>
    <script src="search.js" type="text/javascript"></script>
    <c:if test="${not empty requestScope.refreshChannels}">

Modified: 
CMSContainer/trunk/CMSContainer_Modules/community/src/webapp/editors/community/addUserToGroup.jsp
===================================================================
--- 
CMSContainer/trunk/CMSContainer_Modules/community/src/webapp/editors/community/addUserToGroup.jsp
   2009-09-16 09:35:54 UTC (rev 38649)
+++ 
CMSContainer/trunk/CMSContainer_Modules/community/src/webapp/editors/community/addUserToGroup.jsp
   2009-09-16 09:36:37 UTC (rev 38650)
@@ -5,7 +5,6 @@
    <mm:content type="text/html" encoding="UTF-8" expires="0">
 
       <cmscedit:head title="community.title">
-                       <link rel="stylesheet" type="text/css" href="<c:url 
value="/editors/css/main_extension.css"/>" />
          <script type="text/javascript">
                function addToGroup(){
                var checkboxs = document.forms[1].getElementsByTagName("input");

Modified: 
CMSContainer/trunk/CMSContainer_Modules/community/src/webapp/editors/community/import.jsp
===================================================================
--- 
CMSContainer/trunk/CMSContainer_Modules/community/src/webapp/editors/community/import.jsp
   2009-09-16 09:35:54 UTC (rev 38649)
+++ 
CMSContainer/trunk/CMSContainer_Modules/community/src/webapp/editors/community/import.jsp
   2009-09-16 09:36:37 UTC (rev 38650)
@@ -2,7 +2,6 @@
 %><%@ taglib uri="http://jakarta.apache.org/struts/tags-html";  prefix="html"
 %><fmt:setBundle basename="cmsc-community" scope="request" /><mm:content 
type="text/html" encoding="UTF-8" expires="0"><!DOCTYPE html PUBLIC 
"-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
 <cmscedit:head title="community.data.title">
-      <link rel="stylesheet" type="text/css" href="../css/main_extension.css" 
/>
 </cmscedit:head> 
 <script language="javascript">
 function checkid(chk){

Modified: 
CMSContainer/trunk/CMSContainer_Modules/community/src/webapp/editors/community/listGroups.jsp
===================================================================
--- 
CMSContainer/trunk/CMSContainer_Modules/community/src/webapp/editors/community/listGroups.jsp
       2009-09-16 09:35:54 UTC (rev 38649)
+++ 
CMSContainer/trunk/CMSContainer_Modules/community/src/webapp/editors/community/listGroups.jsp
       2009-09-16 09:36:37 UTC (rev 38650)
@@ -4,7 +4,6 @@
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en" xml:lang="en">
    <mm:content type="text/html" encoding="UTF-8" expires="0">
       <cmscedit:head title="community.title">
-                       <link rel="stylesheet" type="text/css" href="<c:url 
value="/editors/css/main_extension.css"/>" />
          </cmscedit:head>
       <body>
          <edit:ui-tabs>

Modified: 
CMSContainer/trunk/CMSContainer_Modules/community/src/webapp/editors/community/listUsers.jsp
===================================================================
--- 
CMSContainer/trunk/CMSContainer_Modules/community/src/webapp/editors/community/listUsers.jsp
        2009-09-16 09:35:54 UTC (rev 38649)
+++ 
CMSContainer/trunk/CMSContainer_Modules/community/src/webapp/editors/community/listUsers.jsp
        2009-09-16 09:36:37 UTC (rev 38650)
@@ -3,7 +3,6 @@
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en" xml:lang="en">
 <mm:content type="text/html" encoding="UTF-8" expires="0">
    <cmscedit:head title="community.title">
-         <link rel="stylesheet" type="text/css" href="<c:url 
value="/editors/css/main_extension.css"/>" />
       <script type="text/javascript" src="<cmsc:staticurl 
page='/js/prototype.js'/>"></script>
       <script type="text/javascript" src="js/formcheck.js"></script>
       <script type="text/javascript">

Modified: 
CMSContainer/trunk/CMSContainer_Modules/community/src/webapp/editors/community/preferencesearch.jsp
===================================================================
--- 
CMSContainer/trunk/CMSContainer_Modules/community/src/webapp/editors/community/preferencesearch.jsp
 2009-09-16 09:35:54 UTC (rev 38649)
+++ 
CMSContainer/trunk/CMSContainer_Modules/community/src/webapp/editors/community/preferencesearch.jsp
 2009-09-16 09:36:37 UTC (rev 38650)
@@ -6,7 +6,6 @@
 <!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="community.preference.title">
-       <link rel="stylesheet" type="text/css" href="<c:url 
value="/editors/css/main_extension.css"/>" />
    <c:url var="actionUrl" value="/editors/community/PreferenceAction.do"/>
    <c:url var="userActionUrl" value="/editors/community/userAddInitAction.do"/>
    <link href="community.css" type="text/css" rel="stylesheet" />

Modified: 
CMSContainer/trunk/CMSContainer_Modules/community/src/webapp/editors/community/report_overview.jsp
===================================================================
--- 
CMSContainer/trunk/CMSContainer_Modules/community/src/webapp/editors/community/report_overview.jsp
  2009-09-16 09:35:54 UTC (rev 38649)
+++ 
CMSContainer/trunk/CMSContainer_Modules/community/src/webapp/editors/community/report_overview.jsp
  2009-09-16 09:36:37 UTC (rev 38650)
@@ -5,7 +5,6 @@
 <html:html xhtml="true">
 <fmt:setBundle basename="cmsc-community" scope="request" />
 <cmscedit:head title="community.data.title">
-      <link rel="stylesheet" type="text/css" href="../css/main_extension.css" 
/>
    <script type="text/javascript">
       function commitToXml(){
          document.getElementById("fileType").value="xml";

Modified: 
CMSContainer/trunk/CMSContainer_Modules/community/src/webapp/editors/community/userlist_addusertogroup.jsp
===================================================================
--- 
CMSContainer/trunk/CMSContainer_Modules/community/src/webapp/editors/community/userlist_addusertogroup.jsp
  2009-09-16 09:35:54 UTC (rev 38649)
+++ 
CMSContainer/trunk/CMSContainer_Modules/community/src/webapp/editors/community/userlist_addusertogroup.jsp
  2009-09-16 09:36:37 UTC (rev 38650)
@@ -3,7 +3,6 @@
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en" xml:lang="en">
    <mm:content type="text/html" encoding="UTF-8" expires="0">
       <cmscedit:head title="community.title">
-                <link rel="stylesheet" type="text/css" href="<c:url 
value="/editors/css/main_extension.css"/>" />
          <script type="text/javascript"
             src="<cmsc:staticurl page='/js/prototype.js'/>"></script>
          <script type="text/javascript" src="js/formcheck.js"></script>

Modified: 
CMSContainer/trunk/CMSContainer_Modules/community/src/webapp/editors/community/userlist_subscribercandidate.jsp
===================================================================
--- 
CMSContainer/trunk/CMSContainer_Modules/community/src/webapp/editors/community/userlist_subscribercandidate.jsp
     2009-09-16 09:35:54 UTC (rev 38649)
+++ 
CMSContainer/trunk/CMSContainer_Modules/community/src/webapp/editors/community/userlist_subscribercandidate.jsp
     2009-09-16 09:36:37 UTC (rev 38650)
@@ -4,7 +4,6 @@
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en" xml:lang="en">
 <mm:content type="text/html" encoding="UTF-8" expires="0">
 <cmscedit:head title="reactions.title">
-  <link rel="stylesheet" type="text/css" href="<c:url 
value="/editors/css/main_extension.css"/>" />
    <script type="text/javascript">
       function addToSubscribe(){
          var checkboxs = document.forms[1].getElementsByTagName("input");

Modified: 
CMSContainer/trunk/CMSContainer_Modules/dataconversion/src/webapp/editors/dataconversion/fetchdata.jsp
===================================================================
--- 
CMSContainer/trunk/CMSContainer_Modules/dataconversion/src/webapp/editors/dataconversion/fetchdata.jsp
      2009-09-16 09:35:54 UTC (rev 38649)
+++ 
CMSContainer/trunk/CMSContainer_Modules/dataconversion/src/webapp/editors/dataconversion/fetchdata.jsp
      2009-09-16 09:36:37 UTC (rev 38650)
@@ -5,7 +5,6 @@
 <html:html xhtml="true">
 <c:url var="actionUrl" 
value="/editors/dataconversion/FetchData.do?id=${uuid}"/>
 <cmscedit:head title="dataconversion.title">
-<link rel="stylesheet" type="text/css" href="../css/main_extension.css" />
 <script language="javascript">
        var XMLHttpReq;
    var flag = false;

Modified: 
CMSContainer/trunk/CMSContainer_Modules/dataconversion/src/webapp/editors/dataconversion/main.jsp
===================================================================
--- 
CMSContainer/trunk/CMSContainer_Modules/dataconversion/src/webapp/editors/dataconversion/main.jsp
   2009-09-16 09:35:54 UTC (rev 38649)
+++ 
CMSContainer/trunk/CMSContainer_Modules/dataconversion/src/webapp/editors/dataconversion/main.jsp
   2009-09-16 09:36:37 UTC (rev 38650)
@@ -6,7 +6,6 @@
 <c:url var="context" value="/"/>
 <head>
 <cmscedit:head title="dataconversion.title">
-<link rel="stylesheet" type="text/css" href="../css/main_extension.css" />
 <script language="javascript">
    function check() {
       var node = document.getElementById("node");

Modified: 
CMSContainer/trunk/CMSContainer_Modules/dataconversion/src/webapp/editors/dataconversion/succeed.jsp
===================================================================
--- 
CMSContainer/trunk/CMSContainer_Modules/dataconversion/src/webapp/editors/dataconversion/succeed.jsp
        2009-09-16 09:35:54 UTC (rev 38649)
+++ 
CMSContainer/trunk/CMSContainer_Modules/dataconversion/src/webapp/editors/dataconversion/succeed.jsp
        2009-09-16 09:36:37 UTC (rev 38650)
@@ -7,7 +7,6 @@
 <!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="odtupload.title">
-<link rel="stylesheet" type="text/css" href="../css/main_extension.css" />
 <script language="javascript">
        var XMLHttpReq;
        function createXMLHttpRequest() {

Modified: 
CMSContainer/trunk/CMSContainer_Modules/directreaction/src/webapp/editors/resources/reactionsearch.jsp
===================================================================
--- 
CMSContainer/trunk/CMSContainer_Modules/directreaction/src/webapp/editors/resources/reactionsearch.jsp
      2009-09-16 09:35:54 UTC (rev 38649)
+++ 
CMSContainer/trunk/CMSContainer_Modules/directreaction/src/webapp/editors/resources/reactionsearch.jsp
      2009-09-16 09:36:37 UTC (rev 38650)
@@ -7,7 +7,6 @@
 <mm:content type="text/html" encoding="UTF-8" expires="0">
 <html:html xhtml="true">
 <cmscedit:head title="reactions.title">
-<link rel="stylesheet" type="text/css" href="../css/main_extension.css" />
    <script src="../repository/search.js" type="text/javascript"></script>
    <script src="../repository/content.js" type="text/javascript"></script>
        <script type="text/javascript">

Modified: 
CMSContainer/trunk/CMSContainer_Modules/egemmail/src/webapp/editors/egemmail/exportdone.jsp
===================================================================
--- 
CMSContainer/trunk/CMSContainer_Modules/egemmail/src/webapp/editors/egemmail/exportdone.jsp
 2009-09-16 09:35:54 UTC (rev 38649)
+++ 
CMSContainer/trunk/CMSContainer_Modules/egemmail/src/webapp/editors/egemmail/exportdone.jsp
 2009-09-16 09:36:37 UTC (rev 38650)
@@ -4,7 +4,6 @@
 <!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="egemmail.title">
-<link rel="stylesheet" type="text/css" href="../css/main_extension.css" />
   <script src="../repository/search.js" type="text/javascript"></script>
 </cmscedit:head>  
 <body onload="refreshChannels()">

Modified: 
CMSContainer/trunk/CMSContainer_Modules/egemmail/src/webapp/editors/egemmail/search.jsp
===================================================================
--- 
CMSContainer/trunk/CMSContainer_Modules/egemmail/src/webapp/editors/egemmail/search.jsp
     2009-09-16 09:35:54 UTC (rev 38649)
+++ 
CMSContainer/trunk/CMSContainer_Modules/egemmail/src/webapp/editors/egemmail/search.jsp
     2009-09-16 09:36:37 UTC (rev 38650)
@@ -4,7 +4,6 @@
 <!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="egemmail.title">
-<link rel="stylesheet" type="text/css" href="../css/main_extension.css" />
   <script src="../repository/search.js"type="text/javascript"></script>
   <script type="text/javascript">  
     function doForward(to) {

Modified: 
CMSContainer/trunk/CMSContainer_Modules/fileupload/src/webapp/editors/fileupload/configurationerror.jsp
===================================================================
--- 
CMSContainer/trunk/CMSContainer_Modules/fileupload/src/webapp/editors/fileupload/configurationerror.jsp
     2009-09-16 09:35:54 UTC (rev 38649)
+++ 
CMSContainer/trunk/CMSContainer_Modules/fileupload/src/webapp/editors/fileupload/configurationerror.jsp
     2009-09-16 09:36:37 UTC (rev 38650)
@@ -7,7 +7,6 @@
 <!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="fileupload.error.title">
-<link rel="stylesheet" type="text/css" href="../css/main_extension.css" />
        <script src="<cmsc:staticurl page='/editors/repository/content.js'/>" 
type="text/javascript"></script>
        <script src="<cmsc:staticurl page='/editors/repository/search.js'/>" 
type="text/javascript"></script>
        <link href="<cmsc:staticurl page='/editors/fileupload/fileupload.css' 
/>" type="text/css" rel="stylesheet" />

Modified: 
CMSContainer/trunk/CMSContainer_Modules/fileupload/src/webapp/editors/fileupload/listfiles.jsp
===================================================================
--- 
CMSContainer/trunk/CMSContainer_Modules/fileupload/src/webapp/editors/fileupload/listfiles.jsp
      2009-09-16 09:35:54 UTC (rev 38649)
+++ 
CMSContainer/trunk/CMSContainer_Modules/fileupload/src/webapp/editors/fileupload/listfiles.jsp
      2009-09-16 09:36:37 UTC (rev 38650)
@@ -6,7 +6,6 @@
 <!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="fileupload.list.title">
-    <link rel="stylesheet" type="text/css" href="../css/main_extension.css" />
        <script src="<cmsc:staticurl page='/editors/repository/content.js'/>" 
type="text/javascript"></script>
        <script src="<cmsc:staticurl page='/editors/repository/search.js'/>" 
type="text/javascript"></script>
        <link href="<cmsc:staticurl page='/editors/fileupload/fileupload.css' 
/>" type="text/css" rel="stylesheet" />

Modified: 
CMSContainer/trunk/CMSContainer_Modules/fileupload/src/webapp/editors/fileupload/settings.jsp
===================================================================
--- 
CMSContainer/trunk/CMSContainer_Modules/fileupload/src/webapp/editors/fileupload/settings.jsp
       2009-09-16 09:35:54 UTC (rev 38649)
+++ 
CMSContainer/trunk/CMSContainer_Modules/fileupload/src/webapp/editors/fileupload/settings.jsp
       2009-09-16 09:36:37 UTC (rev 38650)
@@ -7,7 +7,6 @@
 <head>
        <title><fmt:message key="fileupload.admin.title" /></title>
        <link href="../css/main.css" type="text/css" rel="stylesheet" />
-       <link rel="stylesheet" type="text/css" href="../css/main_extension.css" 
/>
 </head>
 <body>
        <div class="tabs">

Modified: 
CMSContainer/trunk/CMSContainer_Modules/knownvisitor-ntlm/src/webapp/editors/knownvisitor-ntlm/index.jsp
===================================================================
--- 
CMSContainer/trunk/CMSContainer_Modules/knownvisitor-ntlm/src/webapp/editors/knownvisitor-ntlm/index.jsp
    2009-09-16 09:35:54 UTC (rev 38649)
+++ 
CMSContainer/trunk/CMSContainer_Modules/knownvisitor-ntlm/src/webapp/editors/knownvisitor-ntlm/index.jsp
    2009-09-16 09:36:37 UTC (rev 38650)
@@ -4,7 +4,6 @@
 <!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="knownvisitor-ntlm.title">
-       <link rel="stylesheet" type="text/css" href="../css/main_extension.css" 
/>
 </cmscedit:head>
 <body>
   <mm:cloud jspvar="cloud" loginpage="../../editors/login.jsp">

Modified: 
CMSContainer/trunk/CMSContainer_Modules/language-redirect/src/webapp/editors/language-redirect/test.jsp
===================================================================
--- 
CMSContainer/trunk/CMSContainer_Modules/language-redirect/src/webapp/editors/language-redirect/test.jsp
     2009-09-16 09:35:54 UTC (rev 38649)
+++ 
CMSContainer/trunk/CMSContainer_Modules/language-redirect/src/webapp/editors/language-redirect/test.jsp
     2009-09-16 09:36:37 UTC (rev 38650)
@@ -7,7 +7,6 @@
 <head>
        <title><fmt:message key="test.title" /></title>
        <link href="../css/main.css" type="text/css" rel="stylesheet" />
-       <link rel="stylesheet" type="text/css" href="../css/main_extension.css" 
/>
        <script type="text/javascript" src="../utils/transparent_png.js" 
></script>
 </head>
 

Modified: 
CMSContainer/trunk/CMSContainer_Modules/messageoftheday/src/webapp/editors/messageoftheday/index.jsp
===================================================================
--- 
CMSContainer/trunk/CMSContainer_Modules/messageoftheday/src/webapp/editors/messageoftheday/index.jsp
        2009-09-16 09:35:54 UTC (rev 38649)
+++ 
CMSContainer/trunk/CMSContainer_Modules/messageoftheday/src/webapp/editors/messageoftheday/index.jsp
        2009-09-16 09:36:37 UTC (rev 38650)
@@ -4,7 +4,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="messageoftheday.title">
-       <link rel="stylesheet" type="text/css" href="../css/main_extension.css" 
/>
+
 </cmscedit:head>
 <body>
        <mm:cloud jspvar="cloud" loginpage="../../editors/login.jsp">

Modified: 
CMSContainer/trunk/CMSContainer_Modules/openofficeintegration/src/webapp/editors/repository/uploadodt.jsp
===================================================================
--- 
CMSContainer/trunk/CMSContainer_Modules/openofficeintegration/src/webapp/editors/repository/uploadodt.jsp
   2009-09-16 09:35:54 UTC (rev 38649)
+++ 
CMSContainer/trunk/CMSContainer_Modules/openofficeintegration/src/webapp/editors/repository/uploadodt.jsp
   2009-09-16 09:36:37 UTC (rev 38650)
@@ -7,7 +7,6 @@
 <!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="odtupload.title">
-       <link rel="stylesheet" type="text/css" href="../css/main_extension.css" 
/>
     <script src="../repository/search.js"type="text/javascript" ></script>
 
        <script language="javascript" type="text/javascript">

Modified: 
CMSContainer/trunk/CMSContainer_Modules/pagewizard/src/webapp/editors/pagewizard/choosewizard.jsp
===================================================================
--- 
CMSContainer/trunk/CMSContainer_Modules/pagewizard/src/webapp/editors/pagewizard/choosewizard.jsp
   2009-09-16 09:35:54 UTC (rev 38649)
+++ 
CMSContainer/trunk/CMSContainer_Modules/pagewizard/src/webapp/editors/pagewizard/choosewizard.jsp
   2009-09-16 09:36:37 UTC (rev 38650)
@@ -3,7 +3,6 @@
 <mm:content type="text/html" encoding="UTF-8" expires="0">
 <html:html xhtml="true">
 <cmscedit:head title="pagewizard.title">
-       <link rel="stylesheet" type="text/css" href="../css/main_extension.css" 
/>
        <script>
        function select(wizard) {
                
document.location.href="ChooseWizardAction.do?parentPage=${parentPage}&wizard="+wizard;

Modified: 
CMSContainer/trunk/CMSContainer_Modules/pagewizard/src/webapp/editors/pagewizard/createchannel.jsp
===================================================================
--- 
CMSContainer/trunk/CMSContainer_Modules/pagewizard/src/webapp/editors/pagewizard/createchannel.jsp
  2009-09-16 09:35:54 UTC (rev 38649)
+++ 
CMSContainer/trunk/CMSContainer_Modules/pagewizard/src/webapp/editors/pagewizard/createchannel.jsp
  2009-09-16 09:36:37 UTC (rev 38650)
@@ -3,7 +3,6 @@
 <mm:content type="text/html" encoding="UTF-8" expires="0">
 <html:html xhtml="true">
 <cmscedit:head title="pagewizard.title">
-       <link rel="stylesheet" type="text/css" href="../css/main_extension.css" 
/>
        <script>
                function checkCompleteNew() {
                        var form = document.forms["CreateChannelForm"];

Modified: 
CMSContainer/trunk/CMSContainer_Modules/pagewizard/src/webapp/editors/pagewizard/createcontent.jsp
===================================================================
--- 
CMSContainer/trunk/CMSContainer_Modules/pagewizard/src/webapp/editors/pagewizard/createcontent.jsp
  2009-09-16 09:35:54 UTC (rev 38649)
+++ 
CMSContainer/trunk/CMSContainer_Modules/pagewizard/src/webapp/editors/pagewizard/createcontent.jsp
  2009-09-16 09:36:37 UTC (rev 38650)
@@ -3,7 +3,6 @@
 <mm:content type="text/html" encoding="UTF-8" expires="0">
 <html:html xhtml="true">
 <cmscedit:head title="pagewizard.title">
-       <link rel="stylesheet" type="text/css" href="../css/main_extension.css" 
/>
        <script>
                function pickContent(type) {
                        var form = document.forms["CreateContentForm"];

Modified: 
CMSContainer/trunk/CMSContainer_Modules/pagewizard/src/webapp/editors/pagewizard/pickcontent.jsp
===================================================================
--- 
CMSContainer/trunk/CMSContainer_Modules/pagewizard/src/webapp/editors/pagewizard/pickcontent.jsp
    2009-09-16 09:35:54 UTC (rev 38649)
+++ 
CMSContainer/trunk/CMSContainer_Modules/pagewizard/src/webapp/editors/pagewizard/pickcontent.jsp
    2009-09-16 09:36:37 UTC (rev 38650)
@@ -3,7 +3,6 @@
 <mm:content type="text/html" encoding="UTF-8" expires="0">
 <html:html xhtml="true">
 <cmscedit:head title="pagewizard.title">
-       <link rel="stylesheet" type="text/css" href="../css/main_extension.css" 
/>
        <script type="text/javascript">
        var picking = '';
        var mode = '';

Modified: 
CMSContainer/trunk/CMSContainer_Modules/subsite/src/webapp/editors/subsite/personalpages.jsp
===================================================================
--- 
CMSContainer/trunk/CMSContainer_Modules/subsite/src/webapp/editors/subsite/personalpages.jsp
        2009-09-16 09:35:54 UTC (rev 38649)
+++ 
CMSContainer/trunk/CMSContainer_Modules/subsite/src/webapp/editors/subsite/personalpages.jsp
        2009-09-16 09:36:37 UTC (rev 38650)
@@ -18,7 +18,6 @@
 <cmscedit:head title="site.personal.personalpages">
        <script src="<cmsc:staticurl page='/editors/repository/content.js'/>" 
type="text/javascript"></script>
        <script src="<cmsc:staticurl page='/editors/repository/search.js'/>" 
type="text/javascript"></script>
-        <link rel="stylesheet" type="text/css" href="<c:url 
value="/editors/css/main_extension.css"/>" />
 </cmscedit:head>
 <body>
 <script type="text/javascript">

Modified: 
CMSContainer/trunk/CMSContainer_Modules/tasks/src/webapp/editors/taskmanagement/tasklist.jsp
===================================================================
--- 
CMSContainer/trunk/CMSContainer_Modules/tasks/src/webapp/editors/taskmanagement/tasklist.jsp
        2009-09-16 09:35:54 UTC (rev 38649)
+++ 
CMSContainer/trunk/CMSContainer_Modules/tasks/src/webapp/editors/taskmanagement/tasklist.jsp
        2009-09-16 09:36:37 UTC (rev 38650)
@@ -5,7 +5,6 @@
 <!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="tasks.title" >
-<link rel="stylesheet" type="text/css" href="../css/main_extension.css" />
 <script src="../taskmanagement/task.js" language="JavaScript" 
type="text/javascript"></script>
 <script type="text/javascript">
 function showMessage(message){

Modified: 
CMSContainer/trunk/CMSContainer_Modules/versioning/src/webapp/editors/versioning/diff.jsp
===================================================================
--- 
CMSContainer/trunk/CMSContainer_Modules/versioning/src/webapp/editors/versioning/diff.jsp
   2009-09-16 09:35:54 UTC (rev 38649)
+++ 
CMSContainer/trunk/CMSContainer_Modules/versioning/src/webapp/editors/versioning/diff.jsp
   2009-09-16 09:36:37 UTC (rev 38650)
@@ -4,7 +4,6 @@
 <!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="versioning.title.content" />
-<link rel="stylesheet" type="text/css" href="../css/main_extension.css" />
 <body>
 <mm:cloud jspvar="cloud" loginpage="login.jsp">
    <div class="content">

Modified: 
CMSContainer/trunk/CMSContainer_Modules/versioning/src/webapp/editors/versioning/versioning.jsp
===================================================================
--- 
CMSContainer/trunk/CMSContainer_Modules/versioning/src/webapp/editors/versioning/versioning.jsp
     2009-09-16 09:35:54 UTC (rev 38649)
+++ 
CMSContainer/trunk/CMSContainer_Modules/versioning/src/webapp/editors/versioning/versioning.jsp
     2009-09-16 09:36:37 UTC (rev 38650)
@@ -4,7 +4,6 @@
 <!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="versioning.title.content" >
-<link rel="stylesheet" type="text/css" href="../css/main_extension.css" />
    <script type="text/javascript">
       function diff(objectNumber,archiveNumber) {
          openPopupWindow("diff", 500, 500, 
"../versioning/DiffAction.do?objectnumber=" + 
objectNumber+"&archivenumber="+archiveNumber);

Modified: 
CMSContainer/trunk/CMSContainer_Modules/workflow/src/webapp/editors/workflow/publish.jsp
===================================================================
--- 
CMSContainer/trunk/CMSContainer_Modules/workflow/src/webapp/editors/workflow/publish.jsp
    2009-09-16 09:35:54 UTC (rev 38649)
+++ 
CMSContainer/trunk/CMSContainer_Modules/workflow/src/webapp/editors/workflow/publish.jsp
    2009-09-16 09:36:37 UTC (rev 38650)
@@ -9,7 +9,6 @@
 <mm:content type="text/html" encoding="UTF-8" expires="0">
 <html:html xhtml="true">
 <cmscedit:head title="${resourceName}.title">
-        <link rel="stylesheet" type="text/css" href="<c:url 
value="/editors/css/main_extension.css"/>" />
        <script>
        function select(wizard) {
                
document.location.href="ChooseWizardAction.do?parentPage=${parentPage}&wizard="+wizard;

Modified: 
CMSContainer/trunk/CMSContainer_Modules/workflow/src/webapp/editors/workflow/workflow.jsp
===================================================================
--- 
CMSContainer/trunk/CMSContainer_Modules/workflow/src/webapp/editors/workflow/workflow.jsp
   2009-09-16 09:35:54 UTC (rev 38649)
+++ 
CMSContainer/trunk/CMSContainer_Modules/workflow/src/webapp/editors/workflow/workflow.jsp
   2009-09-16 09:36:37 UTC (rev 38650)
@@ -9,7 +9,6 @@
        <!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="workflow.module.title">
-         <link rel="stylesheet" type="text/css" href="<c:url 
value="/editors/css/main_extension.css"/>" />
       <script src="../../js/prototype.js" type="text/javascript"></script>
                <script src="workflow.js" type="text/javascript"></script>
                <link href="../css/workflow.css" rel="stylesheet" 
type="text/css" />

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to