You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general-cvs@xml.apache.org by je...@apache.org on 2003/09/10 15:52:37 UTC

cvs commit: xml-site/targets/skin breadcrumbs.js

jefft       2003/09/10 06:52:37

  Modified:    targets/skin breadcrumbs.js
  Log:
  Fix the breadcrumbs again.  Forrestbot commit facility disabled until we can
  fix this properly..
  
  Revision  Changes    Path
  1.8       +7 -7      xml-site/targets/skin/breadcrumbs.js
  
  Index: breadcrumbs.js
  ===================================================================
  RCS file: /home/cvs/xml-site/targets/skin/breadcrumbs.js,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- breadcrumbs.js	10 Sep 2003 10:06:55 -0000	1.7
  +++ breadcrumbs.js	10 Sep 2003 13:52:37 -0000	1.8
  @@ -4,7 +4,7 @@
                      The Apache Software License, Version 1.1
    ============================================================================
   
  - Copyright (C) @skinconfig.year@ The Apache Software Foundation. All rights reserved.
  + Copyright (C) 2003 The Apache Software Foundation. All rights reserved.
   
    Redistribution and use in source and binary forms, with or without modifica-
    tion, are permitted provided that the following conditions are met:
  @@ -83,14 +83,14 @@
    * you use this script (you can leave it as an empty array if you wish)
    */
   var PREPREND_CRUMBS = new Array();
  -   if(!("@skinconfig.trail.link1.name@"=="")){
  -     PREPREND_CRUMBS.push( new Array( "@skinconfig.trail.link1.name@", "@skinconfig.trail.link1.href@" ) );
  +   if(!("apache"=="")){
  +     PREPREND_CRUMBS.push( new Array( "apache", "http://www.apache.org/" ) );
      }
  -   if(!("@skinconfig.trail.link2.name@"=="")){
  -     PREPREND_CRUMBS.push( new Array( "@skinconfig.trail.link2.name@", "@skinconfig.trail.link2.href@" ) );
  +   if(!("xml.apache"=="")){
  +     PREPREND_CRUMBS.push( new Array( "xml.apache", "http://xml.apache.org/" ) );
      }
  -   if(!("@skinconfig.trail.link3.name@"=="")){
  -     PREPREND_CRUMBS.push( new Array( "@skinconfig.trail.link3.name@", "@skinconfig.trail.link3.href@" ) );
  +   if(!(""=="")){
  +     PREPREND_CRUMBS.push( new Array( "", "" ) );
      }
   
   /**
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: general-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: general-cvs-help@xml.apache.org