Rev 11555 | Rev 11676 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 11555 | Rev 11595 | ||
---|---|---|---|
Line 57... | Line 57... | ||
57 | <label for="i_description">$wims_name_Description</label> |
57 | <label for="i_description">$wims_name_Description</label> |
58 | <input type="text" name="i_description" id="i_description" value="$i_description" required="required" /> |
58 | <input type="text" name="i_description" id="i_description" value="$i_description" required="required" /> |
59 | </div> |
59 | </div> |
60 | 60 | ||
61 | !set list_category=oef,document,exercise,tool,recreation,deductio |
61 | !set list_category=oef,document,exercise,tool,recreation,deductio |
62 | !if $modreq=.new |
- | |
63 | <div class="field box"> |
62 | <div class="field box"> |
64 | <strong>$wims_name_Type</strong> |
63 | <strong>$wims_name_Type</strong> |
65 | !set wims_ref_class=wims_button_help float_right |
64 | !set wims_ref_class=wims_button_help float_right |
66 | !href cmd=help&special_parm=type $wims_name_help |
65 | !href cmd=help&special_parm=type $wims_name_help |
67 | !set wims_formselect_switch=multiple |
66 | !set wims_formselect_switch=multiple |
68 | !set wims_ref_class=wims_formradio |
67 | !set wims_ref_class=wims_formradio |
69 | !formcheckbox i_category list $list_category prompt $name_type |
68 | !formcheckbox i_category list $list_category prompt $name_type |
70 | </div> |
69 | </div> |
- | 70 | !if $modreq=.new |
|
71 | !if $jquery_defined=yes |
71 | !if $jquery_defined=yes |
72 | <div class="field box" id="i_common_images"> |
72 | <div class="field box" id="i_common_images"> |
73 | <strong>$name_images</strong> |
73 | <strong>$name_images</strong> |
74 | !set wims_ref_class=wims_button_help float_right |
74 | !set wims_ref_class=wims_button_help float_right |
75 | !href cmd=help&special_parm=common_images $wims_name_help |
75 | !href cmd=help&special_parm=common_images $wims_name_help |
76 | !set wims_formselect_switch=multiple |
76 | !set wims_formselect_switch=multiple |
77 | !set wims_ref_class=wims_formradio |
77 | !set wims_ref_class=wims_formradio |
78 | !formradio i_common_images list yes,no prompt $wims_name_yes, $wims_name_no |
78 | !formradio i_common_images list yes,no prompt $wims_name_yes, $wims_name_no |
79 | <div class="formHelp">$name_help_images</div> |
79 | <div class="formHelp">$name_help_images</div> |
80 | </div> |
80 | </div> |
81 | !endif |
81 | !endif |
82 | !else |
- | |
83 | <div class="field box"> |
- | |
84 | <strong>$wims_name_Type</strong> |
- | |
85 | !set wims_ref_class=wims_button_help float_right |
- | |
86 | !href cmd=help&special_parm=type $wims_name_help |
- | |
87 | !set p_=!positionof item $(i_category[1]) in $list_category |
- | |
88 | $(name_type[$p_]) |
- | |
89 | </div> |
- | |
90 | !endif |
82 | !endif |
- | 83 | !!!else |
|
- | 84 | !! <div class="field box"> |
|
- | 85 | !! <strong>$wims_name_Type</strong> |
|
- | 86 | !! !set wims_ref_class=wims_button_help float_right |
|
- | 87 | !! !href cmd=help&special_parm=type $wims_name_help |
|
- | 88 | !! !set p_=!positionof item $(i_category[1]) in $list_category |
|
- | 89 | !! $(name_type[$p_]) |
|
- | 90 | !! </div> |
|
- | 91 | !!!endif |
|
91 | 92 | ||
92 | <div class="field box"> |
93 | <div class="field box"> |
93 | <label for="i_domain">$wims_name_Domain</label> |
94 | <label for="i_domain">$wims_name_Domain</label> |
94 | !set wims_ref_class=wims_button_help float_right |
95 | !set wims_ref_class=wims_button_help float_right |
95 | !href cmd=help&special_parm=domain $wims_name_help |
96 | !href cmd=help&special_parm=domain $wims_name_help |