Rev 17153 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
17153 | guerimand | 1 | |
2 | !set wims_ref_class=wims_button_help float_right |
||
3 | !href target=wims_mhelp cmd=help $wims_name_help |
||
4 | <div class="wims_content"> |
||
5 | !form reply |
||
17230 | bpr | 6 | <input type="hidden" name="job" value="cfwtime"> |
17153 | guerimand | 7 | <fieldset class="property_fields halfwidth blockcenter"> |
8 | <legend>$wims_name_config</legend> |
||
9 | <div class="field box"> |
||
10 | <label for="cf_open">$(name_config[1])</label> |
||
11 | !set wims_ref_class=wims_formradio |
||
12 | !default cf_open=$wtime_open |
||
13 | !formradio cf_open list 1,0 prompt $wims_name_yes,$wims_name_no |
||
14 | </div> |
||
15 | <div class="field box"> |
||
17230 | bpr | 16 | <label for="cf_nbsub">$(name_config[2])</label><br> |
17 | <input type="number" min="3" max="10" size="4" name="cf_nbsub" value="$wtime_nbsub" id="cf_nbsub"> |
||
17153 | guerimand | 18 | <div class="formHelp">$(name_desc_config[2])</div> |
19 | </div> |
||
20 | <div class="field box"> |
||
17230 | bpr | 21 | <label for="cf_subval">$(name_config[3])</label><br> |
22 | <input type="number" min="1" max="30" size="15" name="cf_subval" value="$wtime_subval" id="cf_subval"> |
||
17153 | guerimand | 23 | <div class="formHelp">$(name_desc_config[3])</div> |
24 | </div> |
||
25 | |||
26 | <div class="field box"> |
||
27 | <strong>$(name_config[4])</strong> |
||
28 | <p class="wimscenter"> |
||
17230 | bpr | 29 | <input size="5" id="color0" name="cf_color0" value="$(wtime_ltcolor[1])" type="color"> |
17153 | guerimand | 30 | !for col=1 to $wtime_nbsub |
31 | <label for="color$col" class="show-for-sr">$col</label> |
||
17230 | bpr | 32 | <input size="5" id="color$col" name="cf_color$col" value="$(wtime_ltcolor[$col+1])" type="color"> |
17153 | guerimand | 33 | !next col |
34 | </p> |
||
35 | <div class="formHelp">$(name_desc_config[4])</div> |
||
36 | </div> |
||
17230 | bpr | 37 | |
17153 | guerimand | 38 | </fieldset> |
39 | <div class="wimscenter"> |
||
17230 | bpr | 40 | <input type="submit" name="save" value="$wims_name_tosave"> |
17153 | guerimand | 41 | !set wims_ref_class= wims_button wims_secondary_button |
42 | !href module=$module&+job=workingtime $wims_name_giveup |
||
43 | </div> |
||
44 | !formend |
||
45 | </div> |
||
46 | !reset save cf_excludesh |