jford       2004/09/16 14:49:45

  Modified:    applications/pam/src/webapp/WEB-INF/view site-browser.jsp
                        profiler-admin.jsp
  Log:
  *** keyword substitution change ***
  
  Revision  Changes    Path
  1.3       +51 -51    
jakarta-jetspeed-2/applications/pam/src/webapp/WEB-INF/view/site-browser.jsp
  
  Index: site-browser.jsp
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed-2/applications/pam/src/webapp/WEB-INF/view/site-browser.jsp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- site-browser.jsp  16 Sep 2004 21:29:48 -0000      1.2
  +++ site-browser.jsp  16 Sep 2004 21:49:45 -0000      1.3
  @@ -1,52 +1,52 @@
  -<%--

  -Copyright 2004 The Apache Software Foundation

  -Licensed under the Apache License, Version 2.0 (the "License");

  -you may not use this file except in compliance with the License.

  -You may obtain a copy of the License at

  -    http://www.apache.org/licenses/LICENSE-2.0

  -Unless required by applicable law or agreed to in writing, software

  -distributed under the License is distributed on an "AS IS" BASIS,

  -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

  -See the License for the specific language governing permissions and

  -limitations under the License.

  ---%>

  -<%@ page session="true" contentType="text/html;charset=utf-8"%>

  -<%@ taglib uri='/WEB-INF/portlet.tld' prefix='portlet'%>

  -<%@ taglib uri="http://java.sun.com/jstl/core"; prefix="c" %>

  -<%@ taglib uri="/WEB-INF/pam.tld" prefix="pam" %>

  -

  -<!--

  -/*

  - * Copyright 2004 The Apache Software Foundation.

  - * 

  - * Licensed under the Apache License, Version 2.0 (the "License");

  - * you may not use this file except in compliance with the License.

  - * You may obtain a copy of the License at

  - * 

  - *      http://www.apache.org/licenses/LICENSE-2.0

  - * 

  - * Unless required by applicable law or agreed to in writing, software

  - * distributed under the License is distributed on an "AS IS" BASIS,

  - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

  - * See the License for the specific language governing permissions and

  - * limitations under the License.

  - */

  -//-->

  -

  -

  -<portlet:defineObjects/>

  -<h3>Site Tree View</h3>

  -<portlet:actionURL var="nodeLink" >

  -     <portlet:param name="node" value="${name}" />

  -</portlet:actionURL>

  -

  -<pam:tree tree="j2_tree" images="/pam/images" scope="portlet_request"

  -          action="<%= nodeLink %>"

  -  />

  -  

  -  <%--

  -  style="tree-control"

  -        styleSelected="tree-control-selected"

  -      styleUnselected="tree-control-unselected"

  -

  +<%--
  +Copyright 2004 The Apache Software Foundation
  +Licensed under the Apache License, Version 2.0 (the "License");
  +you may not use this file except in compliance with the License.
  +You may obtain a copy of the License at
  +    http://www.apache.org/licenses/LICENSE-2.0
  +Unless required by applicable law or agreed to in writing, software
  +distributed under the License is distributed on an "AS IS" BASIS,
  +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +See the License for the specific language governing permissions and
  +limitations under the License.
  +--%>
  +<%@ page session="true" contentType="text/html;charset=utf-8"%>
  +<%@ taglib uri='/WEB-INF/portlet.tld' prefix='portlet'%>
  +<%@ taglib uri="http://java.sun.com/jstl/core"; prefix="c" %>
  +<%@ taglib uri="/WEB-INF/pam.tld" prefix="pam" %>
  +
  +<!--
  +/*
  + * Copyright 2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  +//-->
  +
  +
  +<portlet:defineObjects/>
  +<h3>Site Tree View</h3>
  +<portlet:actionURL var="nodeLink" >
  +     <portlet:param name="node" value="${name}" />
  +</portlet:actionURL>
  +
  +<pam:tree tree="j2_tree" images="/pam/images" scope="portlet_request"
  +          action="<%= nodeLink %>"
  +  />
  +  
  +  <%--
  +  style="tree-control"
  +        styleSelected="tree-control-selected"
  +      styleUnselected="tree-control-unselected"
  +
        --%>
  
  
  
  1.2       +17 -17    
jakarta-jetspeed-2/applications/pam/src/webapp/WEB-INF/view/profiler-admin.jsp
  
  Index: profiler-admin.jsp
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed-2/applications/pam/src/webapp/WEB-INF/view/profiler-admin.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- profiler-admin.jsp        15 Sep 2004 22:46:52 -0000      1.1
  +++ profiler-admin.jsp        16 Sep 2004 21:49:45 -0000      1.2
  @@ -1,17 +1,17 @@
  -<%@ taglib uri='/WEB-INF/portlet.tld' prefix='portlet'%>

  -<%@ taglib uri="http://java.sun.com/jstl/core"; prefix="c" %>

  -<%@ taglib uri="http://java.sun.com/jsf/html"; prefix="h" %>

  -<%@ taglib uri="http://java.sun.com/jsf/core"; prefix="f" %>

  -<f:view>

  -<h:dataTable value="#{tableData.names}" var="name">

  -    <h:column>

  -        <h:outputText value='#{name.last}'/>

  -        <f:verbatim>,</f:verbatim>

  -    </h:column>

  -    <h:column>

  -        <h:outputText value='#{name.first}'/>

  -    </h:column>

  -

  -</h:dataTable>

  -</f:view>

  -<p>end</p>

  +<%@ taglib uri='/WEB-INF/portlet.tld' prefix='portlet'%>
  +<%@ taglib uri="http://java.sun.com/jstl/core"; prefix="c" %>
  +<%@ taglib uri="http://java.sun.com/jsf/html"; prefix="h" %>
  +<%@ taglib uri="http://java.sun.com/jsf/core"; prefix="f" %>
  +<f:view>
  +<h:dataTable value="#{tableData.names}" var="name">
  +    <h:column>
  +        <h:outputText value='#{name.last}'/>
  +        <f:verbatim>,</f:verbatim>
  +    </h:column>
  +    <h:column>
  +        <h:outputText value='#{name.first}'/>
  +    </h:column>
  +
  +</h:dataTable>
  +</f:view>
  +<p>end</p>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to