templates/ssm.xhtml.xsl
branchv_0
changeset 29 5ed5b68408e4
parent 25 8da11cce2c98
child 30 841bec790da8
equal deleted inserted replaced
28:547569f6e675 29:5ed5b68408e4
    42 					<xsl:value-of select="m:title"/>
    42 					<xsl:value-of select="m:title"/>
    43 				</title>
    43 				</title>
    44 				<link href="style.css" 	type="text/css" rel="StyleSheet"/>
    44 				<link href="style.css" 	type="text/css" rel="StyleSheet"/>
    45 			</head>
    45 			</head>
    46 			<body>
    46 			<body>
    47 				<h1>
    47 				<div id="content">
    48 					<xsl:value-of select="m:title"/>
    48 					<h1>
    49 				</h1>
    49 						<xsl:value-of select="m:title"/>
       
    50 					</h1>
    50 				
    51 				
    51 				<!-- TODO: remove hardcoded warning, use version from mercurial -->
    52 					<!-- TODO: remove hardcoded warning, use version from mercurial -->
    52 				<p style="text-align: center">&lt;DRAFT&gt; Please note that this is a draft version. Stay tuned for v1.0.0! &lt;/DRAFT&gt;</p>
    53 					<p style="text-align: center">&lt;DRAFT&gt; Please note that this is a draft version. Stay tuned for v1.0.0! &lt;/DRAFT&gt;</p>
    53 				
    54 				
    54 				<p>
    55 					<p>
    55 					<xsl:value-of select="m:preamble"/>
    56 						<xsl:value-of select="m:preamble"/>
    56 				</p>
    57 					</p>
    57 				
    58 				
    58 				<xsl:apply-templates select="m:chapter"/>
    59 					<xsl:apply-templates select="m:chapter"/>
    59 				
    60 				
    60 				
    61 				
    61 				<!-- TODO: move license information to XML file -->
    62 					<!-- TODO: move license information to XML file -->
    62 				<hr/>
    63 					<hr/>
    63 				<p class="footer">
    64 					<p class="footer">
    64 					<a href="https://sane-software.globalcode.info/">Sane Software Manifesto</a><br/>
    65 						<a href="https://sane-software.globalcode.info/">Sane Software Manifesto</a>
    65 					Copyright © 2019 František Kučera (Frantovo.cz, GlobalCode.info)<br/>
    66 						<br/>
    66 					This manifesto is licensed under the <a href="https://creativecommons.org/licenses/by-nd/4.0/">Creative Commons Attribution-NoDerivatives 4.0 International License</a>.
    67 						Copyright © 2019 František Kučera (Frantovo.cz, GlobalCode.info)<br/>
    67 				</p>
    68 						This manifesto is licensed under the <a href="https://creativecommons.org/licenses/by-nd/4.0/">Creative Commons Attribution-NoDerivatives 4.0 International License</a>.
       
    69 					</p>
    68 
    70 
       
    71 				</div>
    69 			</body>
    72 			</body>
    70 		</html>
    73 		</html>
    71 	</xsl:template>
    74 	</xsl:template>
    72 	
    75 	
    73 	
    76