Files
znc/webskins/_default_/tmpl/InfoBar.tmpl
T
2017-11-24 08:24:12 +00:00

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>