~ubuntu-branches/ubuntu/lucid/prewikka/lucid

« back to all changes in this revision

Viewing changes to prewikka/templates/ClassicLayout.tmpl

  • Committer: Bazaar Package Importer
  • Author(s): Pierre Chifflier
  • Date: 2007-05-22 09:50:33 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070522095033-0jr7zmkf91bl1ymp
Tags: 0.9.11-1
New upstream release (add internationalization support)

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
  </div>
25
25
 
26
26
  <div class="topmenu_item_info">
27
 
    #if $prewikka.user
28
 
     <p><b><a href="?view=user_settings_display">$prewikka.user.login</a></b> on $prewikka.date</p>
29
 
    #end if
 
27
    #end filter
 
28
    <p>$str($_("%(username)s on %(date)s") % { "username": $prewikka.userlink, "date": $prewikka.date })</p>
 
29
    #filter CleanOutput
30
30
  </div>
31
31
</div>
32
32
#end filter