sheet.xsl: show feed url (js-based)
parent
2c245f9506
commit
a90fd682db
|
@ -50,12 +50,17 @@
|
||||||
<h1>RSS feed by morss</h1>
|
<h1>RSS feed by morss</h1>
|
||||||
|
|
||||||
<p>Your RSS feed is <strong style="color: green">ready</strong>. You
|
<p>Your RSS feed is <strong style="color: green">ready</strong>. You
|
||||||
can enter the url of this page in your newsreader.</p>
|
can enter the following url in your newsreader:</p>
|
||||||
|
|
||||||
|
<div id="url"></div>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<xsl:apply-templates/>
|
<xsl:apply-templates/>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
document.getElementById("url").innerHTML = window.location.href;
|
||||||
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
Loading…
Reference in New Issue