Update of 
/var/cvs/contributions/CMSContainer_Demo/demo.cmscontainer.org/war/src/webapp/WEB-INF/templates/layout/demo/includes
In directory 
james.mmbase.org:/tmp/cvs-serv27852/demo.cmscontainer.org/war/src/webapp/WEB-INF/templates/layout/demo/includes

Modified Files:
        header.jsp taglibs.jsp 
Log Message:
CMSC-755 Navigation code refactored to use navigationitem


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Demo/demo.cmscontainer.org/war/src/webapp/WEB-INF/templates/layout/demo/includes
See also: http://www.mmbase.org/jira/browse/CMSC-755


Index: header.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Demo/demo.cmscontainer.org/war/src/webapp/WEB-INF/templates/layout/demo/includes/header.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- header.jsp  26 Sep 2007 11:17:56 -0000      1.1
+++ header.jsp  28 Jan 2008 21:24:11 -0000      1.2
@@ -0,0 +1,16 @@
+  <title><cmsc:title /></title>
+  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+  <cmsc:headercontent dublin="true" />
+  <link rel="icon" href="<cmsc:staticurl page='/favicon.ico' />" 
type="image/x-icon" />
+  <link rel="shortcut icon" href="<cmsc:staticurl page='/favicon.ico' />" 
type="image/x-icon" />
+  <cmsc:insert-stylesheet var="stylesheet" />
+  <link rel="stylesheet" type="text/css" href="<cmsc:staticurl 
page='/css/stijl.css'/>" media="screen,projection,print" />
+  <c:forEach var="style" items="${stylesheet}">
+    <link rel="stylesheet" type="text/css" href="<cmsc:staticurl 
page='/${style.resource}'/>" media="${style.media}" />
+  </c:forEach>
+  <!--[if IE]>
+     <link rel="stylesheet" type="text/css" href="<cmsc:staticurl 
page='/css/stijl_ie.css'/>" media="screen,projection,print" />
+  <![endif]-->
+  <link rel="stylesheet" type="text/css" href="<cmsc:staticurl 
page='/css/print.css'/>" media="print" />
+  <cmsc:feeds />
+  <cmscf:editresources />
\ No newline at end of file


Index: taglibs.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Demo/demo.cmscontainer.org/war/src/webapp/WEB-INF/templates/layout/demo/includes/taglibs.jsp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- taglibs.jsp 16 Nov 2007 16:00:10 -0000      1.3
+++ taglibs.jsp 28 Jan 2008 21:24:11 -0000      1.4
@@ -1,6 +1,6 @@
-<[EMAIL PROTECTED] language="java" contentType="text/html; charset=utf-8" %>
-<[EMAIL PROTECTED] uri="http://java.sun.com/jsp/jstl/functions"; prefix="fn" %>
-<[EMAIL PROTECTED] uri="http://java.sun.com/jsp/jstl/core"; prefix="c" %>
-<[EMAIL PROTECTED] uri="http://finalist.com/cmsc"; prefix="cmsc" %>
-<[EMAIL PROTECTED] uri="http://www.mmbase.org/mmbase-taglib-1.0"; prefix="mm" %>
-<[EMAIL PROTECTED] tagdir="/WEB-INF/tags/" prefix="cmscf" %>
\ No newline at end of file
+<[EMAIL PROTECTED] language="java" contentType="text/html; charset=utf-8"
+%><[EMAIL PROTECTED] uri="http://java.sun.com/jsp/jstl/functions"; prefix="fn"
+%><[EMAIL PROTECTED] uri="http://java.sun.com/jsp/jstl/core"; prefix="c"
+%><[EMAIL PROTECTED] uri="http://finalist.com/cmsc"; prefix="cmsc"
+%><[EMAIL PROTECTED] uri="http://www.mmbase.org/mmbase-taglib-1.0"; prefix="mm"
+%><[EMAIL PROTECTED] tagdir="/WEB-INF/tags/" prefix="cmscf" %>
\ No newline at end of file
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to