[pmwiki-users] Blix - Site.Blix-SiteFooter

Nicolas Poulain nico.poulain at gmail.com
Mon Jan 14 11:07:30 CST 2008


Stéphane Heckel a écrit :
> Greetings,
> 
> Trying to have a footer line containing both login/logout and 
> {*$LastModified} informations, ..
> I have declared the following in Site.Blix-SiteFooter page but result 
> appears on 2 distinct lines (I would like 1 line only)
> 
> (:div style="text-align:left":)
> (:if authid:)
> [[Main.HomePage?action=logout | Logout]] {*$AuthId}
> (:else:)
> [[Main.HomePage?action=login | Login]]
> (:if end:)
> (:divend:)
> (:div style="text-align:right":)
> Last Modified {*$LastModified} by [mailto:{*$LastModifiedBy}]
> (:divend:)

maybe :

%rfloat%Last Modified {*$LastModified} by [mailto:{*$LastModifiedBy}]

(:if authid:)
[[Main.HomePage?action=logout | Logout]] {*$AuthId}
(:else:)
[[Main.HomePage?action=login | Login]]
(:if end:)

-- 
Nicolas Poulain
nicolas at poulain.name
http://exomatik.net/



More information about the pmwiki-users mailing list