|
|
|
@ -17,6 +17,11 @@ |
|
|
|
|
type="application/rss+xml" /> |
|
|
|
|
<title><xsl:value-of select="@title" /></title> |
|
|
|
|
<link rel="stylesheet" href="{$g_pre}default.css" type="text/css" /> |
|
|
|
|
<xsl:if test="@morestyle"> |
|
|
|
|
<style> |
|
|
|
|
<xsl:value-of select="@morestyle" /> |
|
|
|
|
</style> |
|
|
|
|
</xsl:if> |
|
|
|
|
</head> |
|
|
|
|
<body><div class="content"> |
|
|
|
|
<a id="pagetop" /> |
|
|
|
@ -32,7 +37,7 @@ |
|
|
|
|
<xsl:if test="@anchor"> |
|
|
|
|
<a id="{@anchor}" /> |
|
|
|
|
</xsl:if> |
|
|
|
|
<h2><xsl:value-of select="@title" /></h2> |
|
|
|
|
<h2><xsl:value-of select="@title" /></h2> |
|
|
|
|
<xsl:apply-templates /> |
|
|
|
|
</xsl:template> |
|
|
|
|
|
|
|
|
|