Modul Wissenbasis
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

25 lines
1.8 KiB

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template name="toc_head">
<p align="right" margin="0" padding="0" class="klein"><a href="http://www.memtext.de" target="_top"><img src="mtklein.gif" border="0" alt="Zur Memtext-Homepage" /></a>
</p>
</xsl:template>
<xsl:template name="toc_foot">
</xsl:template>
<xsl:template name="body_foot">
<xsl:param name="pdf_file" />
<xsl:param name="fokus" />
<hr />
<p align="right"><span style="font-size:smaller">Link zu dieser <a href="{$fokus}" target="_parent">Seite</a></span> | <span style="font-size:smaller">Druckversion <a href="__index.htm" target="_parent">HTML</a> | #pdf_file#</span></p>
<table width="100%" border ="0"><tr><td align = "left"><a href="http://www.memtext.de" target="_top"><img src="mtklein.gif" border="0" alt="Zur Memtext-Homepage" /></a></td>
<td align="left"> <a target="_parent" href="http://freemarker.org/"><img src="poweredby_freemarker.png"
alt="Powered by FreeMarker" border="0" /></a></td>
<td align="left"><a target="_blank" href="http://www.campussource.de"><img src="cslogo50x46w.gif" width="50" height="46" border="0" align="left" alt="SuperX ist auch ein CampusSource-Projekt. Zur CampusSource-Homepage" /></a></td>
<td align="right" class="klein"><xsl:text>Seite </xsl:text><xsl:value-of select="(@id+1)" /><xsl:text> / </xsl:text><xsl:value-of select="count(/Document/chapter)" /><br />Letzter Update:
<xsl:value-of select="format-dateTime(current-dateTime(),'[D].[M].[Y]')" /><br /><a class="klein" href="http://www.studio-fuer-textdesign.de/impressum.htm">Impressum</a> | <a class="klein" href="http://www.studio-fuer-textdesign.de/datenschutz_public.htm">Datenschutz</a></td></tr></table>
</xsl:template>
</xsl:stylesheet>