Update of 
/var/cvs/contributions/CMSContainer/cmsc/edit-webapp/src/webapp/editors
In directory 
james.mmbase.org:/tmp/cvs-serv25035/cmsc/edit-webapp/src/webapp/editors

Modified Files:
      Tag: b1_4
        topmenu.jsp 
Log Message:
CMSC-1293 - Add CMSc version to Editors logo


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/edit-webapp/src/webapp/editors
See also: http://www.mmbase.org/jira/browse/CMSC-1293


Index: topmenu.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/edit-webapp/src/webapp/editors/topmenu.jsp,v
retrieving revision 1.8
retrieving revision 1.8.4.1
diff -u -b -r1.8 -r1.8.4.1
--- topmenu.jsp 6 Jun 2007 11:28:31 -0000       1.8
+++ topmenu.jsp 12 Feb 2009 13:57:31 -0000      1.8.4.1
@@ -1,7 +1,8 @@
-<%...@page language="java" contentType="text/html;charset=UTF-8"%>
-<%...@include file="globals.jsp" %>
+<%...@page language="java" contentType="text/html;charset=UTF-8"
+%><%...@include file="globals.jsp" 
+%><mm:content type="text/html" encoding="UTF-8" expires="0">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
 <mm:import externid="bottomurl" from="parameters"/>
-<mm:content type="text/html" encoding="UTF-8" expires="0">
 <html:html xhtml="true">
 <cmscedit:head title="topmenu.title">
    <link href="<cmsc:staticurl page='/editors/css/topmenu.css'/>" 
type="text/css" rel="stylesheet" />
@@ -12,7 +13,8 @@
 
          <div id="header">
                 <div class="title_image">
-                   <img src="gfx/logo_editors.png" alt="Editors logo"/>
+               <c:set var="logotext"><fmt:message key="logo.title" /> 
<cmsc:version type="cmsc"/></c:set>
+               <img src="gfx/logo_editors.png" alt='${logotext}' 
title='${logotext}'/>
             </div>
             <div class="title">
                <fmt:message key="editors.title" />
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to