Rev 8045 | Rev 9160 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8045 | Rev 8823 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | 1 | ||
2 | !! menu definition file |
2 | !! menu definition file |
3 | !set list_curve=circle,rectangle,polygon |
3 | !set list_curve=circle,rectangle,polygon,brokenline |
4 | !default step=1 |
4 | !default step=1 |
5 | !read lang/names.phtml.fr |
5 | !read lang/names.phtml.fr |
6 | $name_intro |
6 | $name_intro |
7 | $name_exo0 |
7 | $name_exo0 |
8 | !set wims_ref_class=wims_button_help |
8 | !set wims_ref_class=wims_button_help |
Line 72... | Line 72... | ||
72 | $name_already |
72 | $name_already |
73 | !formradio wims_deposit_old list $already |
73 | !formradio wims_deposit_old list $already |
74 | !endif |
74 | !endif |
75 | </li><li> |
75 | </li><li> |
76 | !default type=0 |
76 | !default type=0 |
77 | !formradio type list 0,1,2 prompt |
77 | !formradio type list 0,1,2,3 prompt $name_0, $name_1,$name_2,$name_3 |
78 | </li> |
78 | </li> |
79 | </ul> |
79 | </ul> |
80 | <p class="wimscenter wimsform"> |
80 | <p class="wimscenter wimsform"> |
81 | !set wims_ref_class=wims_button |
81 | !set wims_ref_class=wims_button |
82 | <input type="submit" value="$wims_name_send" /> |
82 | <input type="submit" value="$wims_name_send" /> |
Line 95... | Line 95... | ||
95 | 95 | ||
96 | !distribute item alt="Click",1,form click into ins_attr,ins_border,ins_tag |
96 | !distribute item alt="Click",1,form click into ins_attr,ins_border,ins_tag |
97 | 97 | ||
98 | <ul><li style="display: inline-block;vertical-align:top;max-width:$[max($(insdraw_size[1])+4,300)]px"> |
98 | <ul><li style="display: inline-block;vertical-align:top;max-width:$[max($(insdraw_size[1])+4,300)]px"> |
99 | !if $step>=3 |
99 | !if $step>=3 |
100 | !if $type |
100 | !if $type iswordof 2 3 and $ext=2 |
101 | $(name_point$type$ext) |
101 | $(name_point$type$ext) |
102 | !read zone.phtml |
102 | !read zone.phtml |
103 | </li></ul> |
103 | </li></ul> |
104 | !exit |
104 | !exit |
105 | !endif |
105 | !endif |