mirror of
https://github.com/znc/znc.git
synced 2026-05-04 04:22:37 +02:00
This introduces workaround, but templates can't look the same filename in different directories... git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2135 726aef4b-f618-498e-8847-2d620e286838
10 lines
304 B
Cheetah
10 lines
304 B
Cheetah
<div class="sectionbg">
|
|
<div class="sectionbody">
|
|
<div class="subsection">
|
|
<div class="inputlabel">Last login time:</div>
|
|
<div><input type="text" readonly="readonly" value="<? VAR LastSeen DEFAULT="- unknown -" ?>" class="half" /></div>
|
|
</div>
|
|
<div style="clear:both;"></div>
|
|
</div>
|
|
</div>
|