sheet.xsl: show feed url (js-based)
This commit is contained in:
		@@ -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>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user