~ubuntu-branches/debian/squeeze/sympa/squeeze

« back to all changes in this revision

Viewing changes to web_tt2/your_lists.tt2

  • Committer: Bazaar Package Importer
  • Author(s): Christian Perrier
  • Date: 2007-01-20 18:09:28 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070120180928-0e42mbwg87mlo44y
Tags: 5.2.3-1.2
* Non-maintainer upload to re-fix l10n issues
* As debconf-updatepo was not run in previous versions, the French
  translation was outdated. Hence fix it.
* Remove several duplicate spaces in the debconf templates

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- begin your_lists.tt2 -->
 
2
 
 
3
[% IF user.email %]
 
4
<div class="MenuBlock">
 
5
 
 
6
[% IF which_info %]
 
7
<p align=center><strong> [%|loc%]Your Lists[%END%] </strong></p>
 
8
 
 
9
 <ul class="listenum" >
 
10
 [% FOREACH l = which_info %]
 
11
  <li class="listenum">
 
12
  [% IF l.value.admin %]<a class="actionMenuLinks" href="[% path_cgi %]/admin/[% l.key %]" ><span style="font-size: 10px;">
 
13
[%|loc%]admin[%END%]</span></a>[% END %]
 
14
  <a href="[% path_cgi %]/info/[% l.key %]" ><strong><span style="font-size: 10px;">
 
15
[% hidden_head %][% l.key %][% hidden_end %]</span></strong></a><br />
 
16
  <span style="font-size: 10px;">[% l.value.subject %]</span><br />
 
17
  </li>
 
18
 [% END %]
 
19
 </ul>
 
20
 
 
21
[% ELSE %]
 
22
<p>[%|loc%]No mailing list available.[%END%]</p>
 
23
[% END %]
 
24
</div>
 
25
 
 
26
[% END %]
 
27
 
 
28
<!-- end login_menu.tt2 -->