raphael     01/07/08 14:02:33

  Modified:    webapp/WEB-INF/psml/user/turbine/html default.psml
  Log:
  - update turbine PSML definition to showcase multi-column and
  customization.
  
  Revision  Changes    Path
  1.8       +10 -8     
jakarta-jetspeed/webapp/WEB-INF/psml/user/turbine/html/default.psml
  
  Index: default.psml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed/webapp/WEB-INF/psml/user/turbine/html/default.psml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- default.psml      2001/06/25 11:32:27     1.7
  +++ default.psml      2001/07/08 21:02:32     1.8
  @@ -1,22 +1,24 @@
   <?xml version="1.0" encoding="iso-8859-1"?>
   <portlets xmlns="http://xml.apache.org/jetspeed/2000/psml";>
   
  -  <controller name="RowController">
  -    <parameter name="sizes" value="70%,30%"/>
  -  </controller>
  -
     <skin name="orange-red"/>
  -
  +  <control name="TabControl" />
  +  <controller name="CardPortletController"/>
  +  
     <portlets>
  +    <metainfo>
  +      <title>Home</title>
  +    </metainfo>
  +    
  +    <controller name="TwoColumns"/>
  +
       <entry parent="HelloVelocity"/>
       <entry parent="http://jakarta.apache.org/jetspeed/channels/jetspeed.rss"/>
       <entry parent="http://www.xmlhack.com/rsscat.php"/>
  -  </portlets>
  -
  -  <portlets>
       <entry parent="http://jakarta.apache.org/jetspeed/channels/turbine.rss"/>
       <entry parent="http://www.mozilla.org/news.rdf"/>
       <entry parent="http://www.apacheweek.com/issues/apacheweek-headlines.xml"/>
  +
     </portlets>
   
   </portlets>
  
  
  

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

Reply via email to