ggolden     2002/09/09 18:54:35

  Modified:    webapp/WEB-INF/conf JetspeedResources.properties
  Log:
  To further aid in building portal environments on Jetspeed
  while making minimal changes to the distributin Jetspeed files,
  we can now configure which .vm file will be use for the site
  navigation top, bottom and left, using the topnav.vm, bottomnav.vm
  and leftnav.vm settings in the jr.p.
  
  Simply change or override these settings (and the other top/left/bottom
  nav settings from jr.p) in your site's configuration files.
  
  Note: this is only supported currently on the .vm side of the house.
  
  Revision  Changes    Path
  1.87      +8 -1      
jakarta-jetspeed/webapp/WEB-INF/conf/JetspeedResources.properties
  
  Index: JetspeedResources.properties
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed/webapp/WEB-INF/conf/JetspeedResources.properties,v
  retrieving revision 1.86
  retrieving revision 1.87
  diff -u -r1.86 -r1.87
  --- JetspeedResources.properties      9 Sep 2002 16:57:54 -0000       1.86
  +++ JetspeedResources.properties      10 Sep 2002 01:54:35 -0000      1.87
  @@ -518,11 +518,14 @@
   # Navigation Bar customization         #
   #########################################
   # Top navigation bar
  +#   topnav.enable    - Display the left navigation bar
  +#   topnav.vm        - VM file name for the top nav, in 
templates/vm/navigations/html
   #   topnav.logo.file - file name of the logo relative to <jetspeed_home>. Do not 
use with logo.url
   #   topnav.logo.url  - URL of logo. Useful when using a common company logo that is 
on a different server
   #   topnav.user_login.enable - Display login prompts on navigation bar.  If false 
then login nust be via login portlet
   #   topnav.user_creation.enable - Display "create user" prompts on navigation bar.  
Requires topnav.user_login.enable=true
   topnav.enable=true
  +topnav.vm=top.vm
   topnav.logo.file=images/jetspeed-logo.gif
   topnav.logo.url=
   topnav.user_login.enable=true
  @@ -530,13 +533,17 @@
   
   # Left Navigation bar
   #   leftnav.enable    - Display the left navigation bar
  +#   leftnav.vm        - VM file name for the left nav, in 
templates/vm/navigations/html
   #   leftnav.width     - Keep the left edge of the content from moving as the width 
of the content varies
   leftnav.enable=true
  +leftnav.vm=left.vm
   leftnav.width=10%
   
   # Bottom Navigation bar
   #   bottomnav.enable    - Display the Bottom navigation bar
  +#   bottomnav.vm        - VM file name for the bottom nav, in 
templates/vm/navigations/html
   bottomnav.enable=true
  +bottomnav.vm=bottom.vm
   
   #########################################
   # Portal Page customization             #
  
  
  

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

Reply via email to