Subversion Repositories wimsdev

Rev

Rev 17196 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
17097 guerimand 1
!set wims_ref_class=wims_button_help float_right
2
!href target=wims_mhelp cmd=help $wims_name_help
3
<div class="wims_content">
4
  !form reply
18169 bpr 5
     <input type="hidden" name="job" value="config">
17097 guerimand 6
     <fieldset class="property_fields halfwidth blockcenter">
7
     <legend>$wims_name_config</legend>
8
     <div class="field box">
9
        <label for="cf_open">$(name_config[1])</label>
10
        !set wims_ref_class=wims_formradio
11
        !default cf_open=$swork_open
12
        !formradio cf_open list 1,0 prompt $wims_name_yes,$wims_name_no
13
    </div>
14
     <div class="field box">
17196 guerimand 15
        <label for="cf_refreshtiming">$(name_config[2])</label><br>
18169 bpr 16
        <input type="number" min="1" max="1000" size="3" name="cf_refreshtiming" value="$swork_refreshtiming" id="cf_refreshtiming">
17097 guerimand 17
        <div class="formHelp">$(name_desc_config[2])</div>
18
     </div>
19
     <div class="field box">
17196 guerimand 20
        <label for="cf_allowrefresh">$(name_config[3])</label><br>
17097 guerimand 21
        !set wims_ref_class=wims_formradio
22
        !default cf_allowrefresh=$swork_allowrefresh
17098 guerimand 23
        !set wims_ref_id=cf_allowrefresh
17097 guerimand 24
        !formradio cf_allowrefresh list 1,0 prompt $wims_name_yes,$wims_name_no
25
        <div class="formHelp">$(name_desc_config[3])</div>
26
     </div>
27
     <div class="field box">
17196 guerimand 28
        <label for="cf_nbexo">$(name_config[4])</label><br>
18169 bpr 29
        <input type="number" min="1" max="10" size="2" name="cf_nbexo" value="$swork_nbexo" id="cf_nbexo">
17097 guerimand 30
        <div class="formHelp">$(name_desc_config[4])</div>
31
     </div>
17098 guerimand 32
     <div class="field box">
17196 guerimand 33
        <label for="cf_excludesh">$(name_config[5])</label><br>
17098 guerimand 34
        !set wims_ref_id=cf_excludesh
35
        !set cf_excludesh=$swork_excludesh
36
        !formcheckbox cf_excludesh list $listsh
37
        <div class="formHelp">$(name_desc_config[5])</div>
38
     </div>
39
     <div class="field box">
17196 guerimand 40
        <label for="cf_minscore">$(name_config[6])</label><br>
18169 bpr 41
        <input type="number" min="0" max="10" size="2" name="cf_minscore" value="$swork_minscore" id="cf_minscore">
17098 guerimand 42
        <div class="formHelp">$(name_desc_config[6])</div>
43
     </div>
44
 
17097 guerimand 45
  </fieldset>
46
  <div class="wimscenter">
18169 bpr 47
    <input type="submit" name="save" value="$wims_name_tosave">
17097 guerimand 48
    !set wims_ref_class= wims_button wims_secondary_button
49
    !href module=$module&+job=$empty $wims_name_giveup
50
  </div>
51
  !formend
52
</div>
18169 bpr 53
!reset save cf_excludesh