Rev 14736 | Rev 18264 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
9623 | guerimand | 1 | !form reply |
12330 | bpr | 2 | !set iniparm1=!replace internal & by $ $ in $iniparm |
12338 | bpr | 3 | !if $type=doc |
4 | !set block=!getopt block in $iniparm1 |
||
5 | !else |
||
6 | !set block=$iniparm1 |
||
7 | !endif |
||
12330 | bpr | 8 | <fieldset class="property_fields halfwidth blockcenter"> |
14719 | obado | 9 | <legend>$propform_legend </legend> |
10 | <div class="field box"> |
||
11 | <strong>Module</strong> |
||
12 | <code class="field box"> |
||
13 | !replace internal & by & in $dir |
||
14 | !if $iniparm!=$empty |
||
15 | !replace internal & by & in &$iniparm |
||
14736 | bpr | 16 | !else |
17 | !replace internal & by & in &$param |
||
14719 | obado | 18 | !endif |
12330 | bpr | 19 | </code> |
14719 | obado | 20 | </div> |
12330 | bpr | 21 | <div class="field box"> |
14719 | obado | 22 | <label for="title">$wims_name_title</label> |
17230 | bpr | 23 | <input size="40" name="title" value="$title" id="title"> |
12330 | bpr | 24 | </div> |
25 | <div class="field box"> |
||
14719 | obado | 26 | <label for="status">$wims_name_Status</label> |
27 | !formselect status list 0,1 prompt $wims_name_status |
||
12338 | bpr | 28 | </div> |
14719 | obado | 29 | !if $job!=add and $type=doc |
12338 | bpr | 30 | <div class="field box"> |
14719 | obado | 31 | !if $autosheet!=$empty |
32 | $name_autosheet: <span class="bold">$autosheet</span> |
||
33 | !else |
||
34 | !! $name_nogenerated |
||
35 | !set wims_ref_class=wims_button |
||
36 | !href cmd=reply&job=adddocsh $name_generate |
||
37 | $name_generate1 |
||
38 | !endif |
||
39 | !set wims_ref_class=wims_button_help float_right |
||
40 | !href target=wims_mhelp cmd=help&special_parm=autogenerate $wims_name_help |
||
7465 | bpr | 41 | </div> |
14719 | obado | 42 | <div class="field box"> |
43 | <label for="wksheet">$name_wksheet</label> |
||
44 | !formselect wksheet from 0 to $nbsheet prompt $name_noone,$listsheetname |
||
45 | !set wims_ref_class=wims_button_help float_right |
||
46 | !href target=wims_mhelp cmd=help&special_parm=linksh $wims_name_help |
||
47 | </div> |
||
48 | !endif |
||
49 | <div class="field box"> |
||
50 | <label for="desc">$wims_name_Description</label> |
||
51 | <textarea name="desc" rows="5" cols="50" id="desc">$desc</textarea> |
||
12338 | bpr | 52 | </div> |
17230 | bpr | 53 | <input type="hidden" name="job" value="$job"> |
54 | <input type="hidden" name="step" value="1"> |
||
55 | <input type="hidden" name="type" value="$type"> |
||
14719 | obado | 56 | <div class="wimscenter wimsform"> |
17230 | bpr | 57 | <input type="submit" value="$wims_name_tosave"> |
14719 | obado | 58 | !if $job!=add |
17230 | bpr | 59 | <input class="wims_warning" type="submit" name="update" value="$wims_name_erase"> |
14719 | obado | 60 | !endif |
61 | </div> |
||
62 | </fieldset> |
||
5926 | bpr | 63 | !formend |