Last change
on this file since 20002 was
3323,
checked in by rub, 15 years ago
|
extension added: dynareceperio
|
-
Property svn:eol-style set to
LF
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
896 bytes
|
Line | |
---|
1 | <div class="titrePage"> |
---|
2 | <h2>Dynamic Recent Period</h2> |
---|
3 | </div> |
---|
4 | <br> |
---|
5 | |
---|
6 | <form method="post" class="properties"> |
---|
7 | |
---|
8 | <fieldset id="dynareceperioConf"> |
---|
9 | <ul> |
---|
10 | <li> |
---|
11 | <label> |
---|
12 | <span class="property">{'dynareceperio_force'|@translate}</span> |
---|
13 | <input type="checkbox" name="dynareceperio_force" {$DYNARECEPERIO_FORCE} /> |
---|
14 | </label> |
---|
15 | </li> |
---|
16 | |
---|
17 | <li> |
---|
18 | <span class="property"> |
---|
19 | <label for="dynareceperio_day_number">{'dynareceperio_day_number'|@translate}</label> |
---|
20 | </span> |
---|
21 | <input type="text" size="3" maxlength="4" name="dynareceperio_day_number" id="dynareceperio_day_number" value="{$DYNARECEPERIO_DAY_NUMBER}" /> |
---|
22 | </li> |
---|
23 | |
---|
24 | </ul> |
---|
25 | </fieldset> |
---|
26 | |
---|
27 | <p> |
---|
28 | <input class="submit" type="submit" name="submit" value="{'Submit'|@translate}" {$TAG_INPUT_ENABLED}> |
---|
29 | <input class="submit" type="reset" name="reset" value="{'Reset'|@translate}"> |
---|
30 | </p> |
---|
31 | |
---|
32 | </form> |
---|
Note: See
TracBrowser
for help on using the repository browser.