You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ta...@apache.org on 2004/05/05 00:06:43 UTC

cvs commit: jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/portlet/html/jetspeed decorator.vm

taylor      2004/05/04 15:06:43

  Modified:    portal/src/webapp/WEB-INF/decorations/portlet/html/minty-blue
                        decorator.vm
               portal/src/webapp/WEB-INF/decorations/portlet/html/jetspeed
                        decorator.vm
  Log:
  completed synchronization of navigational state
  added some test lines to show current portlet mode and window state
  next step is to add icons for min/max/normal/view/edit/help
  
  PR:
  Obtained from:
  Submitted by:	
  Reviewed by:	
  CVS: ----------------------------------------------------------------------
  CVS: PR:
  CVS:   If this change addresses a PR in the problem report tracking
  CVS:   database, then enter the PR number(s) here.
  CVS: Obtained from:
  CVS:   If this change has been taken from another system, such as NCSA,
  CVS:   then name the system in this line, otherwise delete it.
  CVS: Submitted by:
  CVS:   If this code has been contributed to Apache by someone else; i.e.,
  CVS:   they sent us a patch or a new module, then include their name/email
  CVS:   address here. If this is your work then delete this line.
  CVS: Reviewed by:
  CVS:   If we are doing pre-commit code reviews and someone else has
  CVS:   reviewed your changes, include their name(s) here.
  CVS:   If you have not had it reviewed then delete this line.
  
  Revision  Changes    Path
  1.3       +10 -0     jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/portlet/html/minty-blue/decorator.vm
  
  Index: decorator.vm
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/portlet/html/minty-blue/decorator.vm,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- decorator.vm	13 Apr 2004 15:59:28 -0000	1.2
  +++ decorator.vm	4 May 2004 22:06:43 -0000	1.3
  @@ -40,6 +40,16 @@
       <td class="PTitleRight" style="font-size:1pt;" nowrap="true">&nbsp;</td>
     </tr>
   
  +### testing, this weill be removed  
  +  <tr>
  +    <td class="PContentLeft" style="font-size:1pt;" nowrap="true">&nbsp;</td>
  +
  +    <td align="left" valign="middle" class="PContent" >
  +       state = $jetspeed.windowState  mode = $jetspeed.portletMode
  +    </td>
  +    
  +    <td class="PContentRight" style="font-size:1pt;" nowrap="true">&nbsp;</td>  
  +  </tr>
   
   ##
   ## Portlet Content
  
  
  
  1.3       +11 -1     jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/portlet/html/jetspeed/decorator.vm
  
  Index: decorator.vm
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/portlet/html/jetspeed/decorator.vm,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- decorator.vm	18 Mar 2004 19:37:34 -0000	1.2
  +++ decorator.vm	4 May 2004 22:06:43 -0000	1.3
  @@ -34,12 +34,22 @@
       <td class="PTitleLeft" style="font-size:1pt;" nowrap="true">&nbsp;</td>
   
       <td align="left" valign="middle" class="PTitle" >
  -       ${myPE.portletDefinition.name}
  +       ${myPE.portletDefinition.name} 
       </td>
       
       <td class="PTitleRight" style="font-size:1pt;" nowrap="true">&nbsp;</td>
     </tr>
   
  +### testing, this weill be removed  
  +  <tr>
  +    <td class="PContentLeft" style="font-size:1pt;" nowrap="true">&nbsp;</td>
  +
  +    <td align="left" valign="middle" class="PContent" >
  +       state = $jetspeed.windowState  mode = $jetspeed.portletMode
  +    </td>
  +    
  +    <td class="PContentRight" style="font-size:1pt;" nowrap="true">&nbsp;</td>  
  +  </tr>
   
   ##
   ## Portlet Content
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org