Project

General

Profile

« Previous | Next » 

Revision 4347

Added by daigle over 15 years ago

Replace Ant tokens

View differences:

page_leftsidebar.xsl
49 49
    condensed, it would look like:
50 50
   
51 51
    <div id="left_sidebar">
52
      <img src="@systemidserver@@style-skins-path@/@default-style@/images/nav_data_catalog_white.jpg" alt="data catalog" />
53
      <img src="@systemidserver@@style-skins-path@/@default-style@/images/nav_search_orange.jpg" alt=""/>
54
      <img src="@systemidserver@@style-skins-path@/@default-style@/images/nav_kelp.jpg" alt="" />
52
      <img src="{$contextURL}/style/skins/{$qformat}/images/nav_data_catalog_white.jpg" alt="data catalog" />
53
      <img src="{$contextURL}/style/skins/{$qformat}/images/nav_search_orange.jpg" alt=""/>
54
      <img src="{$contextURL}/style/skins/{$qformat}/images/nav_kelp.jpg" alt="" />
55 55
    </div>
56
    <div id="left_sidebar"><img src="@systemidserver@@style-skins-path@/@default-style@/images/nav_data_catalog_white.jpg" alt="data catalog" /><img src="@systemidserver@@style-skins-path@/@default-style@/images/nav_search_orange.jpg" alt=""/><img src="@systemidserver@@style-skins-path@/@default-style@/images/nav_kelp.jpg" alt="" /></div>
56
    <div id="left_sidebar"><img src="{$contextURL}/style/skins/{$qformat}/images/nav_data_catalog_white.jpg" alt="data catalog" /><img src="@systemidserver@@style-skins-path@/@default-style@/images/nav_search_orange.jpg" alt=""/><img src="@systemidserver@@style-skins-path@/@default-style@/images/nav_kelp.jpg" alt="" /></div>
57 57
    -->
58 58
   
59 59
    <!--
60 60
    The lines below may be used in the above div based on which images should
61 61
    be in the navigation bar.
62 62
    -->
63
    <!--img src="@systemidserver@@style-skins-path@/@default-style@/images/nav_data_catalog_orange.jpg" alt="" /-->
64
    <!--img src="@systemidserver@@style-skins-path@/@default-style@/images/nav_login_orange.jpg" alt="" /-->
65
    <!--img src="@systemidserver@@style-skins-path@/@default-style@/images/nav_search_white.jpg" -->
66
    <!--img src="@systemidserver@@style-skins-path@/@default-style@/images/nav_insert_white.jpg" alt=""/-->
67
    <!--img src="@systemidserver@@style-skins-path@/@default-style@/images/nav_insert_orange.jpg" alt="" /-->
68
    <!--img src="@systemidserver@@style-skins-path@/@default-style@/images/nav_modify_white.jpg" alt="" /-->
69
    <!--img src="@systemidserver@@style-skins-path@/@default-style@/images/nav_modify_orange.jpg" alt="" /-->
70
    <!--img src="@systemidserver@@style-skins-path@/@default-style@/images/nav_logout_orange.jpg" alt=""/-->
71
    <!--img src="@systemidserver@@style-skins-path@/@default-style@/images/nav_blank_blue.jpg" alt=""/-->
63
    <!--img src="{$contextURL}/style/skins/{$qformat}/images/nav_data_catalog_orange.jpg" alt="" /-->
64
    <!--img src="{$contextURL}/style/skins/{$qformat}/images/nav_login_orange.jpg" alt="" /-->
65
    <!--img src="{$contextURL}/style/skins/{$qformat}/images/nav_search_white.jpg" -->
66
    <!--img src="{$contextURL}/style/skins/{$qformat}/images/nav_insert_white.jpg" alt=""/-->
67
    <!--img src="{$contextURL}/style/skins/{$qformat}/images/nav_insert_orange.jpg" alt="" /-->
68
    <!--img src="{$contextURL}/style/skins/{$qformat}/images/nav_modify_white.jpg" alt="" /-->
69
    <!--img src="{$contextURL}/style/skins/{$qformat}/images/nav_modify_orange.jpg" alt="" /-->
70
    <!--img src="{$contextURL}/style/skins/{$qformat}/images/nav_logout_orange.jpg" alt=""/-->
71
    <!--img src="{$contextURL}/style/skins/{$qformat}/images/nav_blank_blue.jpg" alt=""/-->
72 72
    <!-- end the left sidebar area -->
73 73
    <xsl:comment>end the left sidebar area</xsl:comment>
74 74
  </xsl:template>

Also available in: Unified diff