jefft 2003/11/10 06:43:16
Modified: targets ack.pdf communication.pdf contact.pdf cvs.pdf
decisions.pdf guidelines.pdf index.pdf legal.pdf
library.pdf mail.pdf management.pdf mission.pdf
news.pdf overview.pdf roles.pdf source.pdf
whoweare.pdf
targets/skin breadcrumbs.js
Log:
Automatic publish at Mon Nov 10 15:49:00 CET 2003 from
http://forrestbot.cocoondev.org.
Revision Changes Path
1.11 +12 -12 xml-site/targets/ack.pdf
<<Binary file>>
1.12 +35 -35 xml-site/targets/communication.pdf
<<Binary file>>
1.11 +7 -7 xml-site/targets/contact.pdf
<<Binary file>>
1.12 +49 -49 xml-site/targets/cvs.pdf
<<Binary file>>
1.12 +69 -69 xml-site/targets/decisions.pdf
<<Binary file>>
1.15 +71 -71 xml-site/targets/guidelines.pdf
<<Binary file>>
1.16 +97 -97 xml-site/targets/index.pdf
<<Binary file>>
1.10 +7 -7 xml-site/targets/legal.pdf
<<Binary file>>
1.11 +44 -44 xml-site/targets/library.pdf
<<Binary file>>
1.11 +116 -116 xml-site/targets/mail.pdf
<<Binary file>>
1.12 +18 -18 xml-site/targets/management.pdf
<<Binary file>>
1.12 +71 -71 xml-site/targets/mission.pdf
<<Binary file>>
1.19 +181 -181 xml-site/targets/news.pdf
<<Binary file>>
1.12 +37 -37 xml-site/targets/overview.pdf
<<Binary file>>
1.12 +46 -46 xml-site/targets/roles.pdf
<<Binary file>>
1.11 +55 -55 xml-site/targets/source.pdf
<<Binary file>>
1.15 +48 -48 xml-site/targets/whoweare.pdf
<<Binary file>>
1.10 +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.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- breadcrumbs.js 13 Oct 2003 19:25:12 -0000 1.9
+++ breadcrumbs.js 10 Nov 2003 14:43:16 -0000 1.10
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 2002-2003 The Apache Software Foundation. All rights reserved.
+ Copyright (C) @skinconfig.year@ 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(!("apache"=="")){
- PREPREND_CRUMBS.push( new Array( "apache", "http://www.apache.org/" ) );
+ if(!("@skinconfig.trail.link1.name@"=="")){
+ PREPREND_CRUMBS.push( new Array( "@skinconfig.trail.link1.name@",
"@skinconfig.trail.link1.href@" ) );
}
- if(!("xml.apache"=="")){
- PREPREND_CRUMBS.push( new Array( "xml.apache", "http://xml.apache.org/"
) );
+ if(!("@skinconfig.trail.link2.name@"=="")){
+ PREPREND_CRUMBS.push( new Array( "@skinconfig.trail.link2.name@",
"@skinconfig.trail.link2.href@" ) );
}
- if(!(""=="")){
- PREPREND_CRUMBS.push( new Array( "", "" ) );
+ if(!("@skinconfig.trail.link3.name@"=="")){
+ PREPREND_CRUMBS.push( new Array( "@skinconfig.trail.link3.name@",
"@skinconfig.trail.link3.href@" ) );
}
/**
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]