Project

General

Profile

« Previous | Next » 

Revision 4348

Added by daigle over 15 years ago

Remove ant tokens

View differences:

pageheader.xsl
29 29
* into an HTML format suitable for rendering with modern web browsers.
30 30
-->
31 31
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
32
  <xsl:param name="httpServer"/>
32 33

  
33 34
  <xsl:output method="html" encoding="iso-8859-1" indent="yes" standalone="yes"
34 35
    doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN"
......
78 79
<!-- use these when you have a second url token
79 80
      <xsl:comment>begin the header-memu</xsl:comment>
80 81
      <div class="header-menu">
81
        <a class="menu" href="@systemidserver@/index.html">Home</a> |
82
        <a class="menu" href="@systemidserver@/sites/index.html">Site</a> |
83
        <a class="menu" href="@systemidserver@/people/index.html">People</a> |
84
        <a class="menu" href="@systemidserver@/research/index.html">Research</a> |
85
        <a class="menu" href="@systemidserver@/data/index.html">Data</a> |
86
        <a class="menu" href="@systemidserver@/education/index.html">Education</a> |
87
        <a class="menu" href="@systemidserver@/affiliates/index.html">Affiliates</a>
82
        <a class="menu" href="{$httpServer}/index.html">Home</a> |
83
        <a class="menu" href="{$httpServer}/sites/index.html">Site</a> |
84
        <a class="menu" href="{$httpServer}/people/index.html">People</a> |
85
        <a class="menu" href="{$httpServer}/research/index.html">Research</a> |
86
        <a class="menu" href="{$httpServer}/data/index.html">Data</a> |
87
        <a class="menu" href="{$httpServer}/education/index.html">Education</a> |
88
        <a class="menu" href="{$httpServer}/affiliates/index.html">Affiliates</a>
88 89
      </div>                                                  
89 90
      <xsl:comment>end the header-memu</xsl:comment>
90 91
  -->

Also available in: Unified diff