Rev 13134 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 13134 | Rev 17180 | ||
---|---|---|---|
Line 34... | Line 34... | ||
34 | !for i=2 to 4 |
34 | !for i=2 to 4 |
35 | <input type="radio" name="plot_type" id="plot_type$i" value="$i" |
35 | <input type="radio" name="plot_type" id="plot_type$i" value="$i" |
36 | !if $i=$plot_type |
36 | !if $i=$plot_type |
37 | checked="checked" |
37 | checked="checked" |
38 | !endif |
38 | !endif |
39 |
|
39 | ><label for="plot_type$i"> $(name$i)</label> |
40 | !next i |
40 | !next i |
41 | </div> |
41 | </div> |
42 | <div class="field box"> |
42 | <div class="field box"> |
43 | <label for="modules">$name_details</label> |
43 | <label for="modules">$name_details</label> |
44 | <input type="checkbox" name="modules" id="modules" value="yes" |
44 | <input type="checkbox" name="modules" id="modules" value="yes" |
45 | !if $modules=yes |
45 | !if $modules=yes |
46 | checked="checked" |
46 | checked="checked" |
47 | !endif |
47 | !endif |
48 | |
48 | > |
49 | </div> |
49 | </div> |
50 | </fieldset> |
50 | </fieldset> |
51 | <div class="wimscenter wimsform"><input type="submit" value="$name_showstat" |
51 | <div class="wimscenter wimsform"><input type="submit" value="$name_showstat"></div> |
52 | !formend |
52 | !formend |
53 | 53 | ||
54 | !set modules= |
54 | !set modules= |