Subversion Repositories wimsdev

Rev

Rev 18264 | 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">
18264 bpr 11
    <strong>$name_module</strong>
14719 obado 12
    <code class="field box">
13
      !replace internal & by &amp; in $dir
14
      !if $iniparm!=$empty
15
        !replace internal & by &amp; in &$iniparm
14736 bpr 16
      !else
18264 bpr 17
        !if $param!=$empty
18
          !replace internal & by &amp; in &$param
19
        !endif
14719 obado 20
      !endif
12330 bpr 21
    </code>
14719 obado 22
  </div>
12330 bpr 23
  <div class="field box">
14719 obado 24
    <label for="title">$wims_name_title</label>
17230 bpr 25
    <input size="40" name="title" value="$title" id="title">
12330 bpr 26
  </div>
27
  <div class="field box">
14719 obado 28
    <label for="status">$wims_name_Status</label>
29
    !formselect status list 0,1 prompt $wims_name_status
12338 bpr 30
  </div>
14719 obado 31
  !if $job!=add and $type=doc
12338 bpr 32
    <div class="field box">
14719 obado 33
      !if $autosheet!=$empty
34
        $name_autosheet: <span class="bold">$autosheet</span>
35
      !else
36
        !! $name_nogenerated
37
        !set wims_ref_class=wims_button
38
        !href cmd=reply&job=adddocsh $name_generate
39
        $name_generate1
40
      !endif
41
      !set wims_ref_class=wims_button_help float_right
42
      !href target=wims_mhelp cmd=help&special_parm=autogenerate $wims_name_help
7465 bpr 43
    </div>
14719 obado 44
    <div class="field box">
45
      <label for="wksheet">$name_wksheet</label>
18347 bpr 46
      !formselect wksheet from -1 to $nbsheet prompt $name_automatic,$name_noone,$listsheetname
14719 obado 47
      !set wims_ref_class=wims_button_help float_right
48
      !href target=wims_mhelp cmd=help&special_parm=linksh $wims_name_help
49
    </div>
50
  !endif
51
  <div class="field box">
52
    <label for="desc">$wims_name_Description</label>
53
    <textarea name="desc" rows="5" cols="50" id="desc">$desc</textarea>
12338 bpr 54
  </div>
17230 bpr 55
  <input type="hidden" name="job" value="$job">
56
  <input type="hidden" name="step" value="1">
57
  <input type="hidden" name="type" value="$type">
14719 obado 58
  <div class="wimscenter wimsform">
17230 bpr 59
    <input type="submit" value="$wims_name_tosave">
14719 obado 60
    !if $job!=add
17230 bpr 61
      <input class="wims_warning" type="submit" name="update" value="$wims_name_erase">
14719 obado 62
    !endif
63
  </div>
64
</fieldset>
5926 bpr 65
!formend