jford       2005/01/28 20:18:13

  Modified:    layout-portlets/src/webapp/WEB-INF portlet.xml
  Log:
  Added 25/75 layout without actions
  
  Revision  Changes    Path
  1.11      +34 -0     
jakarta-jetspeed-2/layout-portlets/src/webapp/WEB-INF/portlet.xml
  
  Index: portlet.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed-2/layout-portlets/src/webapp/WEB-INF/portlet.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- portlet.xml       21 Dec 2004 01:21:11 -0000      1.10
  +++ portlet.xml       29 Jan 2005 04:18:13 -0000      1.11
  @@ -269,6 +269,40 @@
         <short-title>ThreeColumns</short-title>
       </portlet-info>
   </portlet>
  +<portlet id="VelocityTwoColumns2575NoActions">
  +    <portlet-name>VelocityTwoColumns2575NoActions</portlet-name>
  +    <display-name>Two Columns Layout Using Velocity with No Page Actions 
allowed</display-name>
  +    <init-param>
  +      <name>ViewPage</name>
  +      <value>columns</value>
  +    </init-param>
  +    <init-param>
  +      <name>MaxPage</name>
  +      <value>maximized</value>
  +    </init-param>
  +    <init-param>
  +      <name>columns</name>
  +      <value>2</value>
  +    </init-param>
  +    <init-param>
  +      <name>sizes</name>
  +      <value>25%,75%</value>
  +    </init-param>
  +    <init-param>
  +      <name>layoutType</name>
  +      <value>TwoColumns</value>
  +    </init-param>
  +    
<portlet-class>org.apache.jetspeed.portlets.layout.MultiColumnPortlet</portlet-class>
  +    <expiration-cache>-1</expiration-cache>
  +    <supports>
  +      <mime-type>text/html</mime-type>
  +      <portlet-mode>view</portlet-mode>
  +    </supports>
  +    <portlet-info>
  +      <title>VelocityTwoColumns2575NoActions</title>
  +      <short-title>VelocityTwoColumns2575NoActions</short-title>
  +    </portlet-info>
  +</portlet>
   
   </portlet-app>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to