[prev] [thread] [next] [lurker] [Date index for 2005/02/10]
Author: simon Date: 2005-02-10 15:56:59 +0000 (Thu, 10 Feb 2005) New Revision: 1869 Modified: trunk/buscador/templates/custom/header trunk/buscador/templates/entity/view trunk/buscador/templates/list/view trunk/buscador/templates/mail/lurker trunk/buscador/templates/mail/recent trunk/buscador/templates/mail/thread trunk/buscador/templates/mail/view_macros Log: Prettiness Modified: trunk/buscador/templates/custom/header =================================================================== --- trunk/buscador/templates/custom/header 2005-02-10 14:51:38 UTC (rev 1868) +++ trunk/buscador/templates/custom/header 2005-02-10 15:56:59 UTC (rev 1869) @@ -8,5 +8,5 @@ </HEAD> <BODY> -<DIV class="logo"><a href="[% config.base %]"><img src="[% config.img_base %]/buscador.gif" border="0" width=216 height=78></a></DIV> +<DIV class="logo"><a href="[% base %]"><img src="[% config.img_base %]/buscador.gif" border="0" width=216 height=78></a></DIV> <DIV class="content"> Modified: trunk/buscador/templates/entity/view =================================================================== --- trunk/buscador/templates/entity/view 2005-02-10 14:51:38 UTC (rev 1868) +++ trunk/buscador/templates/entity/view 2005-02-10 15:56:59 UTC (rev 1869) @@ -1,4 +1,4 @@ -[% PROCESS header %] +[% PROCESS header title = entity.most_common_name.name %] [% PROCESS macros %] [% SET names = entity.names.unique %] @@ -29,5 +29,8 @@ [% END %] </UL> + [% mails_by_addressing(entity) %] + +<a href="[%base|remove('/$')%]/entity/atom/[% entity.id %]"><img src="[% config.img_base %]/atom.gif"></a> [% INCLUDE footer %] Modified: trunk/buscador/templates/list/view =================================================================== --- trunk/buscador/templates/list/view 2005-02-10 14:51:38 UTC (rev 1868) +++ trunk/buscador/templates/list/view 2005-02-10 15:56:59 UTC (rev 1869) @@ -1,4 +1,4 @@ -[% INCLUDE header %] +[% INCLUDE header title = list.name %] [% PROCESS macros %] <h1> [% list.name %] </h1> @@ -24,4 +24,5 @@ </P> [% END %] +<a href="[%base|remove('/$')%]/list/atom/[% list.id %]"><img src="[% config.img_base %]/atom.gif"></a> [% INCLUDE footer %] Modified: trunk/buscador/templates/mail/lurker =================================================================== --- trunk/buscador/templates/mail/lurker 2005-02-10 14:51:38 UTC (rev 1868) +++ trunk/buscador/templates/mail/lurker 2005-02-10 15:56:59 UTC (rev 1869) @@ -66,3 +66,7 @@ </table> </div> + +<a href="[%base|remove('/$')%]/mail/thread/atom/[% mail.id %]"><img src="[% config.img_base %]/atom.gif"></a> + +[% INCLUDE footer %] Modified: trunk/buscador/templates/mail/recent =================================================================== --- trunk/buscador/templates/mail/recent 2005-02-10 14:51:38 UTC (rev 1868) +++ trunk/buscador/templates/mail/recent 2005-02-10 15:56:59 UTC (rev 1869) @@ -17,4 +17,7 @@ </P> [% END %] + +<a href="[%base|remove('/$')%]/mail/atom"><img src="[% config.img_base %]/atom.gif"></a> + [% INCLUDE footer %] Modified: trunk/buscador/templates/mail/thread =================================================================== --- trunk/buscador/templates/mail/thread 2005-02-10 14:51:38 UTC (rev 1868) +++ trunk/buscador/templates/mail/thread 2005-02-10 15:56:59 UTC (rev 1869) @@ -12,3 +12,7 @@ [%- PROCESS thread_view -%] [%- INCLUDE display_thread_rec thread=thread depth=0 -%] </ul> + +<a href="[%base|remove('/$')%]/mail/thread/atom/[% mail.id %]"><img src="[% config.img_base %]/atom.gif"></a> + +[% INCLUDE footer %] Modified: trunk/buscador/templates/mail/view_macros =================================================================== --- trunk/buscador/templates/mail/view_macros 2005-02-10 14:51:38 UTC (rev 1868) +++ trunk/buscador/templates/mail/view_macros 2005-02-10 15:56:59 UTC (rev 1869) @@ -8,7 +8,7 @@ <TD> [% FOR addressing = addressings("Role", role) %] <A HREF="[%base | remove('/$')%]/entity/view/[% addressing.entity %]"> - [% addressing.name.name | html %] ([% addressing.address.address %]) + [% addressing.name.name html %] ([% addressing.address.address %]) </A> [% ", " UNLESS addressings.last == addressing %] [% END %]
Generated at 16:00 on 10 Feb 2005 by mariachi 0.52