Update composer package pear2/services_linkback from v0.3.0 to v0.4.0
[anoweco.git] / data / templates / post-reply.htm
1 <!DOCTYPE html>
2 <html xmlns="http://www.w3.org/1999/xhtml">
3  <head>
4   <meta charset="utf-8"/>
5   <title>Comment to {{attribute(json, 'in-reply-to').0}}</title>
6   <meta name="generator" content="anoweco"/>
7  </head>
8  <body class="h-entry">
9   <h1>Comment #{{crow.comment_id}}</h1>
10   <p>
11    {% apply spaceless %}
12    <a class="p-author h-card" href="{{author.url}}">
13     <img class="u-photo" src="{{author.imageurl}}" alt="" width="32" height="32" />
14     {{author.name}}</a>
15    {% endapply %}
16    <a href="{{postUrl}}" class="u-url">wrote</a>
17    the following reply to
18    <a class="in-reply-to u-in-reply-to"
19       href="{{attribute(json, 'in-reply-to').0}}">{{attribute(json, 'in-reply-to').0}}</a>:
20   </p>
21   <div class="e-content p-name">{{htmlContent|raw}}</div>
22   <p>
23    <a href="{{replyUrl}}">Reply to this comment</a>
24   </p>
25  </body>
26 </html>