ssm.xsl
branchv_0
changeset 17 355edb728822
parent 16 131b90c4909e
child 21 2c064ad964cd
equal deleted inserted replaced
16:131b90c4909e 17:355edb728822
    54 				<p>
    54 				<p>
    55 					<xsl:value-of select="m:preamble"/>
    55 					<xsl:value-of select="m:preamble"/>
    56 				</p>
    56 				</p>
    57 				
    57 				
    58 				<xsl:apply-templates select="m:chapter"/>
    58 				<xsl:apply-templates select="m:chapter"/>
       
    59 				
       
    60 				
       
    61 				<!-- TODO: move license information to XML file -->
       
    62 				<hr/>
       
    63 				<p class="footer">
       
    64 					<a href="https://sane-software.globalcode.info/">Sane Software Manifesto</a><br/>
       
    65 					Copyright © 2019 František Kučera (Frantovo.cz, GlobalCode.info)<br/>
       
    66 					This manifesto is licensed under a <a href="https://creativecommons.org/licenses/by-nd/4.0/">Creative Commons Attribution-NoDerivatives 4.0 International License</a>.
       
    67 				</p>
    59 
    68 
    60 			</body>
    69 			</body>
    61 		</html>
    70 		</html>
    62 	</xsl:template>
    71 	</xsl:template>
    63 	
    72