mirror of
https://github.com/znc/znc.git
synced 2026-07-05 17:31:06 +02:00
13 lines
416 B
Cheetah
13 lines
416 B
Cheetah
<? I18N znc ?>
|
|
<? SETBLOCK InfoBar_UserNameSpan ?><span class="user_name"><? VAR SessionUser ?></span><? ENDSETBLOCK ?>
|
|
<div id="infobar">
|
|
<span id="infobar_ident">
|
|
<? IF SessionUser ?>
|
|
<span id="logged_in_yes"><? FORMAT "Logged in as: {1}" "InfoBar_UserNameSpan ESC=" ?></span>
|
|
<? ELSE ?>
|
|
<span id="logged_in_no"><? FORMAT "Not logged in" ?></span>
|
|
<? ENDIF ?>
|
|
</span>
|
|
<? INC LoginBar.tmpl ?>
|
|
</div>
|