refer to (external) css and js file instead of embedding them
This commit is contained in:
@@ -18,9 +18,7 @@
|
|||||||
<meta charset="UTF-8"/>
|
<meta charset="UTF-8"/>
|
||||||
<title>XRechnung</title>
|
<title>XRechnung</title>
|
||||||
<meta name="viewport" content="width=device-width, user-scalable=yes, initial-scale=1.0"/>
|
<meta name="viewport" content="width=device-width, user-scalable=yes, initial-scale=1.0"/>
|
||||||
<style>
|
<link href="xrechnung-viewer.css" rel="stylesheet" type="text/css"/>
|
||||||
<xsl:value-of select="unparsed-text('xrechnung-viewer.css')"/>
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<form>
|
<form>
|
||||||
@@ -44,9 +42,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<script>
|
<script src='xrechnung-viewer.js'></script>
|
||||||
<xsl:value-of select="unparsed-text('xrechnung-viewer.js')"/>
|
|
||||||
</script>
|
|
||||||
</html>
|
</html>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user