pvollenweider    2005/04/26 14:03:18 CEST

  Modified files:        (Branch: JAHIA-4-1-BRANCH)
    src/view/jsp         blog.jsp blog_listing.jsp 
  Log:
  No more left menu for blofs
  
  Revision  Changes    Path
  1.1.2.16  +1 -7      corporate_portal_templates/src/view/jsp/blog.jsp
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/corporate_portal_templates/src/view/jsp/blog.jsp.diff?r1=1.1.2.15&r2=1.1.2.16&f=h
  1.1.2.25  +1 -7      corporate_portal_templates/src/view/jsp/blog_listing.jsp
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/corporate_portal_templates/src/view/jsp/blog_listing.jsp.diff?r1=1.1.2.24&r2=1.1.2.25&f=h
  
  
  
  Index: blog.jsp
  ===================================================================
  RCS file: 
/home/cvs/repository/corporate_portal_templates/src/view/jsp/Attic/blog.jsp,v
  retrieving revision 1.1.2.15
  retrieving revision 1.1.2.16
  diff -u -r1.1.2.15 -r1.1.2.16
  --- blog.jsp  26 Apr 2005 09:47:23 -0000      1.1.2.15
  +++ blog.jsp  26 Apr 2005 12:03:18 -0000      1.1.2.16
  @@ -6,13 +6,7 @@
   
   <table width="100%" border="0" cellspacing="0" cellpadding="0">
   <tr>
  -    <td width="159" valign="top"><%@ include 
file="include/left_menu.inc"%></td>
  -    <%
  -    if (!thePrint && hasLeft != 0) { %><td class="verticaleline"><img
  -        src="<jahia:contextURL/>/images/pix.gif" width="25" height="12" 
alt=""/></td><%
  -    }
  -     %>
  -    <td width="100%" valign="top">
  +    <td width="100%" valign="top" style="padding-left:10px;">
           <h1><a href="<%=bypassUrl%>"><%@ include 
file="include/page_title.inc"%></a></h1>
           <div class="blog">
               <%
  
  
  
  Index: blog_listing.jsp
  ===================================================================
  RCS file: 
/home/cvs/repository/corporate_portal_templates/src/view/jsp/Attic/blog_listing.jsp,v
  retrieving revision 1.1.2.24
  retrieving revision 1.1.2.25
  diff -u -r1.1.2.24 -r1.1.2.25
  --- blog_listing.jsp  26 Apr 2005 09:47:23 -0000      1.1.2.24
  +++ blog_listing.jsp  26 Apr 2005 12:03:18 -0000      1.1.2.25
  @@ -5,13 +5,7 @@
   
   <table width="100%" border="0" cellspacing="0" cellpadding="0">
   <tr>
  -    <td width="159" valign="top"><%@ include 
file="include/left_menu.inc"%></td>
  -    <%
  -    if (!thePrint && hasLeft != 0) { %><td class="verticaleline"><img
  -        src="<jahia:contextURL/>/images/pix.gif" width="25" height="12" 
alt=""/></td><%
  -    }
  -     %>
  -    <td width="100%" valign="top">
  +    <td width="100%" valign="top" style="padding-left:10px;">
           <h1><%@ include file="include/page_title.inc"%></h1>
           <div class="blog">
               <dl class="previously">
  

Reply via email to