Minor fixes; added feedback link to each page

This commit is contained in:
sschaub 2004-07-05 13:57:40 +00:00
Родитель 764b4c93da
Коммит 2532be4fb1
50 изменённых файлов: 910 добавлений и 25 удалений

Просмотреть файл

@ -283,7 +283,7 @@
<tr>
<td colspan="2" bgcolor="#CFDCED" class="copyright" align="center"><font size="2" face="Arial, Helvetica, Sans-Serif">
Send feedback about the website to <a href="mailto:webmaster@ikvm.net?subject=IKVM Website Feedback Page&body=Page URL: ">webmaster@ikvm.net</a>
Send feedback about this page to <a href="mailto:webmaster@ikvm.net?subject=IKVM Website Feedback - Page devguide/concepts.html">webmaster@ikvm.net</a>
<br>
Copyright &copy;

Просмотреть файл

@ -232,7 +232,7 @@
<tr>
<td colspan="2" bgcolor="#CFDCED" class="copyright" align="center"><font size="2" face="Arial, Helvetica, Sans-Serif">
Send feedback about the website to <a href="mailto:webmaster@ikvm.net?subject=IKVM Website Feedback Page&body=Page URL: ">webmaster@ikvm.net</a>
Send feedback about this page to <a href="mailto:webmaster@ikvm.net?subject=IKVM Website Feedback - Page devguide/intro.html">webmaster@ikvm.net</a>
<br>
Copyright &copy;

Просмотреть файл

@ -386,7 +386,7 @@
<tr>
<td colspan="2" bgcolor="#CFDCED" class="copyright" align="center"><font size="2" face="Arial, Helvetica, Sans-Serif">
Send feedback about the website to <a href="mailto:webmaster@ikvm.net?subject=IKVM Website Feedback Page&body=Page URL: ">webmaster@ikvm.net</a>
Send feedback about this page to <a href="mailto:webmaster@ikvm.net?subject=IKVM Website Feedback - Page devguide/java2net.html">webmaster@ikvm.net</a>
<br>
Copyright &copy;

Просмотреть файл

@ -296,7 +296,7 @@
<tr>
<td colspan="2" bgcolor="#CFDCED" class="copyright" align="center"><font size="2" face="Arial, Helvetica, Sans-Serif">
Send feedback about the website to <a href="mailto:webmaster@ikvm.net?subject=IKVM Website Feedback Page&body=Page URL: ">webmaster@ikvm.net</a>
Send feedback about this page to <a href="mailto:webmaster@ikvm.net?subject=IKVM Website Feedback - Page devguide/net2java.html">webmaster@ikvm.net</a>
<br>
Copyright &copy;

Просмотреть файл

@ -229,7 +229,7 @@
<tr>
<td colspan="2" bgcolor="#CFDCED" class="copyright" align="center"><font size="2" face="Arial, Helvetica, Sans-Serif">
Send feedback about the website to <a href="mailto:webmaster@ikvm.net?subject=IKVM Website Feedback Page&body=Page URL: ">webmaster@ikvm.net</a>
Send feedback about this page to <a href="mailto:webmaster@ikvm.net?subject=IKVM Website Feedback - Page download.html">webmaster@ikvm.net</a>
<br>
Copyright &copy;

Просмотреть файл

@ -246,7 +246,7 @@ loader and use it to dynamically load classes.</li>
<tr>
<td colspan="2" bgcolor="#CFDCED" class="copyright" align="center"><font size="2" face="Arial, Helvetica, Sans-Serif">
Send feedback about the website to <a href="mailto:webmaster@ikvm.net?subject=IKVM Website Feedback Page&body=Page URL: ">webmaster@ikvm.net</a>
Send feedback about this page to <a href="mailto:webmaster@ikvm.net?subject=IKVM Website Feedback - Page faqdoc.html">webmaster@ikvm.net</a>
<br>
Copyright &copy;

Просмотреть файл

@ -247,7 +247,7 @@
<li>
<strong>ikvm.runtime.dll</strong>: The VM runtime and all supporting code. It contains (among other things):
<strong>IKVM.Runtime.dll</strong>: The VM runtime and all supporting code. It contains (among other things):
<ul>
<li>Byte Code JIT compiler/verifier: Just-in-time compiles Java Byte Code to CIL.</li>
@ -263,13 +263,13 @@ Java code as java.lang.Object, java.lang.String and java.lang.Throwable.</li>
<li>
<strong>ikvm.gnu.classpath.dll</strong>: compiled version of <a href="http://www.gnu.org/software/classpath/classpath.html">GNU Classpath</a>, the Free Software Foundation's implementation of the Java class libraries,
<strong>IKVM.GNU.Classpath.dll</strong>: compiled version of <a href="http://www.gnu.org/software/classpath/classpath.html">GNU Classpath</a>, the Free Software Foundation's implementation of the Java class libraries,
plus some additional IKVM.NET specific code. Note that GNU Classpath isn't <em>part</em> of IKVM.NET, but it is <em>used</em> by IK.VM.NET
</li>
<li>
<strong>ikvm.jni.[mono|clr-win32].dll</strong>: Managed C++ assembly that implements the JNI interface. This is an optional part, only required when an application uses its own native libraries. This will not be required for pure Java applications, this is important because this code will only run on Microsoft's .NET implementation.
<strong>IKVM.JNI.[Mono|CLR-Win32].dll</strong>: Managed C++ assembly that implements the JNI interface. This is an optional part, only required when an application uses its own native libraries. This is not needed for pure Java applications.
</li>
<li>
@ -348,7 +348,7 @@ plus some additional IKVM.NET specific code. Note that GNU Classpath isn't <em>p
<tr>
<td colspan="2" bgcolor="#CFDCED" class="copyright" align="center"><font size="2" face="Arial, Helvetica, Sans-Serif">
Send feedback about the website to <a href="mailto:webmaster@ikvm.net?subject=IKVM Website Feedback Page&body=Page URL: ">webmaster@ikvm.net</a>
Send feedback about this page to <a href="mailto:webmaster@ikvm.net?subject=IKVM Website Feedback - Page index.html">webmaster@ikvm.net</a>
<br>
Copyright &copy;

Просмотреть файл

@ -233,7 +233,7 @@
<tr>
<td colspan="2" bgcolor="#CFDCED" class="copyright" align="center"><font size="2" face="Arial, Helvetica, Sans-Serif">
Send feedback about the website to <a href="mailto:webmaster@ikvm.net?subject=IKVM Website Feedback Page&body=Page URL: ">webmaster@ikvm.net</a>
Send feedback about this page to <a href="mailto:webmaster@ikvm.net?subject=IKVM Website Feedback - Page license.html">webmaster@ikvm.net</a>
<br>
Copyright &copy;

Просмотреть файл

@ -449,7 +449,7 @@
<tr>
<td colspan="2" bgcolor="#CFDCED" class="copyright" align="center"><font size="2" face="Arial, Helvetica, Sans-Serif">
Send feedback about the website to <a href="mailto:webmaster@ikvm.net?subject=IKVM Website Feedback Page&body=Page URL: ">webmaster@ikvm.net</a>
Send feedback about this page to <a href="mailto:webmaster@ikvm.net?subject=IKVM Website Feedback - Page userguide/ikvm.html">webmaster@ikvm.net</a>
<br>
Copyright &copy;

Просмотреть файл

@ -516,7 +516,7 @@
<tr>
<td colspan="2" bgcolor="#CFDCED" class="copyright" align="center"><font size="2" face="Arial, Helvetica, Sans-Serif">
Send feedback about the website to <a href="mailto:webmaster@ikvm.net?subject=IKVM Website Feedback Page&body=Page URL: ">webmaster@ikvm.net</a>
Send feedback about this page to <a href="mailto:webmaster@ikvm.net?subject=IKVM Website Feedback - Page userguide/ikvmc.html">webmaster@ikvm.net</a>
<br>
Copyright &copy;

Просмотреть файл

@ -296,7 +296,7 @@
<tr>
<td colspan="2" bgcolor="#CFDCED" class="copyright" align="center"><font size="2" face="Arial, Helvetica, Sans-Serif">
Send feedback about the website to <a href="mailto:webmaster@ikvm.net?subject=IKVM Website Feedback Page&body=Page URL: ">webmaster@ikvm.net</a>
Send feedback about this page to <a href="mailto:webmaster@ikvm.net?subject=IKVM Website Feedback - Page userguide/ikvmstub.html">webmaster@ikvm.net</a>
<br>
Copyright &copy;

Просмотреть файл

@ -285,7 +285,7 @@
<tr>
<td colspan="2" bgcolor="#CFDCED" class="copyright" align="center"><font size="2" face="Arial, Helvetica, Sans-Serif">
Send feedback about the website to <a href="mailto:webmaster@ikvm.net?subject=IKVM Website Feedback Page&body=Page URL: ">webmaster@ikvm.net</a>
Send feedback about this page to <a href="mailto:webmaster@ikvm.net?subject=IKVM Website Feedback - Page userguide/install.html">webmaster@ikvm.net</a>
<br>
Copyright &copy;

Просмотреть файл

@ -315,7 +315,7 @@
<tr>
<td colspan="1" rowspan="1">IKVM.JNI.CLR-Win32.dll</td>
<td colspan="1" rowspan="1">Managed C++ assembly that implements the JNI interface. This is an optional part, only required when an application uses it's own native libraries. This will not be required for pure Java applications, this is important because this code will only run on Microsoft's .NET implementation.</td>
<td colspan="1" rowspan="1">Managed C++ assembly that implements the JNI interface. This is an optional part, only required when an application uses its own native libraries. This is not needed for pure Java applications. </td>
</tr>
@ -394,7 +394,7 @@
<tr>
<td colspan="2" bgcolor="#CFDCED" class="copyright" align="center"><font size="2" face="Arial, Helvetica, Sans-Serif">
Send feedback about the website to <a href="mailto:webmaster@ikvm.net?subject=IKVM Website Feedback Page&body=Page URL: ">webmaster@ikvm.net</a>
Send feedback about this page to <a href="mailto:webmaster@ikvm.net?subject=IKVM Website Feedback - Page userguide/intro.html">webmaster@ikvm.net</a>
<br>
Copyright &copy;

Просмотреть файл

@ -240,7 +240,7 @@
<tr>
<td colspan="2" bgcolor="#CFDCED" class="copyright" align="center"><font size="2" face="Arial, Helvetica, Sans-Serif">
Send feedback about the website to <a href="mailto:webmaster@ikvm.net?subject=IKVM Website Feedback Page&body=Page URL: ">webmaster@ikvm.net</a>
Send feedback about this page to <a href="mailto:webmaster@ikvm.net?subject=IKVM Website Feedback - Page userguide/tools.html">webmaster@ikvm.net</a>
<br>
Copyright &copy;

Просмотреть файл

@ -397,7 +397,7 @@
<tr>
<td colspan="2" bgcolor="#CFDCED" class="copyright" align="center"><font size="2" face="Arial, Helvetica, Sans-Serif">
Send feedback about the website to <a href="mailto:webmaster@ikvm.net?subject=IKVM Website Feedback Page&body=Page URL: ">webmaster@ikvm.net</a>
Send feedback about this page to <a href="mailto:webmaster@ikvm.net?subject=IKVM Website Feedback - Page userguide/tutorial.html">webmaster@ikvm.net</a>
<br>
Copyright &copy;

Просмотреть файл

@ -281,7 +281,7 @@
<tr>
<td colspan="2" bgcolor="#CFDCED" class="copyright" align="center"><font size="2" face="Arial, Helvetica, Sans-Serif">
Send feedback about the website to <a href="mailto:webmaster@ikvm.net?subject=IKVM Website Feedback Page&body=Page URL: ">webmaster@ikvm.net</a>
Send feedback about this page to <a href="mailto:webmaster@ikvm.net?subject=IKVM Website Feedback - Page uses.html">webmaster@ikvm.net</a>
<br>
Copyright &copy;

Просмотреть файл

@ -9,7 +9,7 @@ forrest.echo=true
#project.name=my-project
# Specifies name of Forrest skin to use
#project.skin=forrest-site
project.skin=ikvmforrest-site
#project.skin=forrest-css
#project.skin=avalon-tigris
#project.skin=krysalis-site

Просмотреть файл

@ -8,3 +8,12 @@ containing this readme file the current directory and running
forrest
The generated website root is located at build\site
Note
----
The src\documentation\skins\ikvmforrest-site folder contains a modified
copy of the forrest-site skin that comes with Forrest. Modifications are
as follows:
* xslt\html\site2xhtml.xsl - modification to show feedback link on the
bottom of every page

Просмотреть файл

@ -21,7 +21,7 @@
<p >IKVM.NET consists of several parts:</p>
<ul >
<li>
<strong>ikvm.runtime.dll</strong>: The VM runtime and all supporting code. It contains (among other things):
<strong>IKVM.Runtime.dll</strong>: The VM runtime and all supporting code. It contains (among other things):
<ul>
<li>Byte Code JIT compiler/verifier: Just-in-time compiles Java Byte Code to CIL.</li>
<li>Object model remapping infrastructure: Makes System.Object, System.String and System.Exception appear to
@ -30,11 +30,11 @@ Java code as java.lang.Object, java.lang.String and java.lang.Throwable.</li>
</ul>
</li>
<li>
<strong>ikvm.gnu.classpath.dll</strong>: compiled version of <link href="ext:classpath">GNU Classpath</link>, the Free Software Foundation's implementation of the Java class libraries,
<strong>IKVM.GNU.Classpath.dll</strong>: compiled version of <link href="ext:classpath">GNU Classpath</link>, the Free Software Foundation's implementation of the Java class libraries,
plus some additional IKVM.NET specific code. Note that GNU Classpath isn't <em>part</em> of IKVM.NET, but it is <em>used</em> by IK.VM.NET
</li>
<li>
<strong>ikvm.jni.[mono|clr-win32].dll</strong>: Managed C++ assembly that implements the JNI interface. This is an optional part, only required when an application uses its own native libraries. This will not be required for pure Java applications, this is important because this code will only run on Microsoft's .NET implementation.
<strong>IKVM.JNI.[Mono|CLR-Win32].dll</strong>: Managed C++ assembly that implements the JNI interface. This is an optional part, only required when an application uses its own native libraries. This is not needed for pure Java applications.
</li>
<li>
<strong>ikvm.exe</strong>: Starter executable, comparable to java.exe ("dynamic mode").

Просмотреть файл

@ -78,7 +78,7 @@
</tr>
<tr>
<td>IKVM.JNI.CLR-Win32.dll</td>
<td>Managed C++ assembly that implements the JNI interface. This is an optional part, only required when an application uses it's own native libraries. This will not be required for pure Java applications, this is important because this code will only run on Microsoft's .NET implementation.</td>
<td>Managed C++ assembly that implements the JNI interface. This is an optional part, only required when an application uses its own native libraries. This is not needed for pure Java applications. </td>
</tr>
<tr>
<td>IKVM.JNI.Mono.dll</td>

Просмотреть файл

@ -0,0 +1,71 @@
body { background-color: #FFFFFF; margin: 0px 0px 0px 0px; font-family: Verdana, Helvetica, sans-serif; font-size : 100%; }
a:link { color: #0F3660; }
a:visited { color: #009999; }
a:active { color: #000066; }
a:hover { color: #000066; }
img { border: 0; }
.menu { background-color: #4C6C8F; margin: 0px; padding: 3px 8px 5px 3px; font-size : 90%; }
.menu a:link { color: #FFFFFF; text-decoration : none; }
.menu a:visited { color: #FFFFFF; text-decoration : none; }
.menu a:hover { color: #FFCC00; text-decoration : none; }
.menu ul { margin: 0px 0px 0px 20px; padding: 0px; }
.menu li { list-style-image: url('images/label.gif'); font-weight : bold; }
.menu ul ul li .sel { list-style-image: url('images/current.gif'); font-weight : normal; }
.menu ul ul li { list-style-image: url('images/page.gif'); font-weight : normal; }
.menu .base-seleted {color: #000000; }
.menu .base-not-selected { font-family: Verdana, Helvetica, sans-serif; }
.tab { font-size : 85%; border: 0 }
.tab a:link { text-decoration : none; }
.tab a:visited { text-decoration : none; color: #2A4A6D }
.tab a:hover { color: #000066; }
table .title { background-color: #FFFFFF; width:100%; border: 0px; }
.dida { font-size: 80%; }
.pre { white-space: pre;}
.content { padding: 5px 5px 5px 10px; font : small Verdana, Helvetica, sans-serif; font-size : 90%; }
.content .ForrestTable { width: 100%; background-color: #7099C5; color: #ffffff; font-size : 90%;}
.content .ForrestTable th a:link { color: white; }
.content .ForrestTable th a:visited { color: #cfdced; }
.content .ForrestTable th a:active { color: #000066; }
.content .ForrestTable th a:hover { color: #000066; }
.content .ForrestTable caption { text-align: left; color: black; font-weight: bold; }
.content .ForrestTable th { text-align: center; }
.content .ForrestTable td { background-color: #f0f0ff; color: black; }
.content .attribution { text-align: right; font-style: italic; font-size: 90% }
.frame { margin: 5px 20px 5px 20px; font-size: 90%; }
.frame .content { margin: 0px; }
.note { border: solid 1px #7099C5; background-color: #f0f0ff; }
.note .label { background-color: #7099C5; color: #ffffff; }
.warning { border: solid 1px #D00000; background-color: #fff0f0; }
.warning .label { background-color: #D00000; color: #ffffff; }
.fixme { border: solid 1px #C6C600; background-color: #FAF9C3; }
.fixme .label { background-color: #C6C600; color: #ffffff; }
.code { border-color: #CFDCED; border-style: solid; border-width: 1px; }
.codefrag { font-family: "Courier New", Courier, monospace; }
.highlight { background-color: yellow; }
.minitoc {margin: 5px 5px 5px 40px;}
.dtdElement { width: 100%; font-size: 90%; background-color : #ffffff; }
.dtdTag { color: #990000; text-transform : uppercase; font-style : normal; font-size : 120%; font-weight : bold; }
@media print {
.menu {
display: none;
}
}

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 55 B

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 55 B

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 60 B

Двоичные данные
website/src/documentation/skins/ikvmforrest-site/images/doc.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 393 B

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 766 B

Двоичные данные
website/src/documentation/skins/ikvmforrest-site/images/label.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 54 B

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 176 B

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 176 B

Двоичные данные
website/src/documentation/skins/ikvmforrest-site/images/page.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 52 B

Двоичные данные
website/src/documentation/skins/ikvmforrest-site/images/pdfdoc.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 457 B

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 438 B

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 112 B

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 112 B

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 181 B

Двоичные данные
website/src/documentation/skins/ikvmforrest-site/images/spacer.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 43 B

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 70 B

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 70 B

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 70 B

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 70 B

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 2.9 KiB

Двоичные данные
website/src/documentation/skins/ikvmforrest-site/images/vcss.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 1.1 KiB

Двоичные данные
website/src/documentation/skins/ikvmforrest-site/images/xmldoc.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 647 B

Просмотреть файл

@ -0,0 +1,67 @@
var PREPREND_CRUMBS=new Array();
PREPREND_CRUMBS.push(new Array("Apache","http://www.apache.org/"));
PREPREND_CRUMBS.push(new Array("Jakarta","http://jakarta.apache.org/"));
var DISPLAY_SEPARATOR=" &gt; ";
var DISPLAY_PREPREND="";
var DISPLAY_POSTPREND=":";
var CSS_CLASS_CRUMB="breadcrumb";
var CSS_CLASS_TRAIL="breadcrumbTrail";
var CSS_CLASS_SEPARATOR="crumbSeparator";
var FILE_EXTENSIONS=new Array( ".html", ".htm", ".jsp", ".php", ".php3", ".php4" );
var PATH_SEPARATOR="/";
function sc(s) {
var l=s.toLowerCase();
return l.substr(0,1).toUpperCase()+l.substr(1);
}
function getdirs() {
var t=document.location.pathname.split(PATH_SEPARATOR);
var lc=t[t.length-1];
for(var i=0;i < FILE_EXTENSIONS.length;i++)
{
if(lc.indexOf(FILE_EXTENSIONS[i]))
return t.slice(1,t.length-1); }
return t.slice(1,t.length);
}
function getcrumbs( d )
{
var pre = "/";
var post = "/";
var c = new Array();
if( d != null )
{
for(var i=0;i < d.length;i++) {
pre+=d[i]+postfix;
c.push(new Array(d[i],pre)); }
}
if(PREPREND_CRUMBS.length > 0 )
return PREPREND_CRUMBS.concat( c );
return c;
}
function gettrail( c )
{
var h=DISPLAY_PREPREND;
for(var i=0;i < c.length;i++)
{
h+='<a href="'+c[i][1]+'" >'+sc(c[i][0])+'</a>';
if(i!=(c.length-1))
h+=DISPLAY_SEPARATOR; }
return h+DISPLAY_POSTPREND;
}
function gettrailXHTML( c )
{
var h='<span class="'+CSS_CLASS_TRAIL+'">'+DISPLAY_PREPREND;
for(var i=0;i < c.length;i++)
{
h+='<a href="'+c[i][1]+'" class="'+CSS_CLASS_CRUMB+'">'+sc(c[i][0])+'</a>';
if(i!=(c.length-1))
h+='<span class="'+CSS_CLASS_SEPARATOR+'">'+DISPLAY_SEPARATOR+'</span>'; }
return h+DISPLAY_POSTPREND+'</span>';
}
if(document.location.href.toLowerCase().indexOf("http://")==-1)
document.write(gettrail(getcrumbs()));
else
document.write(gettrail(getcrumbs(getdirs())));

Просмотреть файл

@ -0,0 +1,267 @@
/*
============================================================================
The Apache Software License, Version 1.1
============================================================================
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:
1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
3. The end-user documentation included with the redistribution, if any, must
include the following acknowledgment: "This product includes software
developed by the Apache Software Foundation (http://www.apache.org/)."
Alternately, this acknowledgment may appear in the software itself, if
and wherever such third-party acknowledgments normally appear.
4. The names "Apache Forrest" and "Apache Software Foundation"
must not be used to endorse or promote products derived from this software
without prior written permission. For written permission, please contact
apache@apache.org.
5. Products derived from this software may not be called "Apache", nor may
"Apache" appear in their name, without prior written permission of the
Apache Software Foundation.
THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
APACHE SOFTWARE FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLU-
DING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
This software consists of voluntary contributions made by many individuals
on behalf of the Apache Software Foundation. For more information on the
Apache Software Foundation, please see <http://www.apache.org/>.
*/
/**
* This script, when included in a html file, builds a neat breadcrumb trail
* based on its url. That is, if it doesn't contains bugs (I'm relatively
* sure it does).
*
* Typical usage:
* <script type="text/javascript" language="JavaScript" src="breadcrumbs.js"></script>
*
*@author <a href="mailto:leosimons@apache.org">Leo Simons</a> (main author)
*@author <a href="mailto:nicolaken@apache.org">Nicola Ken Barozzi</a> (integration in skin)
*@created July 12, 2002
*@version 1.0
*/
/**
* IE 5 on Mac doesn't know Array.push.
*
* Implement it - courtesy to fritz.
*/
var abc = new Array();
if (!abc.push) {
Array.prototype.push = function(what){this[this.length]=what}
}
/* ========================================================================
CONSTANTS
======================================================================== */
/**
* Two-dimensional array containing extra crumbs to place at the front of
* the trail. Specify first the name of the crumb, then the URI that belongs
* to it. You'll need to modify this for every domain or subdomain where
* 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(!("@skinconfig.trail.link2.name@"=="")){
PREPREND_CRUMBS.push( new Array( "@skinconfig.trail.link2.name@", "@skinconfig.trail.link2.href@" ) );
}
if(!("@skinconfig.trail.link3.name@"=="")){
PREPREND_CRUMBS.push( new Array( "@skinconfig.trail.link3.name@", "@skinconfig.trail.link3.href@" ) );
}
/**
* String to include between crumbs:
*/
var DISPLAY_SEPARATOR = " &gt; ";
/**
* String to include at the beginning of the trail
*/
var DISPLAY_PREPREND = "";
/**
* String to include at the end of the trail
*/
var DISPLAY_POSTPREND = "";
/**
* CSS Class to use for a single crumb:
*/
var CSS_CLASS_CRUMB = "breadcrumb";
/**
* CSS Class to use for the complete trail:
*/
var CSS_CLASS_TRAIL = "breadcrumbTrail";
/**
* CSS Class to use for crumb separator:
*/
var CSS_CLASS_SEPARATOR = "crumbSeparator";
/**
* Array of strings containing common file extensions. We use this to
* determine what part of the url to ignore (if it contains one of the
* string specified here, we ignore it).
*/
var FILE_EXTENSIONS = new Array( ".html", ".htm", ".jsp", ".php", ".php3", ".php4" );
/**
* String that separates parts of the breadcrumb trail from each other.
* When this is no longer a slash, I'm sure I'll be old and grey.
*/
var PATH_SEPARATOR = "/";
/* ========================================================================
UTILITY FUNCTIONS
======================================================================== */
/**
* Capitalize first letter of the provided string and return the modified
* string.
*/
function sentenceCase( string )
{ return string;
//var lower = string.toLowerCase();
//return lower.substr(0,1).toUpperCase() + lower.substr(1);
}
/**
* Returns an array containing the names of all the directories in the
* current document URL
*/
function getDirectoriesInURL()
{
var trail = document.location.pathname.split( PATH_SEPARATOR );
// check whether last section is a file or a directory
var lastcrumb = trail[trail.length-1];
for( var i = 0; i < FILE_EXTENSIONS.length; i++ )
{
if( lastcrumb.indexOf( FILE_EXTENSIONS[i] ) )
{
// it is, remove it and send results
return trail.slice( 1, trail.length-1 );
}
}
// it's not; send the trail unmodified
return trail.slice( 1, trail.length );
}
/* ========================================================================
BREADCRUMB FUNCTIONALITY
======================================================================== */
/**
* Return a two-dimensional array describing the breadcrumbs based on the
* array of directories passed in.
*/
function getBreadcrumbs( dirs )
{
var prefix = "/";
var postfix = "/";
// the array we will return
var crumbs = new Array();
if( dirs != null )
{
for( var i = 0; i < dirs.length; i++ )
{
prefix += dirs[i] + postfix;
crumbs.push( new Array( dirs[i], prefix ) );
}
}
// preprend the PREPREND_CRUMBS
if(PREPREND_CRUMBS.length > 0 )
{
return PREPREND_CRUMBS.concat( crumbs );
}
return crumbs;
}
/**
* Return a string containing a simple text breadcrumb trail based on the
* two-dimensional array passed in.
*/
function getCrumbTrail( crumbs )
{
var xhtml = DISPLAY_PREPREND;
for( var i = 0; i < crumbs.length; i++ )
{
xhtml += '<a href="' + crumbs[i][1] + '" >';
xhtml += unescape( crumbs[i][0] ) + '</a>';
if( i != (crumbs.length-1) )
{
xhtml += DISPLAY_SEPARATOR;
}
}
xhtml += DISPLAY_POSTPREND;
return xhtml;
}
/**
* Return a string containing an XHTML breadcrumb trail based on the
* two-dimensional array passed in.
*/
function getCrumbTrailXHTML( crumbs )
{
var xhtml = '<span class="' + CSS_CLASS_TRAIL + '">';
xhtml += DISPLAY_PREPREND;
for( var i = 0; i < crumbs.length; i++ )
{
xhtml += '<a href="' + crumbs[i][1] + '" class="' + CSS_CLASS_CRUMB + '">';
xhtml += unescape( crumbs[i][0] ) + '</a>';
if( i != (crumbs.length-1) )
{
xhtml += '<span class="' + CSS_CLASS_SEPARATOR + '">' + DISPLAY_SEPARATOR + '</span>';
}
}
xhtml += DISPLAY_POSTPREND;
xhtml += '</span>';
return xhtml;
}
/* ========================================================================
PRINT BREADCRUMB TRAIL
======================================================================== */
// check if we're local; if so, only print the PREPREND_CRUMBS
if( document.location.href.toLowerCase().indexOf( "http://" ) == -1 )
{
document.write( getCrumbTrail( getBreadcrumbs() ) );
}
else
{
document.write( getCrumbTrail( getBreadcrumbs( getDirectoriesInURL() ) ) );
}

Просмотреть файл

@ -0,0 +1,11 @@
<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:fo="http://www.w3.org/1999/XSL/Format"
version="1.0">
<xsl:import href="../../../common/xslt/fo/document2fo.xsl"/>
</xsl:stylesheet>

Просмотреть файл

@ -0,0 +1,50 @@
<?xml version="1.0"?>
<!--
book2menu.xsl generates the HTML menu. See the imported book2menu.xsl for
details.
-->
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:import href="../../../common/xslt/html/book2menu.xsl"/>
<xsl:template match="book">
<div class="menu">
<ul>
<xsl:apply-templates select="menu"/>
</ul>
</div>
</xsl:template>
<xsl:template match="menu">
<li>
<font color="#CFDCED"><xsl:value-of select="@label"/></font>
<ul>
<xsl:apply-templates/>
</ul>
</li>
</xsl:template>
<xsl:template match="menu-item[@type='hidden']"/>
<xsl:template match="menu-item">
<li>
<xsl:apply-imports/>
</li>
</xsl:template>
<xsl:template name="selected">
<span class="sel">
<font color="#ffcc00">
<xsl:value-of select="@label"/>
</font>
</span>
</xsl:template>
<xsl:template name="print-external">
<font color="#ffcc00">
<xsl:apply-imports/>
</font>
</xsl:template>
</xsl:stylesheet>

Просмотреть файл

@ -0,0 +1,11 @@
<?xml version="1.0"?>
<!--
This stylesheet contains templates for converting documentv11 to HTML. See the
imported document2html.xsl for details.
-->
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:import href="../../../common/xslt/html/document2html.xsl"/>
</xsl:stylesheet>

Просмотреть файл

@ -0,0 +1,321 @@
<?xml version="1.0"?>
<!--
site2xhtml.xsl is the final stage in HTML page production. It merges HTML from
document2html.xsl, tab2menu.xsl and book2menu.xsl, and adds the site header,
footer, searchbar, css etc. As input, it takes XML of the form:
<site>
<div class="menu">
...
</div>
<div class="tab">
...
</div>
<div class="content">
...
</div>
</site>
$Id$
-->
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:import href="../../../common/xslt/html/site2xhtml.xsl"/>
<xsl:variable name="header-color" select="'#294563'"/>
<xsl:variable name="menu-border" select="'#4C6C8F'"/>
<xsl:variable name="background-bars" select="'#CFDCED'"/>
<xsl:template match="site">
<html>
<head>
<title><xsl:value-of select="div[@class='content']/table/tr/td/h1"/></title>
<link rel="stylesheet" href="{$root}skin/page.css" type="text/css"/>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<xsl:comment>================= start Navigation Path ==================</xsl:comment>
<table cellspacing="0" cellpadding="0" border="0" width="100%" summary="navigation path">
<tr>
<td height="20" bgcolor="{$background-bars}" valign="middle" nowrap="nowrap">
<img class="spacer" src="{$spacer}" alt="" width="5" height="1" />
<xsl:comment>===== breadcrumb trail (javascript-generated) ====</xsl:comment>
<font face="Arial, Helvetica, Sans-serif" size="2">
<script type="text/javascript" language="JavaScript" src="{$root}skin/breadcrumbs.js"/>
</font>
</td>
</tr>
<tr>
<td height="2" bgcolor="{$menu-border}"><img class="spacer" src="{$spacer}" alt="" width="2" height="2" /></td>
</tr>
</table>
<xsl:comment>================= end Navigation Path ==================</xsl:comment>
<!-- ================================= top bar with logo's and search box =================================== -->
<xsl:comment>================= start Banner ==================</xsl:comment>
<table cellspacing="0" cellpadding="0" border="0" width="100%" summary="header with logos">
<tr>
<xsl:comment>================= start Group Logo ==================</xsl:comment>
<td bgcolor="{$header-color}">
<xsl:if test="$config/group-url">
<xsl:call-template name="renderlogo">
<xsl:with-param name="name" select="$config/group-name"/>
<xsl:with-param name="url" select="$config/group-url"/>
<xsl:with-param name="logo" select="$config/group-logo"/>
<xsl:with-param name="root" select="$root"/>
<xsl:with-param name="description" select="$config/group-description"/>
</xsl:call-template>
</xsl:if>
</td>
<xsl:comment>================= end Group Logo ==================</xsl:comment>
<xsl:comment>================= start Project Logo ==================</xsl:comment>
<td bgcolor="{$header-color}" align="center" width="100%">
<xsl:call-template name="renderlogo">
<xsl:with-param name="name" select="$config/project-name"/>
<xsl:with-param name="url" select="$config/project-url"/>
<xsl:with-param name="logo" select="$config/project-logo"/>
<xsl:with-param name="root" select="$root"/>
<xsl:with-param name="description" select="$config/project-description"/>
</xsl:call-template>
</td>
<xsl:comment>================= end Project Logo ==================</xsl:comment>
<xsl:comment>================= start Search ==================</xsl:comment>
<td bgcolor="{$header-color}" rowspan="2" valign="top">
<xsl:if test="not($config/disable-search) or
$config/disable-search='false' and $config/searchsite-domain and
$config/searchsite-name">
<form method="get" action="http://www.google.com/search" target="_blank">
<table bgcolor="{$menu-border}" cellpadding="0" cellspacing="0" border="0" summary="search">
<tr>
<td colspan="3"><img class="spacer" src="{$spacer}" alt="" width="1" height="10" /></td>
</tr>
<tr>
<td><img class="spacer" src="{$spacer}" alt="" width="1" height="1" /></td>
<td nowrap="nowrap">
<input type="hidden" name="sitesearch" value="{$config/searchsite-domain}"/>
<input type="text" id="query" name="q" size="15"/>
<img class="spacer" src="{$spacer}" alt="" width="5" height="1" />
<input type="submit" value="Search" name="Search"/>
<br />
<font color="white" size="2" face="Arial, Helvetica, Sans-serif">
the <xsl:value-of select="$config/searchsite-name"/> site
<!-- setting search options off for the moment -->
<!--
<input type="radio" name="web" value="web"/>web site&#160;&#160;<input type="radio" name="mail" value="mail"/>mail lists
-->
</font>
</td>
<td><img class="spacer" src="{$spacer}" alt="" width="1" height="1" /></td>
</tr>
<tr>
<td><img src="{$skin-img-dir}/search-left.gif" width="9" height="10" border="0" alt="" /></td>
<td><img class="spacer" src="{$spacer}" alt="" width="1" height="1" /></td>
<td><img src="{$skin-img-dir}/search-right.gif" width="9" height="10" border="0" alt="" /></td>
</tr>
</table>
</form>
</xsl:if>
</td>
<xsl:comment>================= start Search ==================</xsl:comment>
<td bgcolor="{$header-color}"><img class="spacer" src="{$spacer}" alt="" width="10" height="10" /></td>
</tr>
<tr>
<td colspan="2" bgcolor="{$header-color}" valign="bottom">
<xsl:comment>================= start Tabs ==================</xsl:comment>
<xsl:apply-templates select="div[@class='tab']"/>
<xsl:comment>================= end Tabs ==================</xsl:comment>
</td>
<td bgcolor="{$header-color}"><img class="spacer" src="{$spacer}" height="1" width="1" alt="" /></td>
</tr>
<tr>
<td colspan="4" bgcolor="{$menu-border}"><img class="spacer" src="{$spacer}" alt="" height="10" width="1" /></td>
</tr>
</table>
<xsl:comment>================= end Banner ==================</xsl:comment>
<xsl:comment>================= start Menu, NavBar, Content ==================</xsl:comment>
<table cellspacing="0" cellpadding="0" border="0" width="100%" bgcolor="#ffffff" summary="page content">
<tr>
<td valign="top">
<xsl:if test="div[@class='menu']/ul/li">
<xsl:call-template name="menu"/>
</xsl:if>
</td>
<td width="100%" valign="top">
<table cellspacing="0" cellpadding="0" border="0" width="100%" summary="content">
<xsl:comment>================= start middle NavBar ==================</xsl:comment>
<tr><td bgcolor="{$header-color}" colspan="4"><img class="spacer" src="{$spacer}" alt="" height="1" width="10" /></td></tr>
<tr>
<td bgcolor="{$background-bars}" width="10" align="left"><img class="spacer" src="{$spacer}" alt="" height="1" width="10" /></td>
<td bgcolor="{$background-bars}" width="50%" align="left">
<!-- ============ Page number =========== -->
<font face="Arial, Helvetica, Sans-serif" size="3" color="{$menu-border}">
&#160;
<!-- <b>Page 1 of 5</b> -->
</font>
<img class="spacer" src="{$spacer}" alt="" height="8" width="10" />
</td>
<td bgcolor="{$background-bars}" width="50%" align="right">
<!-- ============ Page navigation =========== -->
<font face="Arial, Helvetica, Sans-serif" size="3" color="{$menu-border}">
&#160;
<!-- <b>&#171; prev&#160;&#160;<font size="4">[3]</font>&#160;&#160;next &#187;</b> -->
</font>
<img class="spacer" src="{$spacer}" alt="" height="8" width="10" />
</td>
<td bgcolor="{$background-bars}" width="10"><img class="spacer" src="{$spacer}" alt="" height="1" width="10" /></td>
</tr>
<tr><td bgcolor="{$header-color}" colspan="4"><img class="spacer" src="{$spacer}" alt="" height="1" width="10" /></td></tr>
<xsl:comment>================= end middle NavBar ==================</xsl:comment>
<xsl:comment>================= start Content==================</xsl:comment>
<tr>
<td width="10" align="left"><img class="spacer" src="{$spacer}" alt="" height="1" width="10" /></td>
<td width="100%" align="left" colspan="2">
<xsl:apply-templates select="div[@class='content']"/>
</td>
<td width="10"><img class="spacer" src="{$spacer}" alt="" height="1" width="10" /></td>
</tr>
<xsl:comment>================= end Content==================</xsl:comment>
</table>
</td>
</tr>
</table>
<xsl:comment>================= end Menu, NavBar, Content ==================</xsl:comment>
<xsl:comment>================= start Footer ==================</xsl:comment>
<table border="0" width="100%" cellpadding="0" cellspacing="0" summary="footer">
<tr>
<td bgcolor="{$menu-border}" height="1" colspan="2">
<img class="spacer" src="{$spacer}" alt="" width="1" height="1" />
<a href="{$skin-img-dir}/label.gif"/>
<a href="{$skin-img-dir}/page.gif"/>
<a href="{$skin-img-dir}/chapter.gif"/>
<a href="{$skin-img-dir}/chapter_open.gif"/>
<a href="{$skin-img-dir}/current.gif"/>
<a href="/favicon.ico"/>
</td>
</tr>
<tr>
<td align="center" class="copyright" bgcolor="{$background-bars}" colspan="2">
<font face="Arial, Helvetica, Sans-Serif" size="2">
<!-- begin sschaub customization -->
Send feedback about this page to <a href="mailto:webmaster@ikvm.net?subject=IKVM Website Feedback - Page {$path}">webmaster@ikvm.net</a><br/>
<!-- end sschaub customization -->
Copyright &#169;
<xsl:value-of select="$config/year"/>&#160;<xsl:value-of
select="$config/vendor"/> All rights reserved.<script language="JavaScript" type="text/javascript"><![CDATA[<!--
document.write(" - "+"Last Published: " + document.lastModified);
// -->]]></script></font>
</td>
</tr>
<tr>
<td class="logos" bgcolor="{$background-bars}" align="left" colspan="2">
<xsl:if test="$filename = 'index.html'">
<div>
<!-- W3C logos -->
<xsl:call-template name="compliancy-logos"/>
<xsl:if test="$config/credits">
<img src="{$root}skin/images/spacer.gif" width="10" height="1" alt=""/>
<xsl:for-each select="$config/credits/credit[not(@role='pdf')]">
<xsl:variable name="name" select="name"/>
<xsl:variable name="url" select="url"/>
<xsl:variable name="image" select="image"/>
<xsl:variable name="width" select="width"/>
<xsl:variable name="height" select="height"/>
<a href="{$url}">
<img alt="{$name} logo" border="0">
<xsl:attribute name="src">
<xsl:if test="not(starts-with($image, 'http://'))"><xsl:value-of select="$root"/></xsl:if>
<xsl:value-of select="$image"/>
</xsl:attribute>
<xsl:if test="$width"><xsl:attribute name="width"><xsl:value-of select="$width"/></xsl:attribute></xsl:if>
<xsl:if test="$height"><xsl:attribute name="height"><xsl:value-of select="$height"/></xsl:attribute></xsl:if>
</img>
<img class="spacer" src="{$spacer}" alt="" width="5" height="1" />
</a>
</xsl:for-each>
</xsl:if>
</div>
</xsl:if>
<xsl:if test="$config/host-logo and not($config/host-logo = '')">
<div class="host">
<img src="{$root}skin/images/spacer.gif" width="10" height="1" alt=""/>
<xsl:call-template name="renderlogo">
<xsl:with-param name="name" select="$config/host-name"/>
<xsl:with-param name="url" select="$config/host-url"/>
<xsl:with-param name="logo" select="$config/host-logo"/>
<xsl:with-param name="root" select="$root"/>
</xsl:call-template>
</div>
</xsl:if>
</td>
</tr>
</table>
<xsl:comment>================= end Footer ==================</xsl:comment>
</body>
</html>
</xsl:template>
<xsl:template name="menu">
<table cellpadding="0" cellspacing="0" border="0" summary="menu">
<tr>
<xsl:comment>================= start left top NavBar ==================</xsl:comment>
<td valign="top" rowspan="3">
<table cellspacing="0" cellpadding="0" border="0" summary="blue line">
<tr><td bgcolor="{$header-color}"><img class="spacer" src="{$spacer}" alt="" height="1" width="10" /></td></tr>
<tr><td bgcolor="{$background-bars}"><font face="Arial, Helvetica, Sans-serif" size="4" color="{$menu-border}">&#160;</font></td></tr>
<tr><td bgcolor="{$header-color}"><img class="spacer" src="{$spacer}" alt="" height="1" width="10" /></td></tr>
</table>
</td>
<xsl:comment>================= end left top NavBar ==================</xsl:comment>
<td bgcolor="{$header-color}"><img class="spacer" src="{$spacer}" alt="" height="1" width="1" /></td>
<td bgcolor="{$menu-border}" valign="bottom"><img class="spacer" src="{$spacer}" alt="" height="10" width="10" /></td>
<td bgcolor="{$menu-border}" valign="top" nowrap="nowrap">
<xsl:comment>================= start Menu items ==================</xsl:comment>
<xsl:apply-templates select="div[@class='menu']"/>
<xsl:comment>================= end Menu items ==================</xsl:comment>
</td>
<td bgcolor="{$menu-border}" valign="bottom"><img class="spacer" src="{$spacer}" alt="" height="10" width="10" /></td>
<td bgcolor="{$header-color}"><img class="spacer" src="{$spacer}" alt="" height="1" width="1" /></td>
</tr>
<tr>
<!-- Menu: bottom left -->
<td bgcolor="{$menu-border}" rowspan="2" colspan="2" align="left" valign="bottom">
<img src="{$skin-img-dir}/menu-left.gif" alt="" border="0" width="10" height="10" />
</td>
<!-- Menu: bottom -->
<td bgcolor="{$menu-border}">
<img class="spacer" src="{$spacer}" alt="" width="10" height="10" />
</td>
<!-- Menu: bottom right -->
<td bgcolor="{$menu-border}" rowspan="2" colspan="2" align="right" valign="bottom">
<img src="{$skin-img-dir}/menu-right.gif" alt="" border="0" width="10" height="10" />
</td>
</tr>
<tr>
<td bgcolor="{$header-color}" height="1"><img class="spacer" src="{$spacer}" alt="" height="1" width="1" /></td>
</tr>
</table>
</xsl:template>
<xsl:template match="node()|@*" priority="-1">
<xsl:copy>
<xsl:apply-templates select="@*"/>
<xsl:apply-templates/>
</xsl:copy>
</xsl:template>
</xsl:stylesheet>

Просмотреть файл

@ -0,0 +1,78 @@
<?xml version="1.0"?>
<!--
This stylesheet generates 'tabs' at the top left of the screen.
See the imported tab2menu.xsl for details.
-->
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:import href="../../../common/xslt/html/tab2menu.xsl"/>
<xsl:template match="tabs">
<div class="tab">
<table cellspacing="0" cellpadding="0" border="0" summary="tab bar">
<tr>
<xsl:call-template name="base-tabs"/>
</tr>
</table>
</div>
</xsl:template>
<xsl:template name="pre-separator">
<xsl:call-template name="separator"/>
</xsl:template>
<xsl:template name="post-separator">
</xsl:template>
<xsl:template name="separator">
<td width="6">
<img src="{$root}skin/images/spacer.gif" width="6" height="8" alt=""/>
</td>
</xsl:template>
<xsl:template name="selected">
<td valign="bottom">
<table cellspacing="0" cellpadding="0" border="0" style="height: 1.8em" summary="selected tab">
<tr>
<td bgcolor="#4C6C8F" width="5" valign="top">
<img src="{$skin-img-dir}/tabSel-left.gif" alt="" width="5" height="5" />
</td>
<td bgcolor="#4C6C8F" valign="middle">
<font face="Arial, Helvetica, Sans-serif" size="2" color="#ffffff">
<b>
<xsl:call-template name="base-selected"/>
</b>
</font>
</td>
<td bgcolor="#4C6C8F" width="5" valign="top">
<img src="{$skin-img-dir}/tabSel-right.gif" alt="" width="5" height="5" />
</td>
</tr>
</table>
</td>
</xsl:template>
<xsl:template name="not-selected">
<td valign="bottom">
<table cellspacing="0" cellpadding="0" border="0" style="height: 1.6em" summary="non selected tab">
<tr>
<td bgcolor="#B2C4E0" width="5" valign="top">
<img src="{$skin-img-dir}/tab-left.gif" alt="" width="5" height="5" />
</td>
<td bgcolor="#B2C4E0" valign="middle">
<xsl:call-template name="base-not-selected"/>
</td>
<td bgcolor="#B2C4E0" width="5" valign="top">
<img src="{$skin-img-dir}/tab-right.gif" alt="" width="5" height="5" />
</td>
</tr>
<tr>
<td height="1" colspan="3">
</td>
</tr>
</table>
</td>
</xsl:template>
</xsl:stylesheet>