You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2006/05/01 21:55:38 UTC

svn commit: r398671 - in /incubator/roller/trunk/web: ./ WEB-INF/classes/ theme/

Author: snoopdave
Date: Mon May  1 12:55:35 2006
New Revision: 398671

URL: http://svn.apache.org/viewcvs?rev=398671&view=rev
Log:
Fixing couple problems in JSP/CSS files

Modified:
    incubator/roller/trunk/web/WEB-INF/classes/log4j.properties
    incubator/roller/trunk/web/main-sidebar.jsp
    incubator/roller/trunk/web/taglibs.jsp
    incubator/roller/trunk/web/theme/banner.jsp
    incubator/roller/trunk/web/theme/bannerStatus.jsp
    incubator/roller/trunk/web/theme/css-nosidebar.jsp
    incubator/roller/trunk/web/theme/css-sidebar.jsp
    incubator/roller/trunk/web/theme/menu-admin.jsp
    incubator/roller/trunk/web/theme/menu-editor.jsp
    incubator/roller/trunk/web/theme/tiles-frontpage.jsp
    incubator/roller/trunk/web/theme/tiles-mainmenupage.jsp
    incubator/roller/trunk/web/theme/tiles-simplepage.jsp
    incubator/roller/trunk/web/theme/tiles-tabbedpage.jsp
    incubator/roller/trunk/web/theme/title.jsp

Modified: incubator/roller/trunk/web/WEB-INF/classes/log4j.properties
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/web/WEB-INF/classes/log4j.properties?rev=398671&r1=398670&r2=398671&view=diff
==============================================================================
--- incubator/roller/trunk/web/WEB-INF/classes/log4j.properties (original)
+++ incubator/roller/trunk/web/WEB-INF/classes/log4j.properties Mon May  1 12:55:35 2006
@@ -25,6 +25,7 @@
 
 # Options are: DEBUG, INFO, WARN, ERROR, FATAL
 log4j.category.org.roller=INFO
+log4j.category.org.roller.presentation.webservices.atomprotocol=DEBUG
 log4j.category.com.ecyrd.jspwiki=ERROR
 log4j.category.com.opensymphony.oscache=ERROR
 log4j.category.org.hibernate=INFO

Modified: incubator/roller/trunk/web/main-sidebar.jsp
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/web/main-sidebar.jsp?rev=398671&r1=398670&r2=398671&view=diff
==============================================================================
--- incubator/roller/trunk/web/main-sidebar.jsp (original)
+++ incubator/roller/trunk/web/main-sidebar.jsp Mon May  1 12:55:35 2006
@@ -1,4 +1,4 @@
-<!--
+<%--
   Licensed to the Apache Software Foundation (ASF) under one or more
    contributor license agreements.  The ASF licenses this file to You
   under the Apache License, Version 2.0 (the "License"); you may not
@@ -14,8 +14,7 @@
   limitations under the License.  For additional information regarding
   copyright in this work, please see the NOTICE file in the top level
   directory of this distribution.
--->
-<%@ include file="/taglibs.jsp" %>
+--%><%@ include file="/taglibs.jsp" %>
 
 <div class="sidebarBodyHead">
     <div class="menu-tr">

Modified: incubator/roller/trunk/web/taglibs.jsp
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/web/taglibs.jsp?rev=398671&r1=398670&r2=398671&view=diff
==============================================================================
--- incubator/roller/trunk/web/taglibs.jsp (original)
+++ incubator/roller/trunk/web/taglibs.jsp Mon May  1 12:55:35 2006
@@ -1,4 +1,4 @@
-<!--
+<%--
   Licensed to the Apache Software Foundation (ASF) under one or more
    contributor license agreements.  The ASF licenses this file to You
   under the Apache License, Version 2.0 (the "License"); you may not
@@ -14,8 +14,7 @@
   limitations under the License.  For additional information regarding
   copyright in this work, please see the NOTICE file in the top level
   directory of this distribution.
--->
-<%@ page language="java" contentType="text/html; charset=UTF-8" %>
+--%><%@ page language="java" contentType="text/html; charset=UTF-8" %>
 
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt"  prefix="fmt" %>

Modified: incubator/roller/trunk/web/theme/banner.jsp
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/web/theme/banner.jsp?rev=398671&r1=398670&r2=398671&view=diff
==============================================================================
--- incubator/roller/trunk/web/theme/banner.jsp (original)
+++ incubator/roller/trunk/web/theme/banner.jsp Mon May  1 12:55:35 2006
@@ -1,4 +1,4 @@
-<!--
+<%--
   Licensed to the Apache Software Foundation (ASF) under one or more
    contributor license agreements.  The ASF licenses this file to You
   under the Apache License, Version 2.0 (the "License"); you may not
@@ -14,7 +14,7 @@
   limitations under the License.  For additional information regarding
   copyright in this work, please see the NOTICE file in the top level
   directory of this distribution.
--->
+--%>
 <%@ include file="/taglibs.jsp" %>
 
 <%

Modified: incubator/roller/trunk/web/theme/bannerStatus.jsp
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/web/theme/bannerStatus.jsp?rev=398671&r1=398670&r2=398671&view=diff
==============================================================================
--- incubator/roller/trunk/web/theme/bannerStatus.jsp (original)
+++ incubator/roller/trunk/web/theme/bannerStatus.jsp Mon May  1 12:55:35 2006
@@ -1,4 +1,4 @@
-<!--
+<%--
   Licensed to the Apache Software Foundation (ASF) under one or more
    contributor license agreements.  The ASF licenses this file to You
   under the Apache License, Version 2.0 (the "License"); you may not
@@ -14,7 +14,7 @@
   limitations under the License.  For additional information regarding
   copyright in this work, please see the NOTICE file in the top level
   directory of this distribution.
--->
+--%>
 <%@ include file="/taglibs.jsp" %>
 <%
 RollerContext rctx = RollerContext.getRollerContext();

Modified: incubator/roller/trunk/web/theme/css-nosidebar.jsp
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/web/theme/css-nosidebar.jsp?rev=398671&r1=398670&r2=398671&view=diff
==============================================================================
--- incubator/roller/trunk/web/theme/css-nosidebar.jsp (original)
+++ incubator/roller/trunk/web/theme/css-nosidebar.jsp Mon May  1 12:55:35 2006
@@ -1,4 +1,4 @@
-<!--
+/*
   Licensed to the Apache Software Foundation (ASF) under one or more
    contributor license agreements.  The ASF licenses this file to You
   under the Apache License, Version 2.0 (the "License"); you may not
@@ -14,7 +14,7 @@
   limitations under the License.  For additional information regarding
   copyright in this work, please see the NOTICE file in the top level
   directory of this distribution.
--->
+*/
 #centercontent_wrap {
     width: 100%;
 }

Modified: incubator/roller/trunk/web/theme/css-sidebar.jsp
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/web/theme/css-sidebar.jsp?rev=398671&r1=398670&r2=398671&view=diff
==============================================================================
--- incubator/roller/trunk/web/theme/css-sidebar.jsp (original)
+++ incubator/roller/trunk/web/theme/css-sidebar.jsp Mon May  1 12:55:35 2006
@@ -1,4 +1,4 @@
-<!--
+/*
   Licensed to the Apache Software Foundation (ASF) under one or more
    contributor license agreements.  The ASF licenses this file to You
   under the Apache License, Version 2.0 (the "License"); you may not
@@ -14,7 +14,7 @@
   limitations under the License.  For additional information regarding
   copyright in this work, please see the NOTICE file in the top level
   directory of this distribution.
--->
+*/
 #centercontent_wrap {
     width: 70%;
 }

Modified: incubator/roller/trunk/web/theme/menu-admin.jsp
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/web/theme/menu-admin.jsp?rev=398671&r1=398670&r2=398671&view=diff
==============================================================================
--- incubator/roller/trunk/web/theme/menu-admin.jsp (original)
+++ incubator/roller/trunk/web/theme/menu-admin.jsp Mon May  1 12:55:35 2006
@@ -1,4 +1,4 @@
-<!--
+<%--
   Licensed to the Apache Software Foundation (ASF) under one or more
    contributor license agreements.  The ASF licenses this file to You
   under the Apache License, Version 2.0 (the "License"); you may not
@@ -14,7 +14,7 @@
   limitations under the License.  For additional information regarding
   copyright in this work, please see the NOTICE file in the top level
   directory of this distribution.
--->
+--%>
 <%@ include file="/taglibs.jsp" %>
 
 <roller:Menu model="admin-menu.xml" view="/menu-tabbed.vm" />

Modified: incubator/roller/trunk/web/theme/menu-editor.jsp
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/web/theme/menu-editor.jsp?rev=398671&r1=398670&r2=398671&view=diff
==============================================================================
--- incubator/roller/trunk/web/theme/menu-editor.jsp (original)
+++ incubator/roller/trunk/web/theme/menu-editor.jsp Mon May  1 12:55:35 2006
@@ -1,4 +1,4 @@
-<!--
+<%--
   Licensed to the Apache Software Foundation (ASF) under one or more
    contributor license agreements.  The ASF licenses this file to You
   under the Apache License, Version 2.0 (the "License"); you may not
@@ -14,7 +14,7 @@
   limitations under the License.  For additional information regarding
   copyright in this work, please see the NOTICE file in the top level
   directory of this distribution.
--->
+--%>
 <%@ include file="/taglibs.jsp" %>
 
 <roller:Menu model="editor-menu.xml" view="/menu-tabbed.vm" />

Modified: incubator/roller/trunk/web/theme/tiles-frontpage.jsp
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/web/theme/tiles-frontpage.jsp?rev=398671&r1=398670&r2=398671&view=diff
==============================================================================
--- incubator/roller/trunk/web/theme/tiles-frontpage.jsp (original)
+++ incubator/roller/trunk/web/theme/tiles-frontpage.jsp Mon May  1 12:55:35 2006
@@ -1,4 +1,4 @@
-<!--
+<%--
   Licensed to the Apache Software Foundation (ASF) under one or more
    contributor license agreements.  The ASF licenses this file to You
   under the Apache License, Version 2.0 (the "License"); you may not
@@ -14,8 +14,7 @@
   limitations under the License.  For additional information regarding
   copyright in this work, please see the NOTICE file in the top level
   directory of this distribution.
--->
-<% response.setContentType("text/html; charset=UTF-8"); %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+--%><% response.setContentType("text/html; charset=UTF-8"); %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <%@ include file="/taglibs.jsp" %><html xmlns="http://www.w3.org/1999/xhtml">
 <%
 boolean planetEnabled = 

Modified: incubator/roller/trunk/web/theme/tiles-mainmenupage.jsp
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/web/theme/tiles-mainmenupage.jsp?rev=398671&r1=398670&r2=398671&view=diff
==============================================================================
--- incubator/roller/trunk/web/theme/tiles-mainmenupage.jsp (original)
+++ incubator/roller/trunk/web/theme/tiles-mainmenupage.jsp Mon May  1 12:55:35 2006
@@ -1,4 +1,4 @@
-<!--
+<%--
   Licensed to the Apache Software Foundation (ASF) under one or more
    contributor license agreements.  The ASF licenses this file to You
   under the Apache License, Version 2.0 (the "License"); you may not
@@ -14,8 +14,7 @@
   limitations under the License.  For additional information regarding
   copyright in this work, please see the NOTICE file in the top level
   directory of this distribution.
--->
-<% response.setContentType("text/html; charset=UTF-8"); %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+--%><% response.setContentType("text/html; charset=UTF-8"); %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <%@ include file="/taglibs.jsp" %><html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <title><%= RollerRuntimeConfig.getProperty("site.shortName") %>: <c:out value="${model.title}" /></title>

Modified: incubator/roller/trunk/web/theme/tiles-simplepage.jsp
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/web/theme/tiles-simplepage.jsp?rev=398671&r1=398670&r2=398671&view=diff
==============================================================================
--- incubator/roller/trunk/web/theme/tiles-simplepage.jsp (original)
+++ incubator/roller/trunk/web/theme/tiles-simplepage.jsp Mon May  1 12:55:35 2006
@@ -1,4 +1,4 @@
-<!--
+<%--
   Licensed to the Apache Software Foundation (ASF) under one or more
    contributor license agreements.  The ASF licenses this file to You
   under the Apache License, Version 2.0 (the "License"); you may not
@@ -14,8 +14,7 @@
   limitations under the License.  For additional information regarding
   copyright in this work, please see the NOTICE file in the top level
   directory of this distribution.
--->
-<% response.setContentType("text/html; charset=UTF-8"); %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+--%><% response.setContentType("text/html; charset=UTF-8"); %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <%@ include file="/taglibs.jsp" %><html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <title><%= RollerRuntimeConfig.getProperty("site.shortName") %>: <c:out value="${model.title}" /></title>

Modified: incubator/roller/trunk/web/theme/tiles-tabbedpage.jsp
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/web/theme/tiles-tabbedpage.jsp?rev=398671&r1=398670&r2=398671&view=diff
==============================================================================
--- incubator/roller/trunk/web/theme/tiles-tabbedpage.jsp (original)
+++ incubator/roller/trunk/web/theme/tiles-tabbedpage.jsp Mon May  1 12:55:35 2006
@@ -1,4 +1,4 @@
-<!--
+<%--
   Licensed to the Apache Software Foundation (ASF) under one or more
    contributor license agreements.  The ASF licenses this file to You
   under the Apache License, Version 2.0 (the "License"); you may not
@@ -14,8 +14,7 @@
   limitations under the License.  For additional information regarding
   copyright in this work, please see the NOTICE file in the top level
   directory of this distribution.
--->
-<% response.setContentType("text/html; charset=UTF-8"); %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+--%><% response.setContentType("text/html; charset=UTF-8"); %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <%@ include file="/taglibs.jsp" %><html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <title><%= RollerRuntimeConfig.getProperty("site.shortName") %>: <c:out value="${model.title}" /></title>

Modified: incubator/roller/trunk/web/theme/title.jsp
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/web/theme/title.jsp?rev=398671&r1=398670&r2=398671&view=diff
==============================================================================
--- incubator/roller/trunk/web/theme/title.jsp (original)
+++ incubator/roller/trunk/web/theme/title.jsp Mon May  1 12:55:35 2006
@@ -1,4 +1,4 @@
-<!--
+<%--
   Licensed to the Apache Software Foundation (ASF) under one or more
    contributor license agreements.  The ASF licenses this file to You
   under the Apache License, Version 2.0 (the "License"); you may not
@@ -14,7 +14,7 @@
   limitations under the License.  For additional information regarding
   copyright in this work, please see the NOTICE file in the top level
   directory of this distribution.
--->
+--%>
 <%@ include file="/taglibs.jsp" %>
 <h1><c:out value="${siteTitle}" /></h1>
 <p class="subtitle"><c:out value="${siteDescription}" /></p>