Subversion Repositories wimsdev

Rev

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