zncstrap/modules/webadmin/tmpl/index.tmpl

13 lines
409 B
Cheetah
Raw Permalink Normal View History

2021-06-17 15:06:25 +02:00
<? I18N znc-webadmin ?>
2021-06-15 16:15:14 +02:00
<? INC Header.tmpl ?>
<div class="container col-md-10 col-md-offset-1">
<div class="panel panel-default">
<div class="panel-heading">Webadmin</div>
<div class="panel-body">
2021-06-17 15:06:25 +02:00
<p><? FORMAT "Welcome to the ZNC webadmin module." ?><br><? FORMAT "All changes you make will be in effect immediately after you submitted them." ?></p>
2021-06-15 16:15:14 +02:00
</div>
</div>
</div>
<? INC Footer.tmpl ?>