Update of /var/cvs/speeltuin/ernst/vpro-wizards/tagfiles
In directory 
james.mmbase.org:/tmp/cvs-serv9403/applications/vpro-wizards/tagfiles

Modified Files:
        header.jsp header.tag path.tag 
Log Message:
work in progress


See also: http://cvs.mmbase.org/viewcvs/speeltuin/ernst/vpro-wizards/tagfiles


Index: header.jsp
===================================================================
RCS file: /var/cvs/speeltuin/ernst/vpro-wizards/tagfiles/header.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- header.jsp  2 Jun 2008 17:13:04 -0000       1.1
+++ header.jsp  8 Oct 2008 08:28:57 -0000       1.2
@@ -4,6 +4,6 @@
     <h6>
         ${username}
         <i onclick="alert('Veel plezier met deze redactieomgeving!\nRob 
Vermeulen & Jerry Den Ambtman\nEn koop een spaarlamp!');">|</i>
-        <a 
href="${pageContext.request.contextPath}/edit/system/logout.jsp">uitloggen</a>
+        <a 
href="${pageContext.request.contextPath}/mmbase/vpro-wizards/system/logout.jsp">uitloggen</a>
     </h6>
 </div>
\ No newline at end of file


Index: header.tag
===================================================================
RCS file: /var/cvs/speeltuin/ernst/vpro-wizards/tagfiles/header.tag,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- header.tag  22 Sep 2008 14:26:24 -0000      1.3
+++ header.tag  8 Oct 2008 08:28:57 -0000       1.4
@@ -1,7 +1,7 @@
 <%@ tag body-content="empty"  %>
 <[EMAIL PROTECTED] prefix="mm" uri="http://www.mmbase.org/mmbase-taglib-1.0"%>
 <[EMAIL PROTECTED] prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
-<link rel="stylesheet" type="text/css" 
href="${pageContext.request.contextPath}/edit/stylesheets/edit2.css"/>
+<link rel="stylesheet" type="text/css" 
href="${pageContext.request.contextPath}/mmbase/vpro-wizards/stylesheets/edit2.css"/>
 <mm:cloud jspvar="cloud" method="asis">
     <%@ include file="header.jsp" %>
 </mm:cloud>


Index: path.tag
===================================================================
RCS file: /var/cvs/speeltuin/ernst/vpro-wizards/tagfiles/path.tag,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- path.tag    22 Sep 2008 14:26:24 -0000      1.3
+++ path.tag    8 Oct 2008 08:28:57 -0000       1.4
@@ -9,7 +9,7 @@
 <%@ attribute name="reset" type="java.lang.Boolean" description="when this is 
true, the list with session path elements is cleard." %>
 
 <c:if test="${empty url}">
-    <c:set var="url" >${pageContext.request.servletPath}<c:if test="${not 
empty 
pageContext.request.queryString}">?</c:if>${pageContext.request.queryString}</c:set>
+    <c:set var="url" 
>${pageContext.request.contextPath}${pageContext.request.servletPath}<c:if 
test="${not empty 
pageContext.request.queryString}">?</c:if>${pageContext.request.queryString}</c:set>
 </c:if>
 
 <%--
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to