Last change
on this file since 20299 was
5449,
checked in by patdenice, 15 years ago
|
2.1 version with configuration page.
|
File size:
1.3 KB
|
Line | |
---|
1 | <div class="titrePage"> |
---|
2 | <h2>MontblancXL</h2> |
---|
3 | </div> |
---|
4 | |
---|
5 | <form method="post" class="properties" action="" ENCTYPE="multipart/form-data" name="form" class="properties"> |
---|
6 | <div id="configContent"> |
---|
7 | <fieldset id="mainConfCheck"> |
---|
8 | <legend></legend> |
---|
9 | <ul> |
---|
10 | <li> |
---|
11 | <span class="property">{'Display page banner on home page'|@translate}</span> |
---|
12 | <input type="checkbox" name="mbxl[home]" value="true" {if $mbxl.home}checked="checked"{/if}> |
---|
13 | </li> |
---|
14 | <li> |
---|
15 | <span class="property">{'Display page banner on categories pages'|@translate}</span> |
---|
16 | <input type="checkbox" name="mbxl[categories]" value="true" {if $mbxl.categories}checked="checked"{/if}> |
---|
17 | </li> |
---|
18 | <li> |
---|
19 | <span class="property">{'Display page banner on picture page'|@translate}</span> |
---|
20 | <input type="checkbox" name="mbxl[picture]" value="true" {if $mbxl.picture}checked="checked"{/if}> |
---|
21 | </li> |
---|
22 | <li> |
---|
23 | <span class="property">{'Display page banner on other pages'|@translate}</span> |
---|
24 | <input type="checkbox" name="mbxl[other]" value="true" {if $mbxl.other}checked="checked"{/if}> |
---|
25 | </li> |
---|
26 | </ul> |
---|
27 | </fieldset> |
---|
28 | </div> |
---|
29 | <p><input class="submit" type="submit" value="{'Submit'|@translate}" name="submit" /></p> |
---|
30 | </form> |
---|
Note: See
TracBrowser
for help on using the repository browser.