You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by ag...@apache.org on 2006/07/29 01:14:06 UTC

svn commit: r426697 - /incubator/roller/branches/roller_3.0/web/WEB-INF/jsps/tiles/banner.jsp

Author: agilliland
Date: Fri Jul 28 16:14:05 2006
New Revision: 426697

URL: http://svn.apache.org/viewvc?rev=426697&view=rev
Log:
banner is empty by default now that we don't really use it.


Modified:
    incubator/roller/branches/roller_3.0/web/WEB-INF/jsps/tiles/banner.jsp

Modified: incubator/roller/branches/roller_3.0/web/WEB-INF/jsps/tiles/banner.jsp
URL: http://svn.apache.org/viewvc/incubator/roller/branches/roller_3.0/web/WEB-INF/jsps/tiles/banner.jsp?rev=426697&r1=426696&r2=426697&view=diff
==============================================================================
--- incubator/roller/branches/roller_3.0/web/WEB-INF/jsps/tiles/banner.jsp (original)
+++ incubator/roller/branches/roller_3.0/web/WEB-INF/jsps/tiles/banner.jsp Fri Jul 28 16:14:05 2006
@@ -14,36 +14,4 @@
   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" %>
-
-<%
-String theme = request.getParameter("look");
-if (theme == null) theme = RollerConfig.getProperty("editor.theme");
-String logourl = "/roller-ui/theme/" + theme + "/logo.gif";
-request.setAttribute("logourl", logourl);
-%>
-<!--
-<div class="bannerBox">
-    <div id="logoshadow">
-       <div id="logoimage">
-       </div>
-    </div>
-</div>
--->
-
-<div class="bannerBox">
-
-<div id="logo">
-    <!-- Transparent PNG fix for IE, thanks to Kenneth M. Kolano -->
-    <div id="logoshadow" 
-        style="_background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='<c:out value='${model.baseURL}' />/roller-ui/images/logo-shadow.png',sizingMethod='crop');">
-        <div id="logobackground">
-            <a href='<c:out value="${model.baseURL}" />/main.do' id="logoimage" 
-                style="_background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='<c:out value='${model.baseURL}' />/roller-ui/images/transparent-logo.png', sizingMethod='crop');">
-            </a>
-        </div>
-    </div>
-</div>
-
-</div>
\ No newline at end of file
+--%>
\ No newline at end of file