Subversion Repositories wimsdev

Rev

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