Subversion Repositories wimsdev

Rev

Rev 9667 | Rev 9682 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2368 bpr 1
 
9623 guerimand 2
!form reply
1406 bpr 3
 !set iniparm1=!replace internal & by $ $ in $iniparm
4
 !set block=!getopt block in $iniparm1
7465 bpr 5
 <fieldset class="property_fields halfwidth blockcenter">
9623 guerimand 6
    <legend>$propform_legend</legend>
7465 bpr 7
    <div class="field box">
8
      <label for="title">$wims_name_title</label>
9
      <input size="50" name="title" value="$title" id="title" />
10
    </div>
11
    <div class="field box">
12
      <label for="status">$wims_name_Status</label>
13
     !formselect status list 0,1 prompt $wims_name_status
9667 guerimand 14
!!     !if $job!=add
15
!!      !set wims_ref_class=wims_formradio
16
!!      !formcheckbox update list 0 prompt $wims_name_erase
17
!!     !endif
7465 bpr 18
    </div>
9629 guerimand 19
    !if $job!=add
20
     <div class="field box">
21
      <label for="autosheet">$name_autosheet</label>
22
      !if $autosheet!=$empty
23
       $autosheet
24
      !else
25
       $name_nogenerated
9633 guerimand 26
       !set wims_ref_class=wims_button
27
       !href cmd=reply&job=adddocsh $name_generate
9629 guerimand 28
      !endif
9666 guerimand 29
      !set wims_ref_class=wims_button_help float_right
30
      !href target=wims_mhelp cmd=help&special_parm=autogenerate $wims_name_help
9629 guerimand 31
     </div>
9672 guerimand 32
     <div class="field box">
7465 bpr 33
      <label for="wksheet">$name_wksheet</label>
9634 guerimand 34
       !formselect wksheet from 0 to $nbsheet prompt $name_noone,$listsheetname
9666 guerimand 35
       !set wims_ref_class=wims_button_help float_right
36
       !href target=wims_mhelp cmd=help&special_parm=linksh $wims_name_help
9672 guerimand 37
     </div>
38
    !endif
7465 bpr 39
    <div class="field box">
40
      <label for="desc">$wims_name_Description</label>
41
     <textarea name="desc" rows="5" cols="50" id="desc">$desc</textarea>
42
    </div>
43
    <div class="field box">
44
     <label>Code</label>
9623 guerimand 45
     <code>
46
      !replace internal & by &amp; in $dir
47
      !if $iniparm!=$empty
48
       !replace internal & by &amp; in &$iniparm
49
      !endif
7465 bpr 50
     </code>
51
    </div>
9623 guerimand 52
    <input type="hidden" name="job" value="$job" />
53
    <input type="hidden" name="step" value="1" />
9667 guerimand 54
    <div class="wimscenter wimsform"><input type="submit" value="$wims_name_tosave"/>
55
     !if $job!=add
56
       <input type="submit" name="update" value="$wims_name_erase"/>
57
     !endif
58
    </div>
9623 guerimand 59
 </fieldset>
5926 bpr 60
!formend
1406 bpr 61
 
62