<?xml version="1.0" ?>
<!DOCTYPE stylesheet 
[
<!ENTITY nbsp    "&#160;">
]>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
		version="1.0"
                xmlns:vmp="http://www.hoise.com/vmp/1.0"
                xmlns:xt="http://www.jclark.com/xt"
                extension-element-prefixes="xt">



<xsl:variable name="PrefixLength">2</xsl:variable>

<xsl:variable name="Spacer"><img src="{$IconDirectory}/spacer.gif" /></xsl:variable>
<xsl:variable name="Spacer-nxml">&lt;img src="<xsl:value-of select="$IconDirectory" />/spacer.gif" /></xsl:variable>


<!--==================================================================-->
<!--                         Servlets                             -->
<!--==================================================================-->

<xsl:variable name="AdministrationServlet">http://www.hoise.com:8081/enterthegrid/administration</xsl:variable>
<xsl:variable name="OverviewServlet">http://www.hoise.com:8081/enterthegrid/overview</xsl:variable>
<xsl:variable name="PublisherServlet">http://www.hoise.com:8081/enterthegrid/publisher</xsl:variable>
<xsl:variable name="EditorServlet">http://www.hoise.com:8081/enterthegrid/editor</xsl:variable>

<xsl:variable name="UploadServlet">http://www.hoise.com:8081/enterthegrid/upload</xsl:variable>
<xsl:variable name="RepositorySearchServlet">http://www.hoise.com:8081/enterthegrid/search</xsl:variable>
<xsl:variable name="SearchServlet">http://www.hoise.com:8081/enterthegrid/vmpsearch</xsl:variable>


<!--==================================================================-->
<!--                         Directories                              -->
<!--==================================================================-->

<xsl:variable name="BaseDirectory">file:///dades/hoise/enterthegrid/</xsl:variable>
<xsl:variable name="BaseDirectory2">/dades/hoise/enterthegrid/</xsl:variable>  
  
<xsl:variable name="BaseUrl">http://www.hoise.com/enterthegrid/</xsl:variable>
<xsl:variable name="IconDirectory">http://www.hoise.com/enterthegrid/icons</xsl:variable>

<!--==================================================================-->
<!--                         ColourScheme                             -->
<!--==================================================================-->
<xsl:variable name="BaseColour">#339999</xsl:variable>
<xsl:variable name="SupportColour">#66cccc</xsl:variable>
<xsl:variable name="BackgroundColour">#fffaf0</xsl:variable>
<xsl:variable name="TextColour">#003333</xsl:variable>
<xsl:variable name="MessageColour">#ff2222</xsl:variable>

<!--==================================================================-->
<!--                        Old Color scheme                          -->
<!--==================================================================-->

<xsl:variable name="ColourMenu">#c0d0c0</xsl:variable>
<xsl:variable name="TextColour">#003333</xsl:variable>
<xsl:variable name="PartStyle">enterthegrid</xsl:variable>
<xsl:variable name="CurrentColor">#669999</xsl:variable>
<xsl:variable name="SupportColor">#558888</xsl:variable>


</xsl:stylesheet>

