nntp-thread.adp

Delivered as text/html

Related Files

[ hide source ] | [ make this the default ]

File Contents

<master>
  <property name="&doc">doc</property>
  <property name="context">@context;literal@</property>
<h1 id="top">@doc.title@</h1>
<a href="#bottom"><adp:icon name="box-arrow-in-down"></a>
<div class="list-group">
  <multiple name="articles">
  <a href="@nntp_group@" class="list-group-item list-group-item-action">
    <div class="d-flex w-100 justify-content-between">
      <div><h5 id="@articles.article_id@" class="mb-1">@articles.subject@</h5>
         <large>Posted by @articles.from@ <span title="@articles.date@">@articles.pretty_posted_date@</span></large>
      </div>
    </div>
    <p class="mb-1"><pre>@articles.body@</pre></p>
    <small>Click on article to view all threads in @nntp_group@</small>
  </a>  
</multiple>
<a id="bottom" href="#top"><adp:icon name="box-arrow-in-up"></a>