Rev 14335 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | !form reply |
17180 | bpr | 2 | <input type="hidden" name="show" value="yes"> |
7462 | bpr | 3 | <fieldset class="property_fields halfwidth blockcenter"> |
4 | <legend>$name_title</legend> |
||
5 | <div class="field box"> |
||
6 | <label for="show">$name_showstat</label> |
||
5852 | bpr | 7 | !set wims_formselect_switch=multiple="multiple" size="8" |
23 | reyssat | 8 | !formselect show list req,weight,cid,tot,scoremean,partmean,minmax,deviat\ |
14335 | bpr | 9 | prompt\ |
10 | $name_prompt |
||
7462 | bpr | 11 | </div> |
12 | <div class="field box"> |
||
13 | <label for="types">$name_data</label> |
||
23 | reyssat | 14 | !set wims_formselect_switch= |
15 | !formselect types list 1,2,3 prompt \ |
||
14335 | bpr | 16 | $name_typ_activities |
7462 | bpr | 17 | </div> |
23 | reyssat | 18 | !if $sharer!=$empty |
7462 | bpr | 19 | <div class="field box"> |
12201 | bpr | 20 | <strong>$name_shareclass</strong> |
7517 | bpr | 21 | !set wims_ref_class=wims_formradio |
7462 | bpr | 22 | !formradio share list yes,no prompt $wims_name_yes,$wims_name_no |
23 | </div> |
||
23 | reyssat | 24 | !endif |
7462 | bpr | 25 | <div class="wimscenter wimsform"> |
17180 | bpr | 26 | <input type="submit" value="$wims_name_Show"> |
7462 | bpr | 27 | </div> |
28 | </fieldset> |
||
5956 | bpr | 29 | |
7462 | bpr | 30 | !formend |