comparison examples/tutorial/geddit/templates/comment.html @ 619:71d3edd302ae

GenshiTutorial: various updates to sync with wiki page.
author cmlenz
date Thu, 30 Aug 2007 14:19:59 +0000
parents 80a9c247ca80
children d218020fb92a
comparison
equal deleted inserted replaced
618:5a2059ce1f0b 619:71d3edd302ae
2 <html xmlns="http://www.w3.org/1999/xhtml" 2 <html xmlns="http://www.w3.org/1999/xhtml"
3 xmlns:xi="http://www.w3.org/2001/XInclude" 3 xmlns:xi="http://www.w3.org/2001/XInclude"
4 xmlns:py="http://genshi.edgewall.org/"> 4 xmlns:py="http://genshi.edgewall.org/">
5 <xi:include href="layout.html" /> 5 <xi:include href="layout.html" />
6 <head> 6 <head>
7 <title>Comment on “${submission.title}”</title> 7 <title>Comment on “${link.title}”</title>
8 </head> 8 </head>
9 <body> 9 <body>
10 <h1>Comment on “${submission.title}”</h1> 10 <h1>Comment on “${link.title}”</h1>
11 <p py:if="comment"> 11 <p py:if="comment">
12 In reply to <strong>${comment.username}</strong> 12 In reply to <strong>${comment.username}</strong>
13 at ${comment.time.strftime('%M/%d/%Y %H:%m')}: 13 at ${comment.time.strftime('%M/%d/%Y %H:%m')}:
14 <blockquote>${comment.content}</blockquote> 14 <blockquote>${comment.content}</blockquote>
15 </p> 15 </p>
Copyright (C) 2012-2017 Edgewall Software