... | in emails.naml |
41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81
|
<override_macro name="digest_html" requires="subscription,node_list" unindent="true">
<n.set_local_subscription.this_subscription/>
<h2><t>Digest Email</t></h2>
<h3><n.local_subscription.node.subject/></h3>
<div style="color:#666666;font-weight:bold">
<n.digest_post_count/>
</div>
<n.reset_list_index/>
<n.loop.>
<n.if.local_subscription.user.can_view.current_node>
<then>
<p>
<div style="font-size:120%">
<a href="[n.current_node.url/]"><n.current_node.digest_subject/></a>
</div>
<n.trim.truncate. size="200">
<n.compress.current_node.message.as_text/>
</n.trim.truncate.>
<div style="color:#666666; font: 11px tahoma,geneva,helvetica,arial,sans-serif;">
<t>by <t.author><b><n.current_node.owner.name/></b></t.author></t>
<t>on <t.date.current_node.when_created.custom_format format="yyyy-MM-dd"/></t>
<t>in <t.location><i><n.current_node.get_app_node.subject/></i></t.location></t>
</div>
</p>
</then>
</n.if.local_subscription.user.can_view.current_node>
</n.loop.>
<br/>
<br/>
<n.unsubscribe_line format="html"/>
<hr noshade="noshade" size="1" color="#cccccc" />
<div style="color:#666666; font: 11px tahoma,geneva,helvetica,arial,sans-serif;">
<t>DO NOT REPLY TO THIS EMAIL</t><br/>
<br/>
<t>Replies sent to this address are not read or processed.</t>
<t>If you want to respond to a post, please visit: <t.url.local_subscription.node.url/></t>
</div>
</override_macro>
|
... | in email.naml |
258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297
|
<macro name="digest_html" requires="subscription,node_list" unindent="true">
<n.set_local_subscription.this_subscription/>
<h2><t>Digest Email</t></h2>
<h3><n.local_subscription.node.subject/></h3>
<div style="color:#666666;font-weight:bold">
<n.digest_post_count/>
</div>
<n.reset_list_index/>
<n.loop.>
<p>
<div style="font-size:120%">
<a href="[n.current_node.url/]"><n.current_node.digest_subject/></a>
</div>
<n.trim.truncate. size="200">
<n.compress.current_node.message.as_text/>
</n.trim.truncate.>
<div style="color:#666666; font: 11px tahoma,geneva,helvetica,arial,sans-serif;">
<t>by <t.author><b><n.current_node.owner.name/></b></t.author></t>
<t>on <t.date.current_node.when_created.custom_format format="yyyy-MM-dd"/></t>
<t>in <t.location><i><n.current_node.get_app_node.subject/></i></t.location></t>
</div>
</p>
</n.loop.>
<br/>
<br/>
<n.unsubscribe_line format="html"/>
<hr noshade="noshade" size="1" color="#cccccc" />
<div style="color:#666666; font: 11px tahoma,geneva,helvetica,arial,sans-serif;line-height:1.5em">
<t>DO NOT REPLY TO THIS EMAIL</t><br/>
<br/>
<t>Replies sent to this address are not read or processed.</t>
<t>If you want to respond to a post for which you received this email,
please go to the website: <t.url.local_subscription.node.url/></t>
<br/>
<n.macro_viewer_email_link macro="digest_html"/>
</div>
</macro>
|
Powered by Nabble | NAML |