*** empty log message ***

This commit is contained in:
Juti Noppornpitak 2007-03-18 18:55:48 +00:00
parent be86e5c038
commit 03ed0a91f4
3 changed files with 7 additions and 6 deletions

View File

@ -162,9 +162,10 @@
</xsl:template>
<xsl:template match="directory">
[<xsl:if test="@href = ''"><a href="index.html"><xsl:value-of
select="@title"/></a></xsl:if><xsl:if test="@href != ''">
<a href="{@href}"><xsl:value-of select="@title"/></a></xsl:if>]
<xsl:if test="@href = ''"><a class="headdir diritem"
href="index.html"><xsl:value-of
select="@title"/></a></xsl:if><xsl:if test="@href != ''">
<a href="{@href}"><xsl:value-of select="@title"/></a></xsl:if>
<xsl:apply-templates match="diritem"/>
</xsl:template>

View File

@ -50,11 +50,12 @@ p {
top:0;
left:0;
width:100%;
background-color:#215498;
background:url('/logos/csc_80_35.png') center center no-repeat #215498;
} .webtitle .webtitle-inner {
width:760px;
margin:0 auto;
padding:0 20px;
background-color:#215498;
}
.menuspace {

View File

@ -2,6 +2,5 @@
<!DOCTYPE directory SYSTEM "../csc.dtd">
<directory >
<directory title="Media">
</directory>