[prev] [thread] [next] [lurker] [Date index for 2005/02/16]
Author: simon Date: 2005-02-16 17:20:19 +0000 (Wed, 16 Feb 2005) New Revision: 1899 Modified: trunk/buscador/templates/mail/lurker trunk/buscador/templates/mail/thread Log: Add a link to the thread arcs Modified: trunk/buscador/templates/mail/lurker =================================================================== --- trunk/buscador/templates/mail/lurker 2005-02-16 12:31:53 UTC (rev 1898) +++ trunk/buscador/templates/mail/lurker 2005-02-16 17:20:19 UTC (rev 1899) @@ -7,7 +7,9 @@ [% INCLUDE searchbox %] <div id="content"> -<p class="searchhints">Go back to <a href="[%base|remove('/$')%]/mail/thread/[%mail.id%]">normal view</a></p> +<p class="searchhints"> +You can also view this thread in <a href="[% base|remove('/$') %]/mail/thread/[% mail.id %]">traditional thread view</a> +or as an SVG <a href="[% base|remove('/$') %]/mail/arc/[% mail.id %]">thread arc</a></p> [% mapping = { ' ' => 'blank', '|' => 'vertical', Modified: trunk/buscador/templates/mail/thread =================================================================== --- trunk/buscador/templates/mail/thread 2005-02-16 12:31:53 UTC (rev 1898) +++ trunk/buscador/templates/mail/thread 2005-02-16 17:20:19 UTC (rev 1899) @@ -4,7 +4,9 @@ <h1>[% mail.subject | html %]</h1> -<p class="searchhints">You can also view this thread in <a href="[% base|remove('/$') %]/mail/lurker/[% mail.id %]">chronological view</a></p> +<p class="searchhints"> +You can also view this thread in <a href="[% base|remove('/$') %]/mail/lurker/[% mail.id %]">chronological view</a> +or as an SVG <a href="[% base|remove('/$') %]/mail/arc/[% mail.id %]">thread arc</a></p> <ul class="threads"> [%- PROCESS thread_view -%]
Generated at 18:00 on 16 Feb 2005 by mariachi 0.52