Update of 
/var/cvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/webapp/editors/newsletter/module
In directory james.mmbase.org:/tmp/cvs-serv32118/module

Modified Files:
        import_success.jsp 
Log Message:
CMSC-1135(Modify hard coded.)


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/webapp/editors/newsletter/module
See also: http://www.mmbase.org/jira/browse/CMSC-1135


Index: import_success.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/webapp/editors/newsletter/module/import_success.jsp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- import_success.jsp  8 Sep 2008 07:46:48 -0000       1.2
+++ import_success.jsp  5 Nov 2008 04:46:16 -0000       1.3
@@ -4,26 +4,25 @@
 %><%@ taglib uri="http://jakarta.apache.org/struts/tags-html"; prefix="html"
 %><%@ taglib uri="http://finalist.com/cmsc"; prefix="cmsc"
 %><%@ taglib uri="http://jsptags.com/tags/navigation/pager"; prefix="pg"
-%>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
+%><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en" xml:lang="en">
 <head>
    <title>
       <fmt:message key="datafile.import.success"/>
    </title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
-   <link rel="icon" href="/cmsc-community/favicon.ico" type="image/x-icon"/>
-   <link rel="shortcut icon" href="/cmsc-community/favicon.ico" 
type="image/x-icon"/>
-   <link href="/cmsc-community/editors/css/main.css" type="text/css" 
rel="stylesheet"/>
+   <link rel="icon" href="<c:url value='/favicon.ico'/>" type="image/x-icon"/>
+   <link rel="shortcut icon" href="<c:url value='/favicon.ico'>" 
type="image/x-icon"/>
+   <link href="<c:url value='/editors/css/main.css'/>" type="text/css" 
rel="stylesheet"/>
    <!--[if IE]>
    <style type="text/css" xml:space="preserve">
-      body { behavior: url(/cmsc-community/editors/css/hover.htc);}
+      body { behavior: url(<c:url value='/editors/css/hover.htc'/>);}
    </style>
    <![endif]-->
-   <script src="/cmsc-community/editors/utils/rowhover.js" 
type="text/javascript"></script>
+   <script src="<c:url value='/editors/utils/rowhover.js'/>" 
type="text/javascript"></script>
 
-   <script src="/cmsc-community/js/window.js" type="text/javascript"></script>
-   <script src="/cmsc-community/js/transparent_png.js" 
type="text/javascript"></script>
+   <script src="<c:url value='/js/window.js'/>" 
type="text/javascript"></script>
+   <script src="<c:url value='/js/transparent_png.js'/>" 
type="text/javascript"></script>
    <style type="text/css">
       input {
          width: 100px;
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to