source: extensions/hotblocker/admin/hb_admin.tpl @ 27153

Last change on this file since 27153 was 3699, checked in by repie38, 15 years ago

create hotblocker extension for repie38

File size: 637 bytes
Line 
1<div class="titrePage"><h2>HotBlocker<br />{$HB_VERSION}</h2></div>
2<p>{'hb_description'|@translate}<br /><img src="{$ROOT_URL}plugins/hotblocker/img/bloked.gif"><br />{'hb_description2'|@translate}</p>
3<p><i>{'hb_aide'|@translate}</i></p>
4
5<form method="post" action="" class="properties">
6<fieldset>
7       
8        <ul align="center">
9                <li>
10                        <span class="property">
11                                <label>{'hb_protect'|@translate}</label>
12                        </span>
13                        <input type="checkbox" {$HB_ACTIVE} name="HB_active"/>
14                </li>
15        </ul>
16        <div align="center"><input class="submit" type="submit" value="{'hb_submit'|@translate}" name="submit" /></div>
17</fieldset>
18</form>
Note: See TracBrowser for help on using the repository browser.